From 9f7a9fa19d8e23fed0549a353238b35c40cc2735 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franz=20Kir=C3=A1ly?= Date: Sun, 5 Jan 2025 17:46:58 +0100 Subject: [PATCH 1/5] v bump --- README.md | 2 +- docs/source/_static/switcher.json | 7 ++++++- docs/source/user_documentation/changelog.rst | 4 ++++ pyproject.toml | 2 +- skbase/__init__.py | 2 +- 5 files changed, 13 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index dfcc78d4..62467d00 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ `skbase` provides base classes for creating scikit-learn-like parametric objects, along with tools to make it easier to build your own packages that follow these design patterns. -:rocket: Version 0.12.0 is now available. Check out our +:rocket: Version 0.12.1 is now available. Check out our [release notes](https://skbase.readthedocs.io/en/latest/changelog.html). | Overview | | diff --git a/docs/source/_static/switcher.json b/docs/source/_static/switcher.json index 56b11a2c..dceb615b 100644 --- a/docs/source/_static/switcher.json +++ b/docs/source/_static/switcher.json @@ -5,7 +5,12 @@ "url": "https://skbase.readthedocs.io/en/latest/" }, { - "name": "0.12.0 (stable)", + "name": "0.12.1 (stable)", + "version": "stable", + "url": "https://skbase.readthedocs.io/en/v0.12.1/" + }, + { + "name": "0.12.0", "version": "stable", "url": "https://skbase.readthedocs.io/en/v0.12.0/" }, diff --git a/docs/source/user_documentation/changelog.rst b/docs/source/user_documentation/changelog.rst index d0192639..c60cd856 100644 --- a/docs/source/user_documentation/changelog.rst +++ b/docs/source/user_documentation/changelog.rst @@ -14,6 +14,10 @@ You can also subscribe to ``skbase``'s For planned changes and upcoming releases, see our :ref:`roadmap`. +[0.12.1] - 2025-01-05 +===================== + + [0.12.0] - 2024-11-13 ===================== diff --git a/pyproject.toml b/pyproject.toml index 0bf6408a..1e99020a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "scikit-base" -version = "0.12.0" +version = "0.12.1" description = "Base classes for sklearn-like parametric objects" authors = [ {name = "sktime developers", email = "sktime.toolbox@gmail.com"}, diff --git a/skbase/__init__.py b/skbase/__init__.py index 57c2a210..ea95d948 100644 --- a/skbase/__init__.py +++ b/skbase/__init__.py @@ -6,4 +6,4 @@ The included functionality makes it easy to reuse scikit-learn and sktime design principles in your project. """ -__version__: str = "0.12.0" +__version__: str = "0.12.1" From 5eee4b10357b42a24972e9845904b38b2ee4f9e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franz=20Kir=C3=A1ly?= Date: Sun, 5 Jan 2025 17:51:03 +0100 Subject: [PATCH 2/5] release notes --- docs/source/user_documentation/changelog.rst | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/docs/source/user_documentation/changelog.rst b/docs/source/user_documentation/changelog.rst index c60cd856..b48b2e84 100644 --- a/docs/source/user_documentation/changelog.rst +++ b/docs/source/user_documentation/changelog.rst @@ -17,6 +17,25 @@ For planned changes and upcoming releases, see our :ref:`roadmap`. [0.12.1] - 2025-01-05 ===================== +Minor release with maintenance updates, features, and bugfixes. + +Contents +-------- + +* [ENH] ``allow_empty`` option in ``_MetaObjectMixin._check_objects`` + (:pr:`386`) :user:`fkiraly` +* [ENH] sync dependency checker utilities with ``sktime`` (:pr:`388`) :user:`fkiraly` +* [BUG] Accepting prereleases as valid python version (:pr:`389`) :user:`Abelarm` +* [MNT] [Dependabot](deps): Bump ``codecov/codecov-action`` from ``4`` to ``5`` + (:pr:`385`) :user:`dependabot` +* [pre-commit.ci] pre-commit autoupdate (:pr:`387`) :user:`pre-commit-ci` + +Contributors +------------ + +:user:`fkiraly`, +:user:`Abelarm` + [0.12.0] - 2024-11-13 ===================== From d4082713a081b71ae4ffe746ac7ce113efd610e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franz=20Kir=C3=A1ly?= Date: Sun, 5 Jan 2025 17:53:53 +0100 Subject: [PATCH 3/5] Update .all-contributorsrc --- .all-contributorsrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.all-contributorsrc b/.all-contributorsrc index da919087..e828545b 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -110,6 +110,7 @@ "avatar_url": "https://avatars.githubusercontent.com/u/6976921?v=4", "profile": "https://github.com/Abelarm", "contributions": [ + "bug", "code" ] } From d3b4e9b6f6ed024f57ed4f15fbb06cabf98e1be7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franz=20Kir=C3=A1ly?= Date: Sun, 5 Jan 2025 17:56:36 +0100 Subject: [PATCH 4/5] missing contribs --- .all-contributorsrc | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/.all-contributorsrc b/.all-contributorsrc index e828545b..435a9491 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -95,6 +95,24 @@ "test" ] }, + { + "login": "achieveordie", + "name": "Sagar Mishra", + "avatar_url": "https://avatars.githubusercontent.com/u/54197164?v=4", + "profile": "https://github.com/achieveordie", + "contributions": [ + "doc" + ] + }, + { + "login": "XinyuWuu", + "name": "Xinyu Wu", + "avatar_url": "https://avatars.githubusercontent.com/u/57612792?v=4", + "profile": "https://github.com/XinyuWuu", + "contributions": [ + "code" + ] + }, { "login": "szepeviktor", "name": "Viktor Szépe", From 3c6e7521e0a392d7ea285abd168018d95582f980 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franz=20Kir=C3=A1ly?= Date: Sun, 5 Jan 2025 18:24:12 +0100 Subject: [PATCH 5/5] Update changelog.rst --- docs/source/user_documentation/changelog.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/user_documentation/changelog.rst b/docs/source/user_documentation/changelog.rst index b48b2e84..54f1fc6c 100644 --- a/docs/source/user_documentation/changelog.rst +++ b/docs/source/user_documentation/changelog.rst @@ -33,8 +33,8 @@ Contents Contributors ------------ -:user:`fkiraly`, -:user:`Abelarm` +:user:`Abelarm`, +:user:`fkiraly` [0.12.0] - 2024-11-13