effect v0.10 Release Notes

Release Date: 2015-08-25 // over 8 years ago
  • ๐Ÿ”‹ Features:

    • โž• Added a code of conduct
    • Added two new testing utilities in effect.testing: perform_sequence and parallel_sequence, which make using using and debugging SequenceDispatcher much nicer.
    • On Python 3, you can now use the return statement to return values from functions using @do notation.

    ๐Ÿ› Bug fixes:

    • ๐Ÿ›  Fixed a bug where @do would not propagate StopIteration exceptions
    • ๐Ÿ›  Fixed a bug that prevented @sync_performer-decorated functions from accepting keyword arguments

    Other:

    • ๐Ÿ“š Many documentation improvements