Skip to content

Commit

Permalink
prepare v1.9.6.6
Browse files Browse the repository at this point in the history
  • Loading branch information
VanyaBelyaev committed Feb 16, 2023
1 parent ef11fc0 commit f2a75e7
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ include(CTest)
set(OSTAP_VERSION_MAJOR 1)
set(OSTAP_VERSION_MINOR 9)
set(OSTAP_VERSION_PATCH 6)
set(OSTAP_VERSION_TWEAK 5)
set(OSTAP_VERSION_TWEAK 6)

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

Expand Down
2 changes: 2 additions & 0 deletions ReleaseNotes/release_notes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# v1.9.6.6

## New features:

1. (re)implement `Ostap::DataParam` in terms of `Ostap::HistoProject` - reduce code duplication
Expand Down
18 changes: 18 additions & 0 deletions ReleaseNotes/v1.9.6.6.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# v1.9.6.6

## New features:

1. (re)implement `Ostap::DataParam` in terms of `Ostap::HistoProject` - reduce code duplication
1. add few more utilitied to add branch/columns to TTree/RooDataSet
1. release the limitations for `add_new_branch`
1. TEMPORARILY set `PYTHONIOENCODING=UTF-8` in `thisostapsh` . better solution is needed
1. Update `project` methods for trees and datasets
1. define PYTHONIOENCODING only for `python2` and only if not set

## Backward incompatible:

1. change an output for `project` methods

## Bug fixes:

1. fix a stupid typo in `table.py`. Thanks to Dasha Savrina

0 comments on commit f2a75e7

Please sign in to comment.