File tree Expand file tree Collapse file tree 2 files changed +7
-9
lines changed
Expand file tree Collapse file tree 2 files changed +7
-9
lines changed Original file line number Diff line number Diff line change 1- 1.7.0 (in development)
2- ======================
3-
4- dev
5- ===
1+ 2.0.0
2+ =====
63
74- Python 3.5 is no longer supported.
85
9- - Support for registering modules to be serialised by value. This will
10- allow for code defined in local modules to be serialised and executed
11- remotely without those local modules installed on the remote machine.
6+ - Support for registering modules to be serialised by value. This allows code
7+ defined in local modules to be serialised and executed remotely without those
8+ local modules installed on the remote machine.
129 ([ PR #417 ] ( https://github.com/cloudpipe/cloudpickle/pull/417 ) )
1310
1411- Fix a side effect altering dynamic modules at pickling time.
1512 ([ PR #426 ] ( https://github.com/cloudpipe/cloudpickle/pull/426 ) )
13+
1614- Support for pickling type annotations on Python 3.10 as per [ PEP 563] (
1715 https://www.python.org/dev/peps/pep-0563/ )
1816 ([ PR #400 ] ( https://github.com/cloudpipe/cloudpickle/pull/400 ) )
Original file line number Diff line number Diff line change 88# expose their Pickler subclass at top-level under the "Pickler" name.
99Pickler = CloudPickler
1010
11- __version__ = '1.7.0dev0 '
11+ __version__ = '2.0.0 '
You can’t perform that action at this time.
0 commit comments