Skip to content

Commit 9a78cd2

Browse files
committed
Add reno
1 parent cfcc7ed commit 9a78cd2

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
upgrade:
3+
- |
4+
Added new methods :meth:`to_dill` and :meth:`from_dill`, with improved docstrings and examples.
5+
Deprecated :meth:`save` and :meth:`load` in favor of the `{to/from}_dill`.
6+
deprecations:
7+
- |
8+
The methods :meth:`SerializableModelMixin.save` and :meth:`SerializableModelMixin.load` have
9+
been deprecated and will be removed (target v.0.9.0). Please use
10+
:meth:`SerializableModelMixin.to_dill` and :meth:`SerializableModelMixin.from_dill` instead.

0 commit comments

Comments
 (0)