Skip to content

Commit 9d56b11

Browse files
CDDSO-290 v2.4.6 release (#137)
* CDDSO-290 release notes * CDDO-290 deactivate dev mode * CDDSO-290 build docs
1 parent 3ef39ae commit 9d56b11

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

65 files changed

+274
-229
lines changed

cdds/CHANGES.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
44
.. include:: common.txt
55

6+
Release 2.4.6, June 23, 2023
7+
============================
8+
* Fix a bug in the extraction code where the non-uniform allocation of data in a simulation
9+
to a large number of tapes can lead to failure of cdds extract (CDDSO-245, CDDSO-289)
10+
* Correct a bug in the HadGEM3 model config files that prevented extraction of data from the
11+
diaptr sub-stream in the NEMO ocean data for the GCModelDev project (CDSO-293)
12+
613
Release 2.4.5, May 22, 2023
714
===========================
815
* Added HighResMIP models to CMIP6 plugin (CDDSO-158, cherry-picked from main)

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

docs/cdds/doctrees/about.doctree

39 Bytes
Binary file not shown.
1.15 KB
Binary file not shown.
39 Bytes
Binary file not shown.

docs/cdds/doctrees/index.doctree

39 Bytes
Binary file not shown.
39 Bytes
Binary file not shown.
39 Bytes
Binary file not shown.
6.32 KB
Binary file not shown.
7.92 KB
Binary file not shown.

0 commit comments

Comments
 (0)