Skip to content

Commit 4299705

Browse files
Merge pull request #441 from MetOffice/CDDSO-636_v3.1.1_release
CDDSO-636 v3.1.1 release
2 parents 8a3d85e + 659bc0e commit 4299705

File tree

4 files changed

+23
-2
lines changed

4 files changed

+23
-2
lines changed

cdds/CHANGES.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
## Release 3.1.1, March 19 2025
2+
3+
- Added the 365_day calendar to supported calendars (CDDSO-634)
4+
- Documentation improvements including, migrating remaining sphinx pages,
5+
removal of the legacy sphinx docs, updating the release procedure,
6+
and adding abbreviations (CDDSO-598, CDDSO-605, CDDSO-609)
7+
- Fixed a race condition in `qc` when creating the sqlite database (CDDSO-366)
8+
- The ensemble_workflow setup task will now fail properly when there are issues
9+
with running commands (CDDSO-624)
10+
- Renamed the `HadGEM3-GC50-N640ORCA12` model to `HadGEM3-GC50-EERIE-N640ORCA12`,
11+
in GCModelDev (CDDSO-611)
12+
- Fixed a bug in model parameters validation (CDDSO-627)
13+
- Archiving of experiments with sub-experiment id now works correctly (CDDSO-631)
14+
15+
116
## Release 3.1.0, February 13 2025
217

318
- MIP Convert and CMOR log files are copied into the cylc task directory and

cdds/cdds/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
# Please see LICENSE.md for license details.
33
from cdds.versions import get_version
44

5-
_DEV = True
5+
_DEV = False
66
_NUMERICAL_VERSION = '3.1.1'
77
__version__ = get_version('cdds')

mip_convert/CHANGES.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## Release 3.1.1, March 19 2025
2+
3+
- Added mappings for RAMIP (CDDSO-632)
4+
- Downgraded CMOR to v3.8 to avoid QC issues following changes to
5+
the handling of the `realm` global attribute (CDDSO-633)
6+
17
## Release 3.1.0, February 13 2025
28

39
- Ancillary STASH variables can now be configured via the CDDS Plugins and

mip_convert/mip_convert/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@
1515
environ["VECLIB_MAXIMUM_THREADS"] = "1"
1616
environ["NUMEXPR_NUM_THREADS"] = "1"
1717

18-
_DEV = True
18+
_DEV = False
1919
_NUMERICAL_VERSION = '3.1.1'
2020
__version__ = get_version('mip_convert')

0 commit comments

Comments
 (0)