kjappelbaum / pyepal

Multiobjective active learning with tunable accuracy/efficiency tradeoff and clear stopping criterion.
Apache License 2.0
37 stars 5 forks source link

chore(deps-dev): update gpflow requirement from <2.6.0,>=2.2.0 to >=2.2.0,<2.8.0 #275

Open dependabot[bot] opened 1 year ago

dependabot[bot] commented 1 year ago

Updates the requirements on gpflow to permit the latest version.

Release notes

Sourced from gpflow's releases.

Release 2.7.0

The main theme of this release is documentation, with a new suite of tutorials, several upgrades to notebooks and the removal of a rather annoying bug in the documentation site.

Perhaps more notably, check_shapes has been removed, and can now be found here. This change is breaking for those who are still getting check_shapes from gpflow, although being in experimental this change does not require a new version number.

Breaking Changes

  • gpflow.experimental.check_shapes has been removed, in favour of an independent release. Use pip install check_shapes and import check_shapes instead.

Major Features and Improvements

  • Major rework of documentation landing page and "getting started" section.

Bug Fixes and Other Changes

  • Fixed bug related to tf.saved_model and methods wrapped in @check_shapes.
  • Documented monitoring with Adam optimizer.
  • Fixed bug related to switching versions in documentation site
  • Fixed several issues relating to mypy

Thanks to our Contributors

This release contains contributions from:

sc336, st--, sethaxen, jesnie

Changelog

Sourced from gpflow's changelog.

Release 2.7.0

The main theme of this release is documentation, with a new suite of tutorials, several upgrades to notebooks and the removal of a rather annoying bug in the documentation site.

Perhaps more notably, check_shapes has been removed, and can now be found here. This change is breaking for those who are still getting check_shapes from gpflow, although being in experimental this change does not require a new version number.

Breaking Changes

  • gpflow.experimental.check_shapes has been removed, in favour of an independent release. Use pip install check_shapes and import check_shapes instead.

Major Features and Improvements

  • Major rework of documentation landing page and "getting started" section.

Bug Fixes and Other Changes

  • Fixed bug related to tf.saved_model and methods wrapped in @check_shapes.
  • Documented monitoring with Adam optimizer.
  • Fixed bug related to switching versions in documentation site
  • Fixed several issues relating to mypy

Thanks to our Contributors

This release contains contributions from:

sc336, st--, sethaxen, jesnie

Release 2.6.4

This is yet another bug-fix release.

Bug Fixes and Other Changes

  • Fix to to_default_float to avoid losing precision when called with python floats.

Thanks to our Contributors

This release contains contributions from:

ChrisMorter

Release 2.6.3

This is yet another bug-fix release.

Bug Fixes and Other Changes

... (truncated)

Commits


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 ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
codecov-commenter commented 1 year ago

Codecov Report

Base: 94.91% // Head: 94.91% // No change to project coverage :thumbsup:

Coverage data is based on head (0af7436) compared to base (c0b3ab0). Patch has no changes to coverable lines.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #275 +/- ## ======================================= Coverage 94.91% 94.91% ======================================= Files 22 22 Lines 1417 1417 ======================================= Hits 1345 1345 Misses 72 72 ``` | Flag | Coverage Δ | | |---|---|---| | unittests | `94.91% <ø> (ø)` | | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Kevin+Jablonka#carryforward-flags-in-the-pull-request-comment) to find out more. Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Kevin+Jablonka). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Kevin+Jablonka)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.