Skip to content

Commit

Permalink
prepare v1.13.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
VanyaBelyaev committed Dec 5, 2024
1 parent 375af77 commit 5cb1f6f
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ include(CTest)

set(OSTAP_VERSION_MAJOR 1)
set(OSTAP_VERSION_MINOR 13)
set(OSTAP_VERSION_PATCH 8)
set(OSTAP_VERSION_TWEAK 1)
set(OSTAP_VERSION_PATCH 9)
set(OSTAP_VERSION_TWEAK 0)

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.13.9.0

## New features

1. Add Logarithmic integral functions
Expand Down
14 changes: 14 additions & 0 deletions ReleaseNotes/v1.13.9.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# v1.13.9.0

## New features

1. Add Logarithmic integral functions
1. Add Exponental integral functions
1. Add Sine and Cosine integral functions
1. Add missing `Ostap::Math::LegendreSum[X]::integral` methods

## Backward incompatible

## Bug fixes

1. fix a typo in `graphs.py` (thanks to Dima Pereima!)

0 comments on commit 5cb1f6f

Please sign in to comment.