We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d50de94 + 4a5eb79 commit b40838bCopy full SHA for b40838b
docs/changelog.rst
@@ -1,6 +1,22 @@
1
Changelog
2
=========
3
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
20
Version 0.8.2
21
-------------
22
jaxopt/version.py
@@ -14,4 +14,4 @@
"""JAXopt version."""
-__version__ = "0.8.2"
+__version__ = "0.8.3"
0 commit comments