Skip to content

Commit bfd25df

Browse files
Merge pull request #143 from MetOffice/CDDSO-310-v2.4.7_release
CDDSO-310 v2.4.7 release
2 parents 680e324 + 0325e8e commit bfd25df

Some content is hidden

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

64 files changed

+241
-227
lines changed

cdds/CHANGES.rst

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

6+
Release 2.4.7, June 29, 2023
7+
============================
8+
* Fix a bug in the dehaloing script that prevented it from reading default command line
9+
arguments (CDDSO-308)
10+
611
Release 2.4.6, June 23, 2023
712
============================
813
* Fix a bug in the extraction code where the non-uniform allocation of data in a simulation

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

docs/cdds/doctrees/about.doctree

0 Bytes
Binary file not shown.
436 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

docs/cdds/doctrees/index.doctree

0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)