Skip to content

Commit f62e2e6

Browse files
committed
Prepare for 2.51.0 Release
1 parent ee08198 commit f62e2e6

File tree

2 files changed

+14
-6
lines changed

2 files changed

+14
-6
lines changed

CHANGELOG.md

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,25 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
### Added
1111

12+
### Changed
13+
14+
### Fixed
15+
16+
### Removed
17+
18+
### Deprecated
19+
20+
## [2.51.0] - 2024-12-06
21+
22+
### Added
23+
1224
- Added macro `_RETURN(_SUCCESS)` to fetch_data
1325
- Allow update offsets of ±timestep in ExtData2G
1426
- Minor revision (and generalization) of grid-def for GSI purposes
1527
- Add ability to use an `ESMF_CONFIG_FILE` environment variable to specify name of file to pass in pre-`ESMF_Initialize` options to ESMF (see [ESMF Docs](https://earthsystemmodeling.org/docs/release/latest/ESMF_refdoc/node4.html#SECTION04024000000000000000) for allowed flags.
1628
- Allow lat-lon grid factory to detect and use CF compliant lat-lon bounds in a file when making a grid
1729
- PFIO/Variable class, new procedures to retrieve string/reals/int attributes from a variable
18-
- Added a call in GenericRefresh to allow GC's refresh method to be called; in support
30+
- Added a call in GenericRefresh to allow GC's refresh method to be called; in support
1931
of CICE6 rewind
2032

2133
### Changed
@@ -58,10 +70,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5870
- Trajectory sampler: fix a bug when group_name does not exist in netCDF file and a bug that omitted the first time point
5971
- Fixed a bug where the periodicity around the earth of the lat-lon grid was not being set properly when grid did not span from pole to pole
6072

61-
### Removed
62-
63-
### Deprecated
64-
6573
## [2.50.3] - 2024-12-02
6674

6775
### Fixed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ endif ()
88

99
project (
1010
MAPL
11-
VERSION 2.50.3
11+
VERSION 2.51.0
1212
LANGUAGES Fortran CXX C) # Note - CXX is required for ESMF
1313

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

0 commit comments

Comments
 (0)