From a23a346ca0352acfb87a32613a97eade6ada1761 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franz=20Kir=C3=A1ly?= Date: Fri, 2 Aug 2024 09:04:03 +0100 Subject: [PATCH 1/3] changelog --- docs/source/user_documentation/changelog.rst | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/docs/source/user_documentation/changelog.rst b/docs/source/user_documentation/changelog.rst index 60d40368..6e6b6298 100644 --- a/docs/source/user_documentation/changelog.rst +++ b/docs/source/user_documentation/changelog.rst @@ -15,6 +15,21 @@ You can also subscribe to ``skbase``'s For planned changes and upcoming releases, see our :ref:`roadmap`. +[0.8.2] - 2024-06-20 +==================== + +Regular maintenance release. + +Contents +-------- + +* [ENH] prevent imports in ``_check_soft_dependencies`` (:pr:`340`) :user:`fkiraly`, :user:`yarnabrina` +* [ENH] sync dependency checkers with ``sktime`` (:pr:`345`) :user:`fkiraly` +* [pre-commit.ci] pre-commit autoupdate (:pr:`342`) :user:`pre-commit-ci` +* [MNT] [Dependabot](deps): Update ``sphinx-gallery`` requirement from ``<0.17.0`` to ``<0.18.0`` (:pr:`343`) :user:`dependabot` +* [MNT] [Dependabot](deps): Update ``sphinx`` requirement from ``!=7.2.0,<8.0.0`` to ``!=7.2.0,<9.0.0`` (:pr:`344`) :user:`dependabot` + + [0.8.1] - 2024-06-20 ==================== From 8bb9a30a5dc3b0b1f1e643b53cabada33cab1a3e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franz=20Kir=C3=A1ly?= Date: Fri, 2 Aug 2024 09:05:07 +0100 Subject: [PATCH 2/3] v bump --- README.md | 2 +- docs/source/_static/switcher.json | 7 ++++++- docs/source/user_documentation/changelog.rst | 2 +- pyproject.toml | 2 +- skbase/__init__.py | 2 +- 5 files changed, 10 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 6854ede1..bfc002a3 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.8.1 is now available. Check out our +:rocket: Version 0.8.2 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 44886298..1c2845f1 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.8.1 (stable)", + "name": "0.8.2 (stable)", + "version": "stable", + "url": "https://skbase.readthedocs.io/en/v0.8.2/" + }, + { + "name": "0.8.1", "version": "stable", "url": "https://skbase.readthedocs.io/en/v0.8.1/" }, diff --git a/docs/source/user_documentation/changelog.rst b/docs/source/user_documentation/changelog.rst index 6e6b6298..cfcba76f 100644 --- a/docs/source/user_documentation/changelog.rst +++ b/docs/source/user_documentation/changelog.rst @@ -15,7 +15,7 @@ You can also subscribe to ``skbase``'s For planned changes and upcoming releases, see our :ref:`roadmap`. -[0.8.2] - 2024-06-20 +[0.8.2] - 2024-08-02 ==================== Regular maintenance release. diff --git a/pyproject.toml b/pyproject.toml index 08fba735..1d48d993 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "scikit-base" -version = "0.8.1" +version = "0.8.2" 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 ced628dd..db506b89 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.8.1" +__version__: str = "0.8.2" From 124dfaa30aa9d2165bc4cdc3131ad073b1d760ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franz=20Kir=C3=A1ly?= Date: Fri, 2 Aug 2024 09:07:34 +0100 Subject: [PATCH 3/3] linting --- docs/source/user_documentation/changelog.rst | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/docs/source/user_documentation/changelog.rst b/docs/source/user_documentation/changelog.rst index cfcba76f..ccb2ba0f 100644 --- a/docs/source/user_documentation/changelog.rst +++ b/docs/source/user_documentation/changelog.rst @@ -23,11 +23,14 @@ Regular maintenance release. Contents -------- -* [ENH] prevent imports in ``_check_soft_dependencies`` (:pr:`340`) :user:`fkiraly`, :user:`yarnabrina` +* [ENH] prevent imports in ``_check_soft_dependencies`` + (:pr:`340`) :user:`fkiraly`, :user:`yarnabrina` * [ENH] sync dependency checkers with ``sktime`` (:pr:`345`) :user:`fkiraly` * [pre-commit.ci] pre-commit autoupdate (:pr:`342`) :user:`pre-commit-ci` -* [MNT] [Dependabot](deps): Update ``sphinx-gallery`` requirement from ``<0.17.0`` to ``<0.18.0`` (:pr:`343`) :user:`dependabot` -* [MNT] [Dependabot](deps): Update ``sphinx`` requirement from ``!=7.2.0,<8.0.0`` to ``!=7.2.0,<9.0.0`` (:pr:`344`) :user:`dependabot` +* [MNT] [Dependabot](deps): Update ``sphinx-gallery`` requirement + from ``<0.17.0`` to ``<0.18.0`` (:pr:`343`) :user:`dependabot` +* [MNT] [Dependabot](deps): Update ``sphinx`` requirement + from ``!=7.2.0,<8.0.0`` to ``!=7.2.0,<9.0.0`` (:pr:`344`) :user:`dependabot` [0.8.1] - 2024-06-20