Skip to content

Commit

Permalink
Merge pull request #543 from mblondel:release_0.8.1
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 571461697
  • Loading branch information
JAXopt authors committed Oct 6, 2023
2 parents 0c032fd + 8bca5c3 commit 48802ae
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
14 changes: 11 additions & 3 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,17 +1,25 @@
Changelog
=========

Version 0.9
-----------

Version 0.8.1
-------------

Bug fixes and enhancements
~~~~~~~~~~~~~~~~~~~~~~~~~~

- Improved example :doc:`/notebooks/deep_learning/resnet_flax` (better accuracy in less time) by Fabian Pedregosa.
- Improved example :doc:`/notebooks/deep_learning/resnet_haiku`, by Fabian Pedregosa.
- Documentation is built as part of the continuous integration workflow, by Fabian Pedregosa
- Jit update method, by Mathieu Blondel.
- Linesearch improvements, by Vincent Roulet.
- GaussNewton and LevenbergMarquardt improvements, by Amir Saadat.
- Verbose support even when jit=True, by Amir Saadat.
- Various doc improvements, by Fabian Pedregosa.

Contributors
~~~~~~~~~~~~

Amir Saadat, Fabian Pedregosa, Mathieu Blondel, Peter Hawkins, Vincent Roulet.

Version 0.8
-----------
Expand Down
2 changes: 1 addition & 1 deletion jaxopt/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@

"""JAXopt version."""

__version__ = "0.8"
__version__ = "0.8.1"

0 comments on commit 48802ae

Please sign in to comment.