Skip to content

Commit

Permalink
Update changelog.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
fkiraly committed Jun 20, 2024
1 parent 57decb4 commit 847da32
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions docs/source/user_documentation/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,27 @@ You can also subscribe to ``skbase``'s

For planned changes and upcoming releases, see our :ref:`roadmap`.


[0.8.1] - 2024-06-20
====================

Regular bugfix and maintenance release.

Core interface changes
----------------------

* ``get_param_names`` now allows users to return the parameter names in the same order
as in the`` ``__init__`` method, by passing the argument ``sort=False``.

Contents
--------

* [ENH] option to return ``BaseObject.get_param_names`` in the same order as in the ``__init__`` (:pr:`335`) :user:`fkiraly`
* [ENH] refactor - move ``StdoutMute`` context manager to ``utils`` (:pr:`338`) :user:`fkiraly`
* [MNT] ``numpy 2`` compatibility of some tests (:pr:`337`) :user:`fkiraly`
* [pre-commit.ci] pre-commit autoupdate (:pr:`336`) :user:`pre-commit-ci`


[0.8.0] - 2024-05-25
====================

Expand Down

0 comments on commit 847da32

Please sign in to comment.