Skip to content

Commit

Permalink
Merge pull request #155 from mblondel:init_deprecation
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 423333325
  • Loading branch information
JAXopt authors committed Jan 21, 2022
2 parents 73a7c48 + 397e722 commit 8479d34
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,13 @@ Bug fixes and enhancements
:class:`jaxopt.ProximalGradient`, :class:`jaxopt.ProjectedGradient` and
:class:`jaxopt.GradientDescent`.

Deprecated features
~~~~~~~~~~~~~~~~~~~
Deprecations
~~~~~~~~~~~~

- :class:`jaxopt.QuadraticProgramming` is deprecated and will be removed in v0.3. Use
:class:`jaxopt.CvxpyQP`, :class:`jaxopt.OSQP`, :class:`jaxopt.BoxOSQP` and
:class:`jaxopt.EqualityConstrainedQP` instead.
- ``params, state = solver.init(...)`` is deprecated. Use ``state = solver.init_state(...)`` instead.

Contributors
~~~~~~~~~~~~
Expand Down

0 comments on commit 8479d34

Please sign in to comment.