Skip to content

Commit 6831022

Browse files
author
Franz Király
authored
Release 0.4.2 (#174)
Release 0.4.2 * changelog * version bump
1 parent 1705227 commit 6831022

File tree

4 files changed

+43
-4
lines changed

4 files changed

+43
-4
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
along with tools to make it easier to build your own packages that follow these
88
design patterns.
99

10-
:rocket: Version 0.4.1 is now available. Checkout our
10+
:rocket: Version 0.4.2 is now available. Checkout our
1111
[release notes](https://skbase.readthedocs.io/en/latest/changelog.html).
1212

1313
| Overview | |

docs/source/_static/switcher.json

+6-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,12 @@
55
"url": "https://skbase.readthedocs.io/en/latest/"
66
},
77
{
8-
"name": "0.4.1 (stable)",
8+
"name": "0.4.2 (stable)",
9+
"version": "stable",
10+
"url": "https://skbase.readthedocs.io/en/stable/"
11+
},
12+
{
13+
"name": "0.4.1",
914
"version": "stable",
1015
"url": "https://skbase.readthedocs.io/en/stable/"
1116
},

docs/source/user_documentation/changelog.rst

+35-1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,40 @@ You can also subscribe to ``skbase``'s
1515
For planned changes and upcoming releases, see our :ref:`roadmap`.
1616

1717

18+
[0.4.2] - 2023-05-02
19+
====================
20+
21+
Maintenance update that cleans up dependencies.
22+
23+
Notably, ``scikit-base`` no longer has any core dependencies.
24+
25+
This is as per usage intention as a base module,
26+
therefore this removal is not accompanied by deprecation.
27+
28+
Dependency changes
29+
------------------
30+
31+
* ``scikit-learn``, ``typing-extensions``, and ``pytest`` are no longer
32+
core dependencies.
33+
``pytest`` remains a dependency in ``dev`` and ``test`` dependency sets.
34+
* ``scikit-learn`` is now part of the ``dev`` and ``test`` depency sets,
35+
as it is required to test compatibility with ``scikit-learn``
36+
* a dependency conflict has been resolved in the ``docs`` dependency set for
37+
the docs build,
38+
by pinning versions
39+
40+
Maintenance
41+
-----------
42+
43+
* [MNT] remove dependency on ``typing-extensions`` (:pr:`167`) :user:`fkiraly`
44+
* [MNT] remove dependency on ``pytest`` (:pr:`168`) :user:`fkiraly`
45+
* [MNT] remove dependency on ``scikit-learn`` (:pr:`171`) :user:`fkiraly`
46+
* [MNT] add ``scikit-learn`` to ``test`` dependency set (:pr:`172`) :user:`fkiraly`
47+
* [MNT] remove ``fail-fast`` flag in CI (:pr:`169`) :user:`fkiraly`
48+
* [MNT] resolve dependency conflict in ``docs`` dependency
49+
set (:pr:`173`) :user:`fkiraly`
50+
51+
1852
[0.4.1] - 2023-04-26
1953
====================
2054

@@ -24,7 +58,7 @@ Fixes
2458
-----
2559

2660
* [BUG] fix html display for meta-objects (:pr:`160`) :user:`fkiraly`
27-
* [BUG] Fix `all_objects` lookup, broken tag filter (:pr:`161`) :user:`fkiraly`
61+
* [BUG] Fix ``all_objects`` lookup, broken tag filter (:pr:`161`) :user:`fkiraly`
2862

2963

3064
[0.4.0] - 2023-04-25

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "skbase"
3-
version = "0.4.1"
3+
version = "0.4.2"
44
description = "Base classes for sklearn-like parametric objects"
55
authors = [
66
{name = "Franz Király"},

0 commit comments

Comments
 (0)