Skip to content

Commit

Permalink
prepare v1.10.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
VanyaBelyaev committed Dec 21, 2023
1 parent 8245249 commit 169accf
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 29 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ include(CTest)
set(OSTAP_VERSION_MAJOR 1)
set(OSTAP_VERSION_MINOR 10)
set(OSTAP_VERSION_PATCH 0)
set(OSTAP_VERSION_TWEAK 4)
set(OSTAP_VERSION_TWEAK 6)

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

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

## New features:

1. add `more_vars`argument to `ostap.fitting.ds2numpy.ds2numpy` function
Expand All @@ -6,6 +8,7 @@

## Bug fixes:

1. fix old bug in `_rf_new_close_`

# v1.10.0.4

Expand Down
28 changes: 0 additions & 28 deletions ReleaseNotes/v1.10.0.4.md

This file was deleted.

11 changes: 11 additions & 0 deletions ReleaseNotes/v1.10.0.6.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# v1.10.0.6

## New features:

1. add `more_vars`argument to `ostap.fitting.ds2numpy.ds2numpy` function
`
## Backward incompatible:

## Bug fixes:

1. fix old bug in `_rf_new_close_`

0 comments on commit 169accf

Please sign in to comment.