Skip to content

Commit

Permalink
Merge branch 'develop' into release/MAPL-v3
Browse files Browse the repository at this point in the history
  • Loading branch information
mathomp4 committed Oct 10, 2024
2 parents 525aa8a + ba62073 commit 1607361
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 8 deletions.
21 changes: 15 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,20 +64,29 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Added

- Added MAPL_Reverse_Schmidt to reverse the stretched grid for indices computation

### Changed

- Propagated the error message from MAPL_HorzIJIndex subroutine

### Fixed

- Trapped more errors from Extdata's i-server

### Removed

### Deprecated

## [2.50.0] - 2024-10-10

### Added

- Added `MAPL_Reverse_Schmidt` to reverse the stretched grid for indices computation

### Changed

- Propagated the error message from `MAPL_HorzIJIndex` subroutine
- Updated minimum CMake version to 3.23

### Fixed

- Trapped more errors from Extdata's i-server

## [2.49.1] - 2024-10-07

### Fixed
Expand Down
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required (VERSION 3.17)
cmake_minimum_required (VERSION 3.23)

get_property(is_multi_config GLOBAL PROPERTY GENERATOR_IS_MULTI_CONFIG)
if(NOT is_multi_config AND NOT (CMAKE_BUILD_TYPE OR DEFINED ENV{CMAKE_BUILD_TYPE}))
Expand All @@ -8,7 +8,7 @@ endif ()

project (
MAPL
VERSION 2.49.1
VERSION 2.50.0
LANGUAGES Fortran CXX C) # Note - CXX is required for ESMF

# Set the possible values of build type for cmake-gui
Expand Down

0 comments on commit 1607361

Please sign in to comment.