From 7e73c1ed1c142b83afce7bcaec731d2dc334fbe3 Mon Sep 17 00:00:00 2001 From: Weiqun Zhang Date: Tue, 1 Mar 2022 10:29:18 -0800 Subject: [PATCH] Update CHANGES for 22.03 (#2639) --- CHANGES | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/CHANGES b/CHANGES index fd8a0c06c82..83c6e6afe51 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,35 @@ +# 22.03 + + -- ParticleTile: push_back_real/int w/ Vector (#2634) + + -- Update Docs to reflect newer options in MLMG (#2620) + + -- Allow the ghost-particle exchange to communicate different variables (#2627) + + -- Fix AmrParticleContainer::AssignDensity when ncomp == AMREX_SPACEDIM+1. (#2632) + + -- Use async version of cuda/hipMemcpy in PODVector::resize() (#2631) + + -- ParticleContainer::make_alike (#2630) + + -- Update checkpoint format to account for expanded particle ids. (#2624) + + -- Update FabArray::copyTo (#2603) + + -- explicitly request python3 for makebuildinfo_C.py (#2621) + + -- store the CUDA version in build info (#2617) + + -- missing check for mapped solver support when not using GPU (#2616) + + -- Remove ifdefs for older compiler version. (#2614) + + -- Allow a descriptor component's BndryFuncFabDefault to be stateful. (#2612) + + -- TableData: fix missing return in operator= (#2613) + + -- SUNDIALS MRI Interface for AMReX TimeIntegrator class (#2600) + # 22.02 -- Fix I/O bug in Amr class (#2609)