Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 649 Bytes

CHANGELOG.md

File metadata and controls

35 lines (21 loc) · 649 Bytes

Version History

0.2.1

Added

  • Added contributing document.
  • Added code of conduct.

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.