Skip to content

v0.20.0

Compare
Choose a tag to compare
@github-actions github-actions released this 07 Mar 19:48
· 31 commits to main since this release
v0.20.0
684a61c

PyPI package: https://pypi.org/project/python-redux/0.20.0

Changes:

  • feat: add memoization option to autorun, default is True, compatible with old behavior, if set to False, calling the function explicitly will always run it regardless of the selector's value
  • feat: add with_selector, as a decorator to run functions with the result of a selector.