Releases: njoy/NJOY21
1.2.74
1.2.72
- Updating NJOY2016 dependency to NJOY2016.72. See release 2016.72 for more information
- Updated test inputs and results from NJOY2016.
1.2.71
- Updating the underlying NJOY2016 version to 2016.71. See release 2016.71 for more information
- Updating some regression tests
1.2.2
- Updating Legacy NJOY to NJOY2016.61. See release 2016.61 for more information
- Adding additional regression tests.
This release is in preparation for the upcoming 1.3.0 release.
1.2.1
1.2.0
This update makes significant changes to the build system. Instead of using a homegrown method for handling dependencies, we now use the FetchContent
capabilities in CMake. We now require CMake 3.14 to configure and build NJOY21.
With this update, we are no longer using signature files to define a version of NJOY21. Simply checking out the appropriate tag gets all the necessary dependences. Please see our new build instructions at:
1.1.0
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. Please see our updated build instructions at:
http://www.njoy21.io/Build/index.html
The signature file can be found at: signatures/NJOY21/1.1.0-NJOY21.json
1.0.7
This update fixes a bug in the error checking for ACER. This bug was fixed in lipservice:
- ACER NGEND=0 which resolves Issue #15
The signature file can be found at: signatures/NJOY21/1.0.7-NJOY21.json
1.0.6
This update adds to NJOY21 the NJOY2016 capability of >3 IZA values in ACER. This was added in NJOY2016 in Pull Request #41. A few updates from lipservice are also included:
All of these are included in the this version of NJOY21.
The signature file can be found at: signatures/NJOY21/1.0.6-NJOY21.json
1.0.2
This incorporates the changes from Pull Request #6 from lipservice.
The manual doesn't state it, but the code allows the parameter Ngen8
in MATXSR Card1. The updated to lipservice (and thus NJOY21) provides this parameter.