- API: Rename methods
iter_concurrent_conduits
toiter_concurrent_producers
, andaiter_concurrent_conduits
toaiter_concurrent_producers
- API: Return iterators not lists from :meth:`.SerialTransformer.process` and :meth:`.SerialTransformer.aprocess` for greater flexibility in processing the results
- API: Removed functions
iter()
andaiter()
from class :class:`.SerialTransformer`, to further streamline the API and given they can be easily replaced by repeated calls to :meth:`.SerialTransformer.process` and :meth:`.SerialTransformer.aprocess` - FIX: Updated logic for iterating over concurrent producers and transformers to ensure shared conduits never run more than once
- FIX: Allow asynchronous step functions to return iterators and asynchronous iterators.
- BUILD: Add backward compatibility for Python 3.10.
- Initial release of fluxus.