Skip to content

Releases: datalad/datasalad

v0.3.0 (2024-09-21)

22 Sep 18:42
@mih mih
v0.3.0
Compare
Choose a tag to compare

Documentation

New features

  • provide package version at standard location [a17eb7c0]

v0.2.1

14 Jul 10:08
@mih mih
v0.2.1
a518855
Compare
Choose a tag to compare

Bug Fixes

  • decode_bytes:
    • error handling led to data loss in subsequent chunks [722d0305]

v0.2.0

11 Jul 12:14
@mih mih
v0.2.0
c01c4d8
Compare
Choose a tag to compare

New features

  • itertools collection of iterators that are focused on processing (byte) streams of information collected from subprocesses. This includes basic support for simple pipe-like processing stream, including splitting off, and rejoining certain items in such a stream. These tools extend and interoperate with standard Python utilities for iterables, such as the built-in itertools, and the more_itertools package. [3175cafe]

Documentation

v0.1.0

14 Jun 08:00
@mih mih
v0.1.0
1c3efa6
Compare
Choose a tag to compare

New features

  • iter_subproc() utility
  • iterable_subprocess() utility
  • CommandError exception