From 887cc5990705e86a7cf34dc4c5ca5ffcc7ee9dbf Mon Sep 17 00:00:00 2001 From: Matthew Thompson Date: Fri, 7 Feb 2020 08:02:39 -0500 Subject: [PATCH 1/3] Update CHANGELOG * Added a date for v2 release * Tried to do some MakeAChangelog like style for the entries --- CHANGELOG.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 850f040047e2..8f47c2203f6e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,10 +5,16 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [2.0.0] +## [2.0.0] - 2019-02-07 + +### Added + - New IO server implemented in PFIO library. -- History and ExtData component use the PFIO IO server for all file access. Default mode is to run the IO servers on the same resources as the application. - New command line arguments to the MAPL_Cap to run multiple input and output servers on dedicated resources. + +### Changed + +- History and ExtData component use the PFIO IO server for all file access. Default mode is to run the IO servers on the same resources as the application. - The ExtData and History components use ESMF regridding for all operations and replace the FV3 regridding routines used for bilinear regridding and the MAPL tiling regridder for conservative regridding. ## [1.1.13] - 2019-12-09 From 19158fa9a0a7099f939a653d7ecbf93c293eb96e Mon Sep 17 00:00:00 2001 From: Matthew Thompson Date: Fri, 7 Feb 2020 08:07:20 -0500 Subject: [PATCH 2/3] New module and CMake changes Add updates about how we now `use MAPL` and use MAPL in CMake. --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f47c2203f6e..bd1f865cc414 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed +- Code that uses MAPL should now `use MAPL` instead of `use MAPL_Mod`. +- CMakeLists.txt using MAPL should now have dependencies to `MAPL` and not `MAPL_Base`. - History and ExtData component use the PFIO IO server for all file access. Default mode is to run the IO servers on the same resources as the application. - The ExtData and History components use ESMF regridding for all operations and replace the FV3 regridding routines used for bilinear regridding and the MAPL tiling regridder for conservative regridding. From 1deb3311a4040edfb3774b13510d91811a30e02a Mon Sep 17 00:00:00 2001 From: Matthew Thompson Date: Fri, 7 Feb 2020 08:10:15 -0500 Subject: [PATCH 3/3] Update PULL_REQUEST_TEMPLATE.md Add some comments to PR template --- .github/PULL_REQUEST_TEMPLATE.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 4e44771fbd25..f54d4f9f452f 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,4 +1,6 @@ + +