File tree Expand file tree Collapse file tree 5 files changed +29
-6
lines changed
Expand file tree Collapse file tree 5 files changed +29
-6
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.10.1 is now available. Check out our
10+ :rocket : Version 0.11.0 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.10.1 (stable)" ,
8+ "name" : " 0.11.0 (stable)" ,
9+ "version" : " stable" ,
10+ "url" : " https://skbase.readthedocs.io/en/v0.11.0/"
11+ },
12+ {
13+ "name" : " 0.10.1" ,
914 "version" : " stable" ,
1015 "url" : " https://skbase.readthedocs.io/en/v0.10.1/"
1116 },
Original file line number Diff line number Diff line change @@ -14,10 +14,28 @@ You can also subscribe to ``skbase``'s
1414
1515For planned changes and upcoming releases, see our :ref: `roadmap `.
1616
17+ [0.11.0] - 2024-10-07
18+ =====================
19+
20+ Maintenance release with full support for ``python 3.13 ``,
21+ and other minor improvements.
22+
23+ Contents
24+ --------
25+
26+ * [MNT] full support for ``python 3.13 `` (:pr: `372 `) :user: `fkiraly `
27+ * [DOC] improved docstrings for ``BaseObject `` (:pr: `369 `) :user: `fkiraly `
28+ * [DOC] merge docstring of ``NotFittedError `` with ``sktime ``
29+ (:pr: `371 `) :user: `fkiraly `
30+ * [ENH] merge ``sktime `` ``BaseEstimator` into ``skbase `` ``BaseEstimator ``
31+ (:pr: `370 `) :user: `fkiraly `
32+ * [pre-commit.ci] pre-commit autoupdate (:pr: `374 `) :user: `pre-commit-ci `
33+
34+
1735[0.10.1] - 2024-09-29
1836=====================
1937
20- Maintenance release with experimental python 3.13 wheels.
38+ Maintenance release with experimental `` python 3.13 `` wheels.
2139Full 3.13 support will be added with ``scikit-base 0.11.0 ``.
2240
2341Contents
@@ -26,7 +44,7 @@ Contents
2644* [pre-commit.ci] pre-commit autoupdate (:pr: `364 `) :user: `pre-commit-ci `
2745* [MNT] updates ``scikit-learn `` soft dependency checks to use PEP 440 name
2846 (:pr: `366 `) :user: `fkiraly `
29- * [MNT] experimental python `` 3.13 `` wheels and ``3.13-rc.2 `` testing
47+ * [MNT] experimental `` python 3.13 `` wheels and ``3.13-rc.2 `` testing
3048 (:pr: `365 `) :user: `fkiraly `
3149
3250
Original file line number Diff line number Diff line change 11[project ]
22name = " scikit-base"
3- version = " 0.10.1 "
3+ version = " 0.11.0 "
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.10.1 "
9+ __version__ : str = "0.11.0 "
You can’t perform that action at this time.
0 commit comments