Skip to content

Commit

Permalink
prepare v1.9.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
VanyaBelyaev committed Dec 2, 2022
1 parent 0fb5996 commit 1f3954c
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 7 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ include(CTest)

set(OSTAP_VERSION_MAJOR 1)
set(OSTAP_VERSION_MINOR 9)
set(OSTAP_VERSION_PATCH 4)
set(OSTAP_VERSION_TWEAK 9)
set(OSTAP_VERSION_PATCH 5)
set(OSTAP_VERSION_TWEAK 0)

set(OSTAP_VERSION ${OSTAP_VERSION_MAJOR}.${OSTAP_VERSION_MINOR}.${OSTAP_VERSION_PATCH}.${OSTAP_VERSION_TWEAK})

Expand Down
13 changes: 8 additions & 5 deletions ReleaseNotes/release_notes.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
## New features:
# v1.9.5.0

1. change default picklimg protocol from 2 to DEFAULT_PROTOCOL (2 for py2, 3 for python (3.0-3.7), 4 for python 3.8-...)
1. add possibility to define protocol either vial the environment variable `OSTAP_PROTOCOL`
1. add possibility to define protocol via 'General:protocol' section in th econfigurationfile
1. reduce code duplication for variosu databases
## 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-...)
1. add possibility to define protocol via the environment variable `OSTAP_PROTOCOL`
1. add possibility to define protocol via 'General:protocol' section in the configuration file
1. reduce code duplication for various databases
1. collect all pickle-related stuff into new single module `ostap.io.pickling`

## Backward incompatible:

## Bug fixes:
Expand Down
13 changes: 13 additions & 0 deletions ReleaseNotes/v1.9.5.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# 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-...)
1. add possibility to define protocol via the environment variable `OSTAP_PROTOCOL`
1. add possibility to define protocol via 'General:protocol' section in the configuration file
1. reduce code duplication for various databases
1. collect all pickle-related stuff into new single module `ostap.io.pickling`

## Backward incompatible:

## Bug fixes:

0 comments on commit 1f3954c

Please sign in to comment.