Skip to content

Commit

Permalink
Release 2.7.1 preparation (#2048)
Browse files Browse the repository at this point in the history
  • Loading branch information
sc336 authored Mar 15, 2023
1 parent 5ea4f5c commit e19233f
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 2 deletions.
1 change: 1 addition & 0 deletions CONTRIBUTORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,5 86,6 @@ Because GitHub's [graph of contributors](http://github.com/GPflow/GPflow/graphs/
[@sc336](https://github.com/sc336)
[@ChrisMorter](https://github.com/ChrisMorter)
[@sethaxen](https://github.com/sethaxen)
[@khurram-ghani](https://github.com/khurram-ghani)

Add yourself when you first contribute to GPflow's code, tests, or documentation!
27 changes: 27 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 63,33 @@ This release contains contributions from:
<INSERT>, <NAME>, <HERE>, <USING>, <GITHUB>, <HANDLE>


# Release 2.7.1

A small fix for a bug in the scipy optimize wrapper.

## Breaking Changes

* None

## Known Caveats

* None

## Major Features and Improvements

* None

## Bug Fixes and Other Changes

* Patched `gpflow.optimizers.Scipy` to always assign the last good state returned by `scipy.optimize.minimize` to the model under optimization. Previously, this step could be missed if `minimize` failed in some situations, leaving the model in an arbitrary state.

## Thanks to our Contributors

This release contains contributions from:

Khurram Ghani


# 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.
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 1 @@
2.7.0
2.7.1
2 changes: 1 addition & 1 deletion doc/sphinx/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 24,7 @@
author = "The GPflow Contributors"

# The full version, including alpha/beta/rc tags
release = "2.7.0"
release = "2.7.1"

# -- General configuration ---------------------------------------------------

Expand Down

0 comments on commit e19233f

Please sign in to comment.