From 3961b439ba5c8193975018300e4c23a09b533206 Mon Sep 17 00:00:00 2001 From: Michael Zingale Date: Sun, 1 Sep 2024 09:59:46 -0400 Subject: [PATCH] update changes for 24.09 --- CHANGES.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 0b17ad85d..24079d1ca 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,18 @@ +# 24.09 + + * Improvements to the primordial chemistry network and the addition + of a new version that includes metals and dust (#1642, #1644) + + * code clean-ups (#1645) + + * documentation improvements (#1637) + + * outputting the burn_t now prints the mass fractions / number densities + in scientific notation (#1643) + + * improvements to the looping and zeroing of the Jacobian in the + integrators (#1636, #1640) + # 24.08 * autodiff is now used with the templated reaction networks (#1614)