From c156dfef824f98de94716435436e42e08ed121af Mon Sep 17 00:00:00 2001 From: Matthew Thompson Date: Thu, 19 Aug 2021 09:46:32 -0400 Subject: [PATCH] Prepare CHANGELOG and version for MAPL 2.8.3 release --- CHANGELOG.md | 14 +++++++++++++- CMakeLists.txt | 2 +- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a378e91fa5d..1652b6c9920f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,9 +6,19 @@ 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). ## [Unreleased] - ### Removed + +### Added + +### Changed + +### Fixed + +## [2.8.3] - 2021-08-19 + +### Removed + - Removed Pandas dependency - Removed unused functions from NominalOrbits Module @@ -21,11 +31,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Added single precision Degrees to Radian Conversion ### Changed + - Simplified implementation of MAPL_FieldCopyAttributes - Updated `components.yaml` - ESMA_cmake v3.5.3 ### Fixed + - Added npes for pfio_MAPL_demo.F90 when --npes_model is not specified in command line - Fixed bug in ExtData when doing vector pairs diff --git a/CMakeLists.txt b/CMakeLists.txt index be93ce7d6a70..4478065ac983 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ cmake_policy (SET CMP0054 NEW) project ( MAPL - VERSION 2.8.2 + VERSION 2.8.3 LANGUAGES Fortran CXX C) # Note - CXX is required for ESMF # mepo can now clone subrepos in three styles