File tree 6 files changed +51
-4
lines changed
6 files changed +51
-4
lines changed Original file line number Diff line number Diff line change 95
95
" test"
96
96
]
97
97
},
98
+ {
99
+ "login" : " achieveordie" ,
100
+ "name" : " Sagar Mishra" ,
101
+ "avatar_url" : " https://avatars.githubusercontent.com/u/54197164?v=4" ,
102
+ "profile" : " https://github.com/achieveordie" ,
103
+ "contributions" : [
104
+ " doc"
105
+ ]
106
+ },
107
+ {
108
+ "login" : " XinyuWuu" ,
109
+ "name" : " Xinyu Wu" ,
110
+ "avatar_url" : " https://avatars.githubusercontent.com/u/57612792?v=4" ,
111
+ "profile" : " https://github.com/XinyuWuu" ,
112
+ "contributions" : [
113
+ " code"
114
+ ]
115
+ },
98
116
{
99
117
"login" : " szepeviktor" ,
100
118
"name" : " Viktor Szépe" ,
110
128
"avatar_url" : " https://avatars.githubusercontent.com/u/6976921?v=4" ,
111
129
"profile" : " https://github.com/Abelarm" ,
112
130
"contributions" : [
131
+ " bug" ,
113
132
" code"
114
133
]
115
134
}
Original file line number Diff line number Diff line change 7
7
` skbase ` provides base classes for creating scikit-learn-like parametric objects,
8
8
along with tools to make it easier to build your own packages that follow these design patterns.
9
9
10
- :rocket : Version 0.12.0 is now available. Check out our
10
+ :rocket : Version 0.12.1 is now available. Check out our
11
11
[ release notes] ( https://skbase.readthedocs.io/en/latest/changelog.html ) .
12
12
13
13
| Overview | |
Original file line number Diff line number Diff line change 5
5
"url" : " https://skbase.readthedocs.io/en/latest/"
6
6
},
7
7
{
8
- "name" : " 0.12.0 (stable)" ,
8
+ "name" : " 0.12.1 (stable)" ,
9
+ "version" : " stable" ,
10
+ "url" : " https://skbase.readthedocs.io/en/v0.12.1/"
11
+ },
12
+ {
13
+ "name" : " 0.12.0" ,
9
14
"version" : " stable" ,
10
15
"url" : " https://skbase.readthedocs.io/en/v0.12.0/"
11
16
},
Original file line number Diff line number Diff line change @@ -14,6 +14,29 @@ You can also subscribe to ``skbase``'s
14
14
15
15
For planned changes and upcoming releases, see our :ref: `roadmap `.
16
16
17
+ [0.12.1] - 2025-01-05
18
+ =====================
19
+
20
+ Minor release with maintenance updates, features, and bugfixes.
21
+
22
+ Contents
23
+ --------
24
+
25
+ * [ENH] ``allow_empty `` option in ``_MetaObjectMixin._check_objects ``
26
+ (:pr: `386 `) :user: `fkiraly `
27
+ * [ENH] sync dependency checker utilities with ``sktime `` (:pr: `388 `) :user: `fkiraly `
28
+ * [BUG] Accepting prereleases as valid python version (:pr: `389 `) :user: `Abelarm `
29
+ * [MNT] [Dependabot](deps): Bump ``codecov/codecov-action `` from ``4 `` to ``5 ``
30
+ (:pr: `385 `) :user: `dependabot `
31
+ * [pre-commit.ci] pre-commit autoupdate (:pr: `387 `) :user: `pre-commit-ci `
32
+
33
+ Contributors
34
+ ------------
35
+
36
+ :user: `Abelarm `,
37
+ :user: `fkiraly `
38
+
39
+
17
40
[0.12.0] - 2024-11-13
18
41
=====================
19
42
Original file line number Diff line number Diff line change 1
1
[project ]
2
2
name = " scikit-base"
3
- version = " 0.12.0 "
3
+ version = " 0.12.1 "
4
4
description = " Base classes for sklearn-like parametric objects"
5
5
authors = [
6
6
{
name =
" sktime developers" ,
email =
" [email protected] " },
Original file line number Diff line number Diff line change 6
6
The included functionality makes it easy to reuse scikit-learn and
7
7
sktime design principles in your project.
8
8
"""
9
- __version__ : str = "0.12.0 "
9
+ __version__ : str = "0.12.1 "
You can’t perform that action at this time.
0 commit comments