Skip to content

Commit

Permalink
Prepare release of v0.8 (#377)
Browse files Browse the repository at this point in the history
- Update changes.rst
- Bump the version
  • Loading branch information
BenjaminBossan authored Jun 28, 2023
1 parent 70185a9 commit 7581d07
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions docs/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,18 @@ skops Changelog
:depth: 1
:local:


v0.9
----

v0.8
----
- Adds the abillity to set the :attr:`.Section.folded` property when using :meth:`.Card.add`.
:pr:`361` by :user:`Thomas Lazarus <lazarust>`.
- Add the CLI command to update Skops files to the latest Skops persistence format.
(:func:`.cli._update.main`). :pr:`333` by :user:`Edoardo Abati <EdAbati>`
- Fix a bug that prevented persisting ``np.mean`` when using numpy>=1.25.0.
:pr:`373` by `Adrin Jalali`_.

v0.7
----
Expand Down
2 changes: 1 addition & 1 deletion skops/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# Dev branch marker is: 'X.Y.dev' or 'X.Y.devN' where N is an integer.
# 'X.Y.dev0' is the canonical version of 'X.Y.dev'
#
__version__ = "0.7.dev0"
__version__ = "0.8.0"

try:
# This variable is injected in the __builtins__ by the build
Expand Down

0 comments on commit 7581d07

Please sign in to comment.