Skip to content

Commit 8af8784

Browse files
Remove reference to depreciated functions
1 parent ac62e3e commit 8af8784

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

doc/library/misc/pkl_utils.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,6 @@
99

1010
from pytensor.misc.pkl_utils import *
1111

12-
.. autofunction:: pytensor.misc.pkl_utils.dump
13-
14-
.. autofunction:: pytensor.misc.pkl_utils.load
15-
1612
.. autoclass:: pytensor.misc.pkl_utils.StripPickler
1713

1814
.. seealso::

doc/tutorial/loading_and_saving.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ might not have PyTensor installed, who are using a different Python version, or
145145
you are planning to save your model for a long time (in which case version
146146
mismatches might make it difficult to unpickle objects).
147147

148-
See :func:`pytensor.misc.pkl_utils.dump` and :func:`pytensor.misc.pkl_utils.load`.
148+
See :meth:`pytensor.misc.pkl_utils.StripPickler.dump` and :meth:`pytensor.misc.pkl_utils.StripPickler.load`.
149149

150150

151151
Long-Term Serialization

0 commit comments

Comments
 (0)