From bc757743df768769ee27b4bf3642d3ee0a1026a4 Mon Sep 17 00:00:00 2001 From: Michael Zingale Date: Sun, 28 Jun 2026 12:28:35 -0400 Subject: [PATCH 1/2] prepare for 26.07 --- CHANGES.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 74c9d434c..f8d6ed66d 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,25 @@ # Changelog +## 26.07 + + * add a `test_react` benchmark inputs for comparing CPU and GPU + (#2018) + + * fix DOIs / journal names for the JOSS paper (#2023) + + * docs: fix a typo in an equation (#2022), make linkcheck more + robust (#2010) + + * update pynucastro networks to 2.12 (#1998). This was done first + as a test for `ase` in (#2009) + + * bump github CI checkout action from 6 to 7 (#2021) + + * remove some variants of Rosenbrock that are not useful, including + Rosenbrock-Euler and Ros2 (#2015), YASS (#2014). + + * mark the NSE solver `__device__` only on GPUs (#2012) + ## 26.06 * add a 5th order stiffly-accurate Rosenbrock integrator (#1994, From 0ecb3b5c2a3eecf8cea93caf3b924508079498d0 Mon Sep 17 00:00:00 2001 From: Michael Zingale Date: Mon, 29 Jun 2026 10:48:01 -0400 Subject: [PATCH 2/2] update --- CHANGES.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index f8d6ed66d..f8529b1e7 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -5,7 +5,7 @@ * add a `test_react` benchmark inputs for comparing CPU and GPU (#2018) - * fix DOIs / journal names for the JOSS paper (#2023) + * fix DOIs / journal names for the JOSS paper (#2023, #2026) * docs: fix a typo in an equation (#2022), make linkcheck more robust (#2010) @@ -13,7 +13,8 @@ * update pynucastro networks to 2.12 (#1998). This was done first as a test for `ase` in (#2009) - * bump github CI checkout action from 6 to 7 (#2021) + * bump github CI checkout action from 6 to 7 (#2021) and cache from + 5 to 6 (#2025) * remove some variants of Rosenbrock that are not useful, including Rosenbrock-Euler and Ros2 (#2015), YASS (#2014).