Skip to content

Commit

Permalink
Merge pull request #3049 from GEOS-ESM/feature/mathomp4/prepare-for-2…
Browse files Browse the repository at this point in the history
….48.0-release

Prepare for 2.48.0 Release
  • Loading branch information
mathomp4 authored Sep 24, 2024
2 parents 200c2fc + 60fb32e commit a3ac73e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
14 changes: 12 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Added

### Changed

### Fixed

### Removed

### Deprecated

## [2.48.0] - 2024-09-24

### Added

- Added 5 new ExtData tests to test compression, bit-shaving, and quantization

### Changed
Expand Down Expand Up @@ -61,8 +73,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Fix profiler PercentageColumn test for GCC 14
- Fix bug in ExtData Tests. CMake was overwriting the `EXTDATA2G_SMALL_TESTS` LABEL with `ESSENTIAL`

### Removed

### Deprecated

- Deprecate `GranularBR` as a quantization method keyword in History. We will prefer `granular_bitround` in the future to match
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ endif ()

project (
MAPL
VERSION 2.47.2
VERSION 2.48.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 a3ac73e

Please sign in to comment.