Skip to content

Commit b40838b

Browse files
author
JAXopt authors
committed
Merge pull request #569 from mblondel:release_0.8.3
PiperOrigin-RevId: 597204909
2 parents d50de94 + 4a5eb79 commit b40838b

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

docs/changelog.rst

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,22 @@
11
Changelog
22
=========
33

4+
Version 0.8.3
5+
-------------
6+
7+
Bug fixes and enhancements
8+
~~~~~~~~~~~~~~~~~~~~~~~~~~
9+
10+
- Fix fragile tests in perturbation module, by Roy Frostig.
11+
- Better verbose handling, by Vincent Roulet.
12+
- Remove boston dataset, by Vincent Roulet.
13+
- Control variate support in perturbation module, by Quentin Berthet.
14+
15+
Contributors
16+
~~~~~~~~~~~~
17+
18+
Roy Frostig, Vincent Roulet, Quentin Berthet.
19+
420
Version 0.8.2
521
-------------
622

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.2"
17+
__version__ = "0.8.3"

0 commit comments

Comments
 (0)