Skip to content

Commit 7581d07

Browse files
Prepare release of v0.8 (#377)
- Update changes.rst - Bump the version
1 parent 70185a9 commit 7581d07

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

docs/changes.rst

+6
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,18 @@ skops Changelog
99
:depth: 1
1010
:local:
1111

12+
13+
v0.9
14+
----
15+
1216
v0.8
1317
----
1418
- Adds the abillity to set the :attr:`.Section.folded` property when using :meth:`.Card.add`.
1519
:pr:`361` by :user:`Thomas Lazarus <lazarust>`.
1620
- Add the CLI command to update Skops files to the latest Skops persistence format.
1721
(: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`_.
1824

1925
v0.7
2026
----

skops/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# Dev branch marker is: 'X.Y.dev' or 'X.Y.devN' where N is an integer.
1717
# 'X.Y.dev0' is the canonical version of 'X.Y.dev'
1818
#
19-
__version__ = "0.7.dev0"
19+
__version__ = "0.8.0"
2020

2121
try:
2222
# This variable is injected in the __builtins__ by the build

0 commit comments

Comments
 (0)