Skip to content

Latest commit

 

History

History
60 lines (35 loc) · 2.11 KB

CHANGELOG.md

File metadata and controls

60 lines (35 loc) · 2.11 KB

v0.4.0 (2024-10-08)

💫 New features

📝 Documentation

  • README:
    • use absolute URL to make link work on PyPi too [47b38029]

v0.3.0 (2024-09-21)

Documentation

New features

  • provide package version at standard location [a17eb7c0]

v0.2.1 (2024-07-14)

Bug Fixes

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

v0.2.0 (2024-07-11)

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 (2024-06-14)

New features

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

v0.0.1rc2 (2024-05-14)

  • Non-functional test release

v0.0.1rc1 (2024-05-13)

  • Non-functional test release