From 39c9cb6221959a8761bebf3b372f97dc65635ff3 Mon Sep 17 00:00:00 2001 From: Weiqun Zhang Date: Sat, 1 Jan 2022 14:03:53 -0800 Subject: [PATCH] Update CHANGES for 22.01 (#2554) --- CHANGES | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) diff --git a/CHANGES b/CHANGES index 360424de2b..3c8da470ac 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,41 @@ +# 22.01 + + -- Add Gatherv for USE_MPI=FALSE. (#2549) + + -- Resize vector inside GatherLayoutDataToVector (#2548) + + -- Add missing FillBoundary_nowait (#2546) + + -- add a tool to compute the volume integral of a plotfile field (#2541) + + -- Update MLEBNodeFDLaplacian (#2538) + + -- Update NVector_MultiFab functionality from ATPESC-codes and add to Src/Extern/SUNDIALS (#2505) + + -- Projections migrated to AMReX-Hydro (#2530) + + -- Fix a bug in Robin BC (#2477) + + -- Add ParallelCopyToGhost and fix a bug in FillPatch (#2523) + + -- CMake 3.22+: Policy CMP0127 (#2525) + + -- Add function for make a dmap that is similar to an input MultiFab. (#2526) + + -- Specify dimensions that can be refined with `refine_grid_layout` (#2516) + + -- DPCPP: AMREX_INTEL_ARCH (#2459) + + -- Generalize problem size specification (#2518) + + -- Use specific targets for make uninstall (#2471) + + -- Move Basic Time Integration into AMReX (#2503) + + -- allow the use of SuperParticle in amrex::ParticleToMesh (#2514) + + -- ANSI Escape Codes (#2509) + # 21.12 -- AMREX_RELEASE_NUMBER (#2448)