Skip to content

Commit

Permalink
Release 0.7.5 (#304)
Browse files Browse the repository at this point in the history
Release 0.7.5

* changelog
* version bump
  • Loading branch information
fkiraly authored Mar 2, 2024
1 parent 929b1fb commit b19cbd3
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 3 deletions.
7 changes: 6 additions & 1 deletion docs/source/_static/switcher.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,12 @@
"url": "https://skbase.readthedocs.io/en/latest/"
},
{
"name": "0.7.4 (stable)",
"name": "0.7.5 (stable)",
"version": "stable",
"url": "https://skbase.readthedocs.io/en/v0.7.5/"
},
{
"name": "0.7.4",
"version": "stable",
"url": "https://skbase.readthedocs.io/en/v0.7.4/"
},
Expand Down
12 changes: 12 additions & 0 deletions docs/source/user_documentation/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,18 @@ You can also subscribe to ``skbase``'s

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

[0.7.5] - 2024-03-02
====================

Small hotfix release.

Contents
--------

* [BUG] fix ``deep_equals`` on objects which have ``__len__`` but ``len(obj)``
causes exception (:pr:`303`) :user:`fkiraly`


[0.7.4] - 2024-03-01
====================

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "scikit-base"
version = "0.7.4"
version = "0.7.5"
description = "Base classes for sklearn-like parametric objects"
authors = [
{name = "sktime developers", email = "sktime.toolbox@gmail.com"},
Expand Down
2 changes: 1 addition & 1 deletion skbase/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
The included functionality makes it easy to reuse scikit-learn and
sktime design principles in your project.
"""
__version__: str = "0.7.4"
__version__: str = "0.7.5"

0 comments on commit b19cbd3

Please sign in to comment.