File tree Expand file tree Collapse file tree 5 files changed +37
-4
lines changed
Expand file tree Collapse file tree 5 files changed +37
-4
lines changed Original file line number Diff line number Diff line change 77` skbase ` provides base classes for creating scikit-learn-like parametric objects,
88along with tools to make it easier to build your own packages that follow these design patterns.
99
10- :rocket : Version 0.12.5 is now available. Check out our
10+ :rocket : Version 0.12.6 is now available. Check out our
1111[ release notes] ( https://skbase.readthedocs.io/en/latest/changelog.html ) .
1212
1313| Overview | |
Original file line number Diff line number Diff line change 55 "url" : " https://skbase.readthedocs.io/en/latest/"
66 },
77 {
8- "name" : " 0.12.5 (stable)" ,
8+ "name" : " 0.12.6 (stable)" ,
9+ "version" : " stable" ,
10+ "url" : " https://skbase.readthedocs.io/en/v0.1265/"
11+ },
12+ {
13+ "name" : " 0.12.5" ,
914 "version" : " stable" ,
1015 "url" : " https://skbase.readthedocs.io/en/v0.12.5/"
1116 },
Original file line number Diff line number Diff line change @@ -14,6 +14,34 @@ You can also subscribe to ``skbase``'s
1414
1515For planned changes and upcoming releases, see our :ref: `roadmap `.
1616
17+ [0.12.6] - 2025-09-18
18+ =====================
19+
20+ Minor release with feature, bugfix, and maintenance updates.
21+
22+ Contents
23+ --------
24+
25+ * [ENH] update ``_safe_import `` to state in ``sktime `` and ``pytorch_forecasting ``
26+ (:pr: `441 `) :user: `fkiraly `
27+ * [ENH] improved `QuickTester `: verbosity levels, plugin structure for fixture
28+ generation handling (:pr: `446 `) :user: `fkiraly `
29+ * [BUG] fix ``TagAliaserMixin `` ``get_tag ``
30+ and ``get_class_tag `` (:pr: `445 `) :user: `fkiraly `
31+ * [MNT] Check versions in wheels workflow (:pr: `440 `) :user: `szepeviktor `
32+ * [MNT] [Dependabot](deps): Bump ``actions/setup-node `` from ``4 `` to ``5 ``
33+ (:pr: `443 `) :user: `dependabot[bot] `
34+ * [MNT] [Dependabot](deps): Bump ``actions/setup-python `` from ``5 `` to ``6 ``
35+ (:pr: `444 `) :user: `dependabot[bot] `
36+ * [pre-commit.ci] pre-commit autoupdate (:pr: `447 `) :user: `pre-commit-ci[bot] `
37+
38+ Contributors
39+ ------------
40+
41+ :user: `fkiraly `,
42+ :user: `szepeviktor `
43+
44+
1745[0.12.5] - 2025-08-17
1846=====================
1947
Original file line number Diff line number Diff line change 11[project ]
22name = " scikit-base"
3- version = " 0.12.5 "
3+ version = " 0.12.6 "
44description = " Base classes for sklearn-like parametric objects"
55authors = [
66 {name = " sktime developers" , email = " sktime.toolbox@gmail.com" },
Original file line number Diff line number Diff line change 66The included functionality makes it easy to reuse scikit-learn and
77sktime design principles in your project.
88"""
9- __version__ : str = "0.12.5 "
9+ __version__ : str = "0.12.6 "
You can’t perform that action at this time.
0 commit comments