forked from njoy/ENDFtk
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/fix/rpi-compilation-issue' into …
…feature/python-extension
- Loading branch information
Showing
885 changed files
with
14,847 additions
and
17,273 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# Release Notes—ENDFtk | ||
Given here are some release notes for ENDFtk. | ||
|
||
## [ENDFtk v1.0.1](https://github.com/njoy/ENDFtk/pull/xxx) | ||
This update does not add any additional functionality. | ||
|
||
This update fixes the following issues: | ||
- A compilation issue in a unit test that still used the old catch-adapter (see issue #193). | ||
|
||
## [ENDFtk v1.0.0](https://github.com/njoy/ENDFtk/pull/192) | ||
This release of ENDFtk has the following changes: | ||
- All ZA values in the interface (the ZA value in the HEAD records, the ZAP values in the MF6 and MF26 reaction products, etc.) are now changed to integer types instead of a floating point type | ||
- MF6 and MF26 now have additional functions that allow a user to look for specific reaction products | ||
- MF9 and MF10 now have additional functions that allow a user to look for specific excited states | ||
|
||
The CMake files have also been updated to simplify adding new unit tests. | ||
|
||
This release cleans up some of the dependencies and updates most of the dependencies to more recent versions. In particular the Catch2 unit testing framework was updated to version 3.3.2. All unit tests were updated to use better floating point comparison available in this version of Catch2. A number of NJOY dependencies have also been consolidated into a single new dependency (the NJOY tools library) to reduce the number of dependencies to a more manageable level. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.