Skip to content

Commit 6e09fbc

Browse files
authored
prepare for 26.02 (#1938)
1 parent bd72735 commit 6e09fbc

File tree

1 file changed

+52
-1
lines changed

1 file changed

+52
-1
lines changed

CHANGES.md

Lines changed: 52 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,56 @@
11
# Changelog
22

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+
354
## 26.01
455

556
* eliminate an exp at the low end of screening (#1893)
@@ -24,7 +75,7 @@
2475

2576
* update python doc package requirements (#1892)
2677

27-
## 25,12
78+
## 25.12
2879

2980
* update CI actions (#1885)
3081

0 commit comments

Comments
 (0)