Skip to content

Commit

Permalink
Release 0.8.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
mblondel committed Jan 10, 2024
1 parent d50de94 commit 4a5eb79
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,22 @@
Changelog
=========

Version 0.8.3
-------------

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

- Fix fragile tests in perturbation module, by Roy Frostig.
- Better verbose handling, by Vincent Roulet.
- Remove boston dataset, by Vincent Roulet.
- Control variate support in perturbation module, by Quentin Berthet.

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

Roy Frostig, Vincent Roulet, Quentin Berthet.

Version 0.8.2
-------------

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

0 comments on commit 4a5eb79

Please sign in to comment.