From f6b059b5088eace3ee05141c9630d1cf067f72ee Mon Sep 17 00:00:00 2001 From: Michael Zingale Date: Wed, 1 Jan 2025 08:41:12 -0500 Subject: [PATCH] update changes for 25.01 --- CHANGES.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 736dbe4685..d695e88750 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,23 @@ +# 25.01 + + * address rotation source in spherical 2d coordinate (#2967) + + * update scripts and input files for diffusion test (#3012) + + * update pressure via eos when transverse_use_eos=1 (#3004) + + * update thermal diffusion documentation (#3011) + + * rename `Opacity_dir` -> `OPACITY_DIR` (#3006) + + * sync GPU CI dependencies with AMReX (#3010) + + * wdmerger: update inputs for He mergers to include burn retry + and adjust I/O (#3008) + + * fix area/vol factors for spherical when theta is close to 0 or pi + (#3007) + # 24.12 * update clang-tidy CI (#2992, #3002)