File tree 2 files changed +7
-1
lines changed
2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -9,12 +9,18 @@ skops Changelog
9
9
:depth: 1
10
10
:local:
11
11
12
+
13
+ v0.9
14
+ ----
15
+
12
16
v0.8
13
17
----
14
18
- Adds the abillity to set the :attr: `.Section.folded ` property when using :meth: `.Card.add `.
15
19
:pr: `361 ` by :user: `Thomas Lazarus <lazarust> `.
16
20
- Add the CLI command to update Skops files to the latest Skops persistence format.
17
21
(:func: `.cli._update.main `). :pr: `333 ` by :user: `Edoardo Abati <EdAbati> `
22
+ - Fix a bug that prevented persisting ``np.mean `` when using numpy>=1.25.0.
23
+ :pr: `373 ` by `Adrin Jalali `_.
18
24
19
25
v0.7
20
26
----
Original file line number Diff line number Diff line change 16
16
# Dev branch marker is: 'X.Y.dev' or 'X.Y.devN' where N is an integer.
17
17
# 'X.Y.dev0' is the canonical version of 'X.Y.dev'
18
18
#
19
- __version__ = "0.7.dev0 "
19
+ __version__ = "0.8.0 "
20
20
21
21
try :
22
22
# This variable is injected in the __builtins__ by the build
You can’t perform that action at this time.
0 commit comments