Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# Changelog

## 26.07

* add a `test_react` benchmark inputs for comparing CPU and GPU
(#2018)

* fix DOIs / journal names for the JOSS paper (#2023, #2026)

* 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) and cache from
5 to 6 (#2025)

* 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,
Expand Down
Loading