- Added contributing document.
- Updated release workflow process.
- Updated Readme
- Test dependencies audited.
- 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
call
,iterate
andgenerate
to higher-order-function decorators.
- Added
call
,iterate
andgenerate
functions. - Added call benchmarks.