v1.9.5.0
VanyaBelyaev
released this
02 Dec 13:20
·
1497 commits
to master
since this release
v1.9.5.0
New features:
- change default pickling protocol from 2 to DEFAULT_PROTOCOL (2 for py2, 3 for python (3.0-3.7), 4 for python 3.8-...)
- add possibility to define protocol via the environment variable
OSTAP_PROTOCOL
- add possibility to define protocol via 'General:protocol' section in the configuration file
- reduce code duplication for various databases
- collect all pickle-related stuff into new single module
ostap.io.pickling