diff --git a/docs/changelog.rst b/docs/changelog.rst index 18f77c24..7de07ab4 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -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 ------------- diff --git a/jaxopt/version.py b/jaxopt/version.py index 0db86fb8..2cbcbb56 100644 --- a/jaxopt/version.py +++ b/jaxopt/version.py @@ -14,4 +14,4 @@ """JAXopt version.""" -__version__ = "0.8.2" +__version__ = "0.8.3"