Skip to content

Commit

Permalink
Merge branch 'release/MAPL-v3' into feature/wdboggs/#3021_condensed_a…
Browse files Browse the repository at this point in the history
…rray
  • Loading branch information
tclune authored Sep 24, 2024
2 parents b0cea01 + 1f1be5d commit 910d0da
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 @@ -63,6 +63,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 @@ -115,8 +127,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 910d0da

Please sign in to comment.