dyson-ai / bencher

A package for benchmarking the characteristics of arbitrary functions
https://bencher.readthedocs.io/en/latest/
MIT License
2 stars 3 forks source link

Update param requirement from <=2.1.0,>=1.13.0 to <=2.1.1,>=2.1.1 in the lib-dependencies group #428

Closed dependabot[bot] closed 3 months ago

dependabot[bot] commented 3 months ago

Updates the requirements on param to permit the latest version. Updates param to 2.1.1

Release notes

Sourced from param's releases.

Version 2.1.1

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

Changelog

Sourced from param's changelog.

Version 2.1.1

Date: 2024-06-25

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

Version 2.1.0

Date: 2024-03-22

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)

Full Changelog

Version 2.0.2

... (truncated)

Commits
  • 14771ab add release notes for v2.1.1 (#950)
  • 853c42b Ensure rx._callback resolves accessors (#949)
  • c0fa26e Fix test_reactive_logic_unary_ops on Python 3.12 (#946)
  • b116e67 Minor documentation changes (#947)
  • 35a4729 Recursively resolve references on args and kwargs passed to an reactive opera...
  • 6f6f92c Point to Panel RX (#941)
  • 7c9d7c6 Various documentation improvements (#935)
  • d830963 Only override the name of a Parameterized instance on Parameter instantiation...
  • a092938 Docs: fix link to param_help.png image in the Parameterized guide (#933)
  • 3e1439d Ensure refs can be updated by watcher of the same parameter (#929)
  • Additional commits viewable in compare view


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
codecov[bot] commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 90.48%. Comparing base (70b4d54) to head (babe153).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #428 +/- ## ======================================= Coverage 90.48% 90.48% ======================================= Files 61 61 Lines 3384 3384 ======================================= Hits 3062 3062 Misses 322 322 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.