Skip to content

Commit 48802ae

Browse files
author
JAXopt authors
committed
Merge pull request #543 from mblondel:release_0.8.1
PiperOrigin-RevId: 571461697
2 parents 0c032fd + 8bca5c3 commit 48802ae

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

docs/changelog.rst

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,25 @@
11
Changelog
22
=========
33

4-
Version 0.9
5-
-----------
6-
4+
Version 0.8.1
5+
-------------
76

87
Bug fixes and enhancements
98
~~~~~~~~~~~~~~~~~~~~~~~~~~
109

1110
- Improved example :doc:`/notebooks/deep_learning/resnet_flax` (better accuracy in less time) by Fabian Pedregosa.
1211
- Improved example :doc:`/notebooks/deep_learning/resnet_haiku`, by Fabian Pedregosa.
1312
- Documentation is built as part of the continuous integration workflow, by Fabian Pedregosa
13+
- Jit update method, by Mathieu Blondel.
14+
- Linesearch improvements, by Vincent Roulet.
15+
- GaussNewton and LevenbergMarquardt improvements, by Amir Saadat.
16+
- Verbose support even when jit=True, by Amir Saadat.
17+
- Various doc improvements, by Fabian Pedregosa.
18+
19+
Contributors
20+
~~~~~~~~~~~~
1421

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

1624
Version 0.8
1725
-----------

jaxopt/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414

1515
"""JAXopt version."""
1616

17-
__version__ = "0.8"
17+
__version__ = "0.8.1"

0 commit comments

Comments
 (0)