- Official Python 3.12 support.
- Relax version constrains on
importlib-metadata
backport for Python 3.7.
- Dropped Python 2 compatibility, supported versions are now 3.7+
- Update docs theme.
- added support for python 2.7, 3.3
- new
py2_compatible
decorator with py2/3 compatiblereturn_
- new
stopiter_value
helper - improvements to documentation
- add more examples to docs
- update dev status classifier
- Include
compose
in public API
- rename
pipe
torelay
.
- fix copy issue in reusable generator
.replace()
- make reusable generators callable as methods
- updates to readme
- reorganized modules, improved docs, renamed functions.
- initial release