From 2b1e3c7ec470df8de161aeab698afbbd4c945340 Mon Sep 17 00:00:00 2001 From: Michael Zingale Date: Thu, 1 Dec 2022 10:00:33 -0500 Subject: [PATCH] update CHANGES --- CHANGES.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 683b79f33c..391643b0c5 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,17 @@ +# 22.12 + + * A first order backward Euler integrator was added that works with + both Strang and simplified-SDC integration (#504, #1041, #1042, #1045) + + * The jacobian = 3 option for simplified SDC was removed (#1069) + + * An option to not subtract off the initial energy after the burn + was added as well as one to evolve number densities (#999, #1051) + + * The python bindings have been removed (#1036) + + * An issue with reading the helmholtz table on GPUs was fixed (#1020) + # 22.11 * use of the auxillary state to define composition is now enabled