diff --git a/docs/iris/src/whatsnew/2.4.rst b/docs/iris/src/whatsnew/2.4.rst index d82cfd10fa..2facb97a7a 100644 --- a/docs/iris/src/whatsnew/2.4.rst +++ b/docs/iris/src/whatsnew/2.4.rst @@ -2,7 +2,7 @@ What's New in Iris 2.4.0 ************************ :Release: 2.4.0 -:Date: 2020-01-15 +:Date: 2020-02-20 This document explains the new/changed features of Iris in version 2.4.0 (:doc:`View all changes `.) @@ -47,3 +47,13 @@ Iris 2.4.0 Features Iris 2.4.0 Dependency Updates ============================= * Iris is now able to use the latest version of matplotlib. + + +Bugs Fixed +========== +* Fixed a problem which was causing file loads to fetch *all* field data + whenever UM files (PP or Fieldsfiles) were loaded. + With large sourcefiles, initial file loads are slow, with large memory usage + before any cube data is even fetched. Large enough files will cause a crash. + The problem occurs only with Dask versions >= 2.0. + diff --git a/docs/iris/src/whatsnew/contributions_2.4.0/bugfix_2020-Feb-14_pp_emptyslices.txt b/docs/iris/src/whatsnew/contributions_2.4.0/bugfix_2020-Feb-14_pp_emptyslices.txt deleted file mode 100644 index 389209ae7e..0000000000 --- a/docs/iris/src/whatsnew/contributions_2.4.0/bugfix_2020-Feb-14_pp_emptyslices.txt +++ /dev/null @@ -1,5 +0,0 @@ -* Fixed a problem which was causing file loads to fetch *all* field data - whenever UM files (PP or Fieldsfiles) were loaded. - With large sourcefiles, initial file loads are slow, with large memory usage - before any cube data is even fetched. Large enough files will cause a crash. - The problem occurs only with Dask versions >= 2.0. diff --git a/lib/iris/__init__.py b/lib/iris/__init__.py index 30e1c66818..aa55cb360b 100644 --- a/lib/iris/__init__.py +++ b/lib/iris/__init__.py @@ -121,7 +121,7 @@ def callback(cube, field, filename): # Iris revision. -__version__ = '2.4.0rc0' +__version__ = '2.4.0' # Restrict the names imported when using "from iris import *" __all__ = [