Skip to content

Commit

Permalink
DOC: update release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
j-ittner committed Jul 24, 2024
1 parent 6815c08 commit eb6607f
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions RELEASE_NOTES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,21 @@ Release Notes
*fluxus* 1.0
------------

*fluxus* 1.0.3
~~~~~~~~~~~~~~

- API: Rename methods ``iter_concurrent_conduits`` to ``iter_concurrent_producers``,
and ``aiter_concurrent_conduits`` to ``aiter_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()`` and ``aiter()`` 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


*fluxus* 1.0.2
~~~~~~~~~~~~~~

Expand Down

0 comments on commit eb6607f

Please sign in to comment.