Skip to content

Commit 7ba7adf

Browse files
committed
Updating release notes
1 parent 8e01a21 commit 7ba7adf

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
@@ -4,7 +4,9 @@ Given here are some release notes for ENDFtk.
44
## [ENDFtk v1.1.1](https://github.com/njoy/ENDFtk/pull/xxx)
55
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.
66

7-
In addition, 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. This has been corrected.
7+
In addition, the following issues were corrected:
8+
- 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.
9+
- In MF8 MT457 DiscreteSpectrum, NT=8 (which can occur for electrons, i.e. STYP=8), was explicitly disallowed by ENDFtk. This was corrected and a new constructor reflecting this usage was added as well.
810

911
A few changes were also made to remove some range-v3 code in MF1 MT451. These changes have no impact on functionality.
1012

0 commit comments

Comments
 (0)