From e2eeebae62cac5f16f73f746eccfb08b27b2e2cc Mon Sep 17 00:00:00 2001 From: Michael Zingale Date: Sun, 1 Dec 2024 16:45:42 -0500 Subject: [PATCH] add changes for 24.12 (#3005) --- CHANGES.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index ed65cbc0b4..736dbe4685 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,29 @@ +# 24.12 + + * update clang-tidy CI (#2992, #3002) + + * fix `problo` != 0 in non-Cartesian coords (#3001) + + * fix `apply_av` in spherical (#3000) + + * update `xrb_spherical` analysis (#2999) + + * add spherical support to plm (#2996, #2997) + + * fix coverity issue (#2998) + + * fix geometric source term in ppm tracing for spherical (#2995) + + * fix dloga for non-radial direction in tracing (#2994) + + * fix `scale_flux` in 1d for Cartesian (#2991) + + * add the `xrb_spherical` problem setup (#2972) + + * add a new distance function that works for all geometries (#2990) + + * fix confusing geom name in derive (#2989) + # 24.11 * a new well-balanced method was added to the CTU PPM solver. This