From 96754ee1732ab663b5dabc6b082e47b11477c4a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franz=20Kir=C3=A1ly?= Date: Mon, 14 Aug 2023 20:56:25 +0100 Subject: [PATCH] release notes --- docs/source/user_documentation/changelog.rst | 29 ++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/docs/source/user_documentation/changelog.rst b/docs/source/user_documentation/changelog.rst index c672e5ce..fc8e6bd0 100644 --- a/docs/source/user_documentation/changelog.rst +++ b/docs/source/user_documentation/changelog.rst @@ -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 ====================