From 76d09f554c3e5b8b4ecd4b8bf0c39d0fefddffa4 Mon Sep 17 00:00:00 2001 From: Weiqun Zhang Date: Wed, 1 May 2024 09:25:08 -0700 Subject: [PATCH] Update CHANGES for 24.05 (#3913) --- CHANGES | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) diff --git a/CHANGES b/CHANGES index 3bb8cd43a8f..a98b0aaab22 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,42 @@ +# 24.05 + + -- 3d anisotropic eb (#3907) + cleanup of latest changes for 3D EB (#3912) + + -- Update for ROCm 6.1.0 (#3898) + + -- fix a HIP/Frontier issue (#3902) + + -- Set AMD wavefront size according to AMReX_AMD_ARCH (#3881) + + -- Fix offset in recv buffer of single precision particle communication (#3896) + + -- Fix Assertion (#3894) + + -- TinyProfiler: shorten output into "Other" section (#3885) + + -- Fix ReorderParticles for PureSoA (#3890) + + -- Fix full plotfiles with only derived variables (#3892) + + -- FabArray: Update Asserts (#3893) + + -- Add MultiFab::sum(region) and sum_unique(region) (#3871) + + -- TinyProfiler: remove CUPTI (#3886) + + -- ParticleContainer::WritePlotFile: Fix enable_if (#3884) + + -- amrex::tupleToArray (#3880) + + -- Allow plotting only a subset of Amr levels (#2825) + + -- Parser: add error function (#3870) + + -- Add `PODVector::assign(value)` (#3866) + + -- GCC: inline limit (#3841) + # 24.04 -- `AddRealComp`/`AddIntComp`: Resize SoA (#3615)