Skip to content

Version 2.1.1

Latest
Compare
Choose a tag to compare
@maximlt maximlt released this 25 Jun 10:43
· 2 commits to main since this release
14771ab

This minor release contains bug fixes for reactive expressions and a few minor documentation improvements. Thanks to @jrycw for their first contribution! And to @ahuang11, @maximlt, and @philippjfr for their continued maintenance and development efforts.

Bug fixes:

  • Ensure rx._callback resolves accessors (#949)
  • Ensure refs can be updated by watcher of the same parameter (#929)
  • Recursively resolve references on args and kwargs passed to a reactive operation (#944)
  • Only override the name of a Parameterized instance on Parameter instantiation when instantiate=True (#938)

Documentation:

Maintenance:

  • Fix test_reactive_logic_unary_ops on Python 3.12 (#946)

Full Changelog