Skip to content

Commit

Permalink
Merge pull request #261 from mblondel:release_0.4.3
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 457760764
  • Loading branch information
JAXopt authors committed Jun 28, 2022
2 parents ed48fe9 + 7143f0b commit da7d8f1
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 5 deletions.
17 changes: 13 additions & 4 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,18 +1,27 @@
Changelog
=========

Development version
___________________
Version 0.4.3
-------------

New features
~~~~~~~~~~~~

- Added zoom line search in :class:`jaxopt.LBFGS`, by Mathieu Blondel. It can be enabled with the ``linesearch="zoom"`` option.

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

- Add support for quadratic polynomial `fun` in :class:`jaxopt.BoxOSQP` and :class:`jaxopt.OSQP`.
- Added support for quadratic polynomial `fun` in :class:`jaxopt.BoxOSQP` and :class:`jaxopt.OSQP`, by Louis Béthune.
- Added a notebook for the dataset distillation example, by Amélie Héliou.
- Fixed wrong links and deprecation warnings in notebooks, by Fabian Pedregosa.
- Changed losses to avoid roundoff, by Jack Valmadre.
- Fixed init_params bug in multiclass_svm example, by Louis Béthune.

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

Louis Béthune.
Louis Béthune, Mathieu Blondel, Amélie Héliou, Fabian Pedregosa, Jack Valmadre.

Version 0.4.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.4.2"
__version__ = "0.4.3"

0 comments on commit da7d8f1

Please sign in to comment.