Skip to content

Version 2.1.0

Latest
Compare
Choose a tag to compare
@philippjfr philippjfr released this 22 Mar 08:44
dae8fc4

This minor release focuses on improving reactive expressions and support for asynchronous (and synchronous) generators. Many thanks to @maximlt, @Hoxbro and @philippjfr for their continued maintenance and development efforts.

Enhancements

  • Improvements for synchronous and asychronous generators (#908)
  • Additions to the .rx namespace including and_, bool, map, not_, or_ and updating (#906)
  • Add support for adding asynchronous watcher to rx (#917)
  • Make it possible to resolve reactive expressions recursively with .rx.resolve (#918)
  • Add support for async and generator functions in .rx.pipe (#924)

Bug fixes

  • Ensure that .param.update context manager restore refs (#915)
  • Avoid overeager root invalidation on rx leading to unnecessary evaluation (#919)

Deprecations

  • Passing positional arguments to Parameter now raises a ParamDeprecationWarning (#921)