Skip to content

Commit

Permalink
release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
fkiraly committed Aug 14, 2023
1 parent a269d46 commit 96754ee
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions docs/source/user_documentation/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,35 @@ You can also subscribe to ``skbase``'s

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

[0.5.1] - 2023-08-14
====================

Release with minor improvements and bugfixes.

Enhancements
------------

* [ENH] remove ``sklearn`` dependency in ``test_get_params`` (:pr:`212`) :user:`fkiraly`

Documentation
-------------

* [DOC] landing page updates (:pr:`188`) :user:`fkiraly`

Maintenance
-----------

* [MNT] separate windows CI element from unix based CI (:pr:`209`) :user:`fkiraly`
* [MNT] convert ``black`` ``extend-exclude`` parameter to single string (:pr:`207`) :user:`fkiraly`
* [MNT] update ``__init__`` version (:pr:`210`) :user:`fkiraly`
* [MNT] fix linting issue from newest pre-commit versions (:pr:`211`) :user:`fkiraly`

Fixes
-----

* [BUG] fix for ``get_fitted_params`` in ``_HeterogenousMetaEstimator`` (:pr:`191`) :user:`fkiraly`


[0.5.0] - 2023-06-21
====================

Expand Down

0 comments on commit 96754ee

Please sign in to comment.