Skip to content

Commit 276a290

Browse files
committed
Updating release notes
1 parent 061e597 commit 276a290

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

ReleaseNotes.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
Given here are some release notes for ENDFtk.
33

44
## [ENDFtk v1.1.1](https://github.com/njoy/ENDFtk/pull/xxx)
5-
This update removes the regions() and pairs() interface functions on the TAB1 record interface functions that are unused. The removal of these interface functions has no impact on the Python interface as these interface functions were not included on the Python side. Miscellaneous documentation updates were made as well.
5+
This update makes the following changes on interface functions:
6+
- The regions() and pairs() interface functions on the TAB1 record interface functions have been removed. The removal of these interface functions has no impact on the Python interface as these interface functions were not included on the Python side. Miscellaneous documentation updates were made as well.
7+
- When using the C++ interface for atomic relaxation data, a Transition now has a isRadiative() and isNonRadiative() function returning a boolean so that a user can check if a given transition emits a photon or electron without having to look at subshell identifiers. Since Transition is not exposed ont he Python side, this is not available on the Python side.
68

79
In addition, the following issues were corrected:
810
- A minor bug in the rectangular matrix covariance block was corrected. The values for the row and column energies are lifted out of a larger array using the std::ranges::take and std::ranges::drop function. For the column energies, we forgot to properly end the sequence. As a result, the end() iterator of the range did not point to the end of the column energies but to the end of the covariance values, which is now corrected.

0 commit comments

Comments
 (0)