Skip to content

Commit b0301a7

Browse files
Merge pull request #444 from MetOffice/CDDSO-640_v3.0.7_release
CDDSO-640 v3.0.7 release
2 parents d9abb4a + e4641b9 commit b0301a7

File tree

4 files changed

+12
-4
lines changed

4 files changed

+12
-4
lines changed

cdds/CHANGES.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,11 @@
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)

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.rst for license details.
33
from cdds.versions import get_version
44

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

mip_convert/CHANGES.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,11 @@
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)

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.0.7'
2020
__version__ = get_version('mip_convert')

0 commit comments

Comments
 (0)