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 Aug 8, 2022
2 parents 84dec50 + d49b9cb commit 0fbfd8b
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 8 deletions.
22 changes: 15 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,26 +55,34 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Fixed

### Added

### Changed

### Removed

### Deprecated

## [2.24.0] - 2022-08-08

### Fixed

- Fix error trapping in bundleio test

### Added

- Add tutorials
- Check for duplicate entries in the History.rc file
- Check that a user provided chunking in the History.rc is compatible with the output grid
- If a user request CFIOasync in the History.rc print warning and set to CFIO
- Check that a user-provided chunking in the History.rc is compatible with the output grid
- If a user requests CFIOasync in the History.rc, print warning and set to CFIO
- Added option allow writing to pre-existing files with History

### Changed

- Replaced depreciated __RC__ macro with _RC and remove unsed code in ExtData2G
- Replaced deprecated __RC__ macro with _RC and remove unused code in ExtData2G
- Moved to `checkout@v3` action due to git safe directory issue
- Added tutorials to CI

### Removed

### Deprecated

## [2.23.1] - 2022-07-15

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ cmake_policy (SET CMP0054 NEW)

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

# Set the default build type to release
Expand Down

0 comments on commit 0fbfd8b

Please sign in to comment.