From 01377457ab7b5d0f249a3fdb1e289085152cb9a0 Mon Sep 17 00:00:00 2001 From: Matthew Thompson Date: Tue, 28 Feb 2023 14:04:05 -0500 Subject: [PATCH] Prepare for 2.35.0 Release --- CHANGELOG.md | 20 ++++++++++++++------ CMakeLists.txt | 2 +- 2 files changed, 15 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7bb47c38d32..82e2c24b6d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added +### Changed + +### Fixed + +### Removed + +### Deprecated + +## [2.35.0] - 2023-03-01 + +### Added + - Added subroutines to read char type in Netcdf - Added a subroutine add_variable to Netcdf4_Fileformatter - Add a function to get the area of a spherical polygon to the spherical geometry module @@ -24,7 +36,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed -- Changed set_grid method so users have a chance to specify the grid type +- Changed set_grid method so users have a chance to specify the grid type - Renamed `get_regrid_method` and `translate_regrid_method` to `regrid_method_string_to_int` and `regrid_method_int_to_string` respectively in `RegridMethods.F90`. This was done so we could add `get_regrid_method` to the AbstractRegridder. The new names more accurately reflect what the RegridMethods functions do. @@ -43,7 +55,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed -- Changed the type of output counters to INT64 for large file. +- Changed the type of output counters to INT64 for large file. - Tested optional arguments arrdes in MAPL_WriteVars - Added the correct values to halo corner of LatLon grid - Fixed range in halo of LatLonGridFactory @@ -52,10 +64,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Fix bug in `mapl_acg.cmake` that caused unnecessary rebuilds - Fixed error handling for refactored MAPL_GetResource -### Removed - -### Deprecated - ## [2.34.3] - 2023-02-14 ### Added diff --git a/CMakeLists.txt b/CMakeLists.txt index 632ca280074..1749a95cf39 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ cmake_policy (SET CMP0054 NEW) project ( MAPL - VERSION 2.34.3 + VERSION 2.35.0 LANGUAGES Fortran CXX C) # Note - CXX is required for ESMF # Set the default build type to release