Skip to content

Releases: njoy/NJOY21

1.2.74

22 Jan 17:41
3b2651f
Compare
Choose a tag to compare
  • Updating NJOY2016 dependency to NJOY2016.74. See release 2016.74 for more information
  • Updated test inputs and results from NJOY2016.

1.2.72

29 Sep 03:18
0e8bf1c
Compare
Choose a tag to compare
  • Updating NJOY2016 dependency to NJOY2016.72. See release 2016.72 for more information
  • Updated test inputs and results from NJOY2016.

1.2.71

14 Sep 17:04
b5d0984
Compare
Choose a tag to compare
  • Updating the underlying NJOY2016 version to 2016.71. See release 2016.71 for more information
  • Updating some regression tests

1.2.2

21 Jan 19:29
0e2ce9f
Compare
Choose a tag to compare
  • 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

14 Dec 22:18
Compare
Choose a tag to compare

This update removes the --signature command-line option as that was a feature of the previous build system. This also updates the GitHub Actions such that they now test all of the NJOY21 stuff, but not the integration tests.

1.2.0

02 Nov 20:25
d40447f
Compare
Choose a tag to compare

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:

https://docs.njoy21.io/install.html

1.1.0

05 Mar 14:34
Compare
Choose a tag to compare

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

15 Jan 16:19
9714a86
Compare
Choose a tag to compare

This update fixes a bug in the error checking for ACER. This bug was fixed in lipservice:

The signature file can be found at: signatures/NJOY21/1.0.7-NJOY21.json

1.0.6

16 Dec 16:53
10acdd2
Compare
Choose a tag to compare

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

21 Oct 21:00
2e68016
Compare
Choose a tag to compare

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.