Skip to content

Commit

Permalink
Setting version and updating release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
whaeck committed Apr 24, 2024
1 parent aa0ea92 commit 7bbf007
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ if( DEFINED PROJECT_NAME )
endif()

project( ENDFtk
VERSION 1.1.0
VERSION 1.1.1
LANGUAGES CXX
)

Expand Down
6 changes: 6 additions & 0 deletions ReleaseNotes.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# Release Notes—ENDFtk
Given here are some release notes for ENDFtk.

## [ENDFtk v1.1.1](https://github.com/njoy/ENDFtk/pull/xxx)
This update removes a few interface functions that are unused:
- the regions() and pairs() interface functions on the TAB1 record

The removal of these interface functions has no impact on the Python interface as these interface functions were not included on the Python side.

## [ENDFtk v1.1.0](https://github.com/njoy/ENDFtk/pull/198)
This update adds additional interface functions to complete the human readable and ENDF speak interface for many objects:
- the NBT() and INT() interface functions to complement the boundaries() and interpolants() functions already present in TAB1 and TAB2 style components
Expand Down

0 comments on commit 7bbf007

Please sign in to comment.