Skip to content

Commit ce78ba3

Browse files
Cddso 241 v2.4.2 release (#91)
* CDDSO-241: deactivated DEV flag * CDDSO-241: updated release notes
1 parent 7083515 commit ce78ba3

File tree

4 files changed

+13
-2
lines changed

4 files changed

+13
-2
lines changed

cdds/CHANGES.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@
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+
712
Release 2.4.1, January 18, 2023
813
===============================
914

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 = '2.4.2'
77
__version__ = get_version('cdds')

mip_convert/CHANGES.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
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+
713
Release 2.4.1, January 18, 2023
814
===============================
915

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

0 commit comments

Comments
 (0)