From 48e04c5c34a4aee4cb960750113942176f5ae0bf Mon Sep 17 00:00:00 2001 From: Matthew Thompson Date: Fri, 22 Jul 2022 14:52:50 -0400 Subject: [PATCH] Update CHANGELOG for 1.5.6 release --- CHANGELOG.md | 20 ++++++++++++++++---- 1 file changed, 16 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a1dfa17d..1738bbad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,24 +9,36 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added +### Changed + +### Fixed + +### Removed + +## [1.5.6] - 2022-07-22 + +### Added + - Introduce series of remap_restarts Python scripts to GEOS_Util/post - Add a series of tests for remap_restarts ### Changed -- Changed restart file geosachem to achem in regrid.pl - Updated CI to modern v1 orb - Updated CI to use Baselibs 7.5.0 ### Fixed - Implemented a more robust check to test if a history's monthly attribute is 1 (on) and not commented out. -- More updates to CMake to more canonical CMake style (NetCDF, ESMF, etc.). These were missed in previous go-arounds as they are only built with ADAS. (Requires ESMA_cmake v3.15.1) - Fixed setting of `ks` in `m_set_eta.F90` to be based on `bk` - - Added check for infinity in time_ave.F and replace with undef -### Removed +## [1.5.5] - 2022-06-08 + +### Changed + +- Changed restart file geosachem to achem in regrid.pl +- More updates to CMake to more canonical CMake style (NetCDF, ESMF, etc.). These were missed in previous go-arounds as they are only built with ADAS. (Requires ESMA_cmake v3.15.1) ## [1.5.4] - 2022-05-03