|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## 26.02 |
| 4 | + |
| 5 | + * CI updates (#1933, #1934) |
| 6 | + |
| 7 | + * regenerate pynucastro networks to inline tabular rate and |
| 8 | + partition function data (#1931) and new derived rate formulations |
| 9 | + (#1906) |
| 10 | + |
| 11 | + * work around ROCm bugs in `nse_solver` (#1936) |
| 12 | + |
| 13 | + * NSE solver optimizations (#1928) |
| 14 | + |
| 15 | + * add a `print_jacobian` function for debugging (#1929) |
| 16 | + |
| 17 | + * remove NSE solver support for non-pynucastro nets (#1927) |
| 18 | + |
| 19 | + * update the JOSS paper (#1926) |
| 20 | + |
| 21 | + * optimize Chabrier screening (#1925) |
| 22 | + |
| 23 | + * fix extra work in Helmholtz EOS init (#1924) |
| 24 | + |
| 25 | + * add state validation to the corrector loop in `BackwardEuler` |
| 26 | + (#1922) |
| 27 | + |
| 28 | + * small optimization of SDC integration (#1923) |
| 29 | + |
| 30 | + * disable `do_species_clip` in the integrators by default and add |
| 31 | + some robustness to the VODE nonlinear solve (#1921) |
| 32 | + |
| 33 | + * fix Apple Clang C++20 build (#1920) |
| 34 | + |
| 35 | + * add an NSE integration test for CI (#1916) |
| 36 | + |
| 37 | + * cppcheck fixes (#1915) |
| 38 | + |
| 39 | + * enabled C++20 support (#1876, #1914) |
| 40 | + |
| 41 | + * optimization of the Helmholtz EOS via templating out some |
| 42 | + calculations (#1910, #1912) |
| 43 | + |
| 44 | + * some optimizations of the EOS composition (#1913) |
| 45 | + |
| 46 | + * increase precision of output for burn failures (#1909) |
| 47 | + |
| 48 | + * optimizations of `screen5` (#1899) |
| 49 | + |
| 50 | + * scope some variables in VODE (#1907) |
| 51 | + |
| 52 | + * new unit test for cubic interpolation in pynucastro nets (#1891) |
| 53 | + |
3 | 54 | ## 26.01 |
4 | 55 |
|
5 | 56 | * eliminate an exp at the low end of screening (#1893) |
|
24 | 75 |
|
25 | 76 | * update python doc package requirements (#1892) |
26 | 77 |
|
27 | | -## 25,12 |
| 78 | +## 25.12 |
28 | 79 |
|
29 | 80 | * update CI actions (#1885) |
30 | 81 |
|
|
0 commit comments