Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 623 Bytes

CHANGELOG.md

File metadata and controls

33 lines (20 loc) · 623 Bytes

Version History

0.2.1

Added

  • Added contributing document.

Changed

  • Updated release workflow process.
  • Updated Readme
  • Test dependencies audited.

0.2.0

Added

  • Added support for python 3.13 with free threading.
  • Added support for python 3.9 with nogil.
  • Added support for providing explicit background executor to decorators.
  • Added call and iterate benchmarks.

Changed

  • Changed call, iterate and generate to higher-order-function decorators.

0.1.1

Added

  • Added call, iterate and generate functions.
  • Added call benchmarks.