Skip to content

Releases: jwodder/interleave

v0.2.2 — Packaging updates

01 Dec 12:45
v0.2.2
Compare
Choose a tag to compare
  • Support Python 3.11, 3.12, and 3.13
  • Migrated from setuptools to hatch
  • Drop support for Python 3.7

v0.2.1 — Better tracebacks

02 Jul 22:48
v0.2.1
Compare
Choose a tag to compare
  • When an iterator raises an exception, the final traceback will no longer include an internal EndOfInputError

v0.2.0 — `get()`, `submit()`, and `finalize()` methods

20 Feb 18:04
v0.2.0
Compare
Choose a tag to compare
  • Added an Interleaver.get(block, timeout) method
  • Made the Interleaver constructor public and added submit(iterator) and finalize() methods

v0.1.1 — Drop `typing-extensions`

23 Jan 02:34
v0.1.1
Compare
Choose a tag to compare
  • Remove typing-extensions as a runtime dependency

v0.1.0 — Initial release

17 Jan 14:49
v0.1.0
Compare
Choose a tag to compare