From 7cf825cf2667bf62a5ff940794f0ea84e7d5c2db Mon Sep 17 00:00:00 2001 From: Rolf Reichle Date: Tue, 5 Nov 2024 10:57:23 -0500 Subject: [PATCH] updated CHANGELOG in prep for release v1.0.3 --- CHANGELOG.md | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8285fa5..063ad95 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,8 +13,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed +### Fixed + +### Removed + +### Deprecated + +----------------------------- + +## [v1.0.3] - 2024-11-05 + +- 0-diff vs. v1.0.2 except for data assimilation in cube-sphere tile space ([PR #41](https://github.com/GEOS-ESM/GEOSldas_GridComp/pull/41)). + +### Changed + - More optimal distribution of tiles on processors for cubed-sphere tile space. -- Updates to scripting to allow for Intel MPI +- Updates to scripting to allow for Intel MPI. ### Fixed @@ -27,8 +41,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Remove restart options F and G. -### Deprecated - ----------------------------- ## [v1.0.2] - 2024-04-12