Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 30, 2023

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)

Updates the requirements on [gpflow](https://github.com/GPflow/GPflow) to permit the latest version.
- [Release notes](https://github.com/GPflow/GPflow/releases)
- [Changelog](https://github.com/GPflow/GPflow/blob/develop/RELEASE.md)
- [Commits](GPflow/GPflow@v2.2.0...v2.7.0)

---
updated-dependencies:
- dependency-name: gpflow
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
@codecov-commenter
Copy link

Codecov Report

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

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

Additional details and impacted files
@@           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 to find out more.

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant