File tree Expand file tree Collapse file tree 4 files changed +23
-2
lines changed
Expand file tree Collapse file tree 4 files changed +23
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 22# Please see LICENSE.md for license details.
33from cdds .versions import get_version
44
5- _DEV = True
5+ _DEV = False
66_NUMERICAL_VERSION = '3.1.1'
77__version__ = get_version ('cdds' )
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 1515environ ["VECLIB_MAXIMUM_THREADS" ] = "1"
1616environ ["NUMEXPR_NUM_THREADS" ] = "1"
1717
18- _DEV = True
18+ _DEV = False
1919_NUMERICAL_VERSION = '3.1.1'
2020__version__ = get_version ('mip_convert' )
You can’t perform that action at this time.
0 commit comments