Skip to content

v1.9.5.0

Compare
Choose a tag to compare
@VanyaBelyaev VanyaBelyaev released this 02 Dec 13:20
· 1209 commits to master since this release

v1.9.5.0

New features:

  1. change default pickling protocol from 2 to DEFAULT_PROTOCOL (2 for py2, 3 for python (3.0-3.7), 4 for python 3.8-...)
  2. add possibility to define protocol via the environment variable OSTAP_PROTOCOL
  3. add possibility to define protocol via 'General:protocol' section in the configuration file
  4. reduce code duplication for various databases
  5. collect all pickle-related stuff into new single module ostap.io.pickling

Backward incompatible:

Bug fixes: