File tree Expand file tree Collapse file tree 4 files changed +12
-4
lines changed
Expand file tree Collapse file tree 4 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 33
44 .. include :: common.txt
55
6- Release 3.0.6, January 21, 2024
6+ Release 3.0.7, March 24, 2025
7+ =============================
8+ * Corrected facet lists used to submit datasets to include sub_experiment_id (CDDSO-638)
9+
10+ Release 3.0.6, January 21, 2025
711===============================
812* Pass model parameters file to CDDS suite during convert process (CDDSO-578)
913* Handling quarterly data during the extract process correctly (CDDSO-568)
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 = '3.0.7'
77__version__ = get_version ('cdds' )
Original file line number Diff line number Diff line change 33
44 .. include :: common.txt
55
6- Release 3.0.6, January 21, 2024
6+ Release 3.0.7, March 24, 2025
7+ =============================
8+ * No Changes
9+
10+ Release 3.0.6, January 21, 2025
711===============================
812* Mapping corrections for HadREM3-GA7-05 (CDDSO-581) including corrections to
913 time sampling for some hourly variables (CDDSO-588)
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.0.7'
2020__version__ = get_version ('mip_convert' )
You can’t perform that action at this time.
0 commit comments