File tree Expand file tree Collapse file tree 4 files changed +13
-2
lines changed
Expand file tree Collapse file tree 4 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 44 .. include :: common.txt
55
66
7+ Release 2.4.2, March 1, 2023
8+ ============================
9+
10+ * Add support for filepaths with ensemble_id for netCDF model output (CDDSO-238).
11+
712Release 2.4.1, January 18, 2023
813===============================
914
Original file line number Diff line number Diff line change 22# Please see LICENSE.rst for license details.
33from cdds .versions import get_version
44
5- _DEV = True
5+ _DEV = False
66_NUMERICAL_VERSION = '2.4.2'
77__version__ = get_version ('cdds' )
Original file line number Diff line number Diff line change 44 .. include :: common.txt
55
66
7+ Release 2.4.2, March 1, 2023
8+ ============================
9+
10+ * Add mappings for `zostoga ` diagnostic in the UKCP18 GC3p05-N216ORCA025
11+ model configuration (CDDSO-239)
12+
713Release 2.4.1, January 18, 2023
814===============================
915
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 = '2.4.2'
2020__version__ = get_version ('mip_convert' )
You can’t perform that action at this time.
0 commit comments