Skip to content

Commit

Permalink
Updating the release notes.
Browse files Browse the repository at this point in the history
  • Loading branch information
jlconlin committed Mar 5, 2020
1 parent 45f8c26 commit 7f47006
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions ReleaseNotes.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Release Notes—NJOY21
Given here are some release notes for NJOY21. Each release is made through a formal [Pull Request](https://github.com/njoy/NJOY21/pulls) made on GitHub. There are links in this document that point to each of those Pull Requests, where you can see in great details the changes that were made. Often the Pull Requests are made in response to an [issue](https://github.com/njoy/NJOY21/issues). In such cases, links to those issues are also given.

## [NJOY21 1.1.0](https://github.com/njoy/NJOY21/pull/104)
This update moves the C++ standard to C++17; thus, a c++17-compliant compiler is needed to build NJOY21. Fortunately, C++17-compliant compilers have been available for several years.

## [NJOY21 1.0.7](https://github.com/njoy/NJOY21/pull/101)
This update fixes a bug in the error checking for ACER. This bug was fixed in lipservice:

Expand Down
2 changes: 1 addition & 1 deletion dependencies/ENDFtk
Submodule ENDFtk updated 39 files
+533 −528 CMakeLists.txt
+889 −882 metaconfigure/description.json
+7 −7 src/ENDFtk/InterpolationRecord/test/CMakeLists.txt
+11 −11 src/ENDFtk/TabulationRecord/test/CMakeLists.txt
+6 −6 src/ENDFtk/record/InterpolationBase/test/CMakeLists.txt
+2 −2 src/ENDFtk/record/Sequence/test/CMakeLists.txt
+2 −2 src/ENDFtk/record/Tail/test/CMakeLists.txt
+4 −4 src/ENDFtk/record/Zipper/test/CMakeLists.txt
+2 −2 src/ENDFtk/record/test/CMakeLists.txt
+2 −2 src/ENDFtk/resonanceParameters/resolved/ReichMoore/test/CMakeLists.txt
+1 −1 src/ENDFtk/section/12/Multiplicities/src/ctor.hpp
+2 −2 src/ENDFtk/section/12/PartialMultiplicity.hpp
+6 −6 src/ENDFtk/section/12/PartialMultiplicity/src/ctor.hpp
+2 −2 src/ENDFtk/section/12/TotalMultiplicity.hpp
+5 −5 src/ENDFtk/section/12/TotalMultiplicity/src/ctor.hpp
+1 −1 src/ENDFtk/section/12/TotalMultiplicity/test/TotalMultiplicity.test.cpp
+1 −1 src/ENDFtk/section/12/src/NC.hpp
+1 −1 src/ENDFtk/section/12/src/print.hpp
+5 −9 src/ENDFtk/section/12/test/12.test.cpp
+44 −19 src/ENDFtk/section/13.hpp
+84 −0 src/ENDFtk/section/13/PartialCrossSection.hpp
+55 −0 src/ENDFtk/section/13/PartialCrossSection/src/ctor.hpp
+14 −0 src/ENDFtk/section/13/PartialCrossSection/test/CMakeLists.txt
+168 −0 src/ENDFtk/section/13/PartialCrossSection/test/PartialCrossSection.test.cpp
+0 −20 src/ENDFtk/section/13/Subsection.hpp
+0 −14 src/ENDFtk/section/13/Subsection/src/ctor.hpp
+0 −67 src/ENDFtk/section/13/Subsection/test/Subsection.test.cpp
+44 −0 src/ENDFtk/section/13/TotalCrossSection.hpp
+46 −0 src/ENDFtk/section/13/TotalCrossSection/src/ctor.hpp
+4 −4 src/ENDFtk/section/13/TotalCrossSection/test/CMakeLists.txt
+148 −0 src/ENDFtk/section/13/TotalCrossSection/test/TotalCrossSection.test.cpp
+7 −2 src/ENDFtk/section/13/src/NC.hpp
+83 −24 src/ENDFtk/section/13/src/ctor.hpp
+19 −8 src/ENDFtk/section/13/src/print.hpp
+20 −0 src/ENDFtk/section/13/src/readPartialCrossSections.hpp
+0 −27 src/ENDFtk/section/13/src/readSubsections.hpp
+18 −0 src/ENDFtk/section/13/src/readTotalCrossSection.hpp
+11 −0 src/ENDFtk/section/13/src/verifyNK.hpp
+170 −148 src/ENDFtk/section/13/test/13.test.cpp

0 comments on commit 7f47006

Please sign in to comment.