From 66e3641aad82c51cbc170500fe5ed54368445996 Mon Sep 17 00:00:00 2001 From: Martin Yeo Date: Mon, 10 Feb 2020 14:09:16 +0000 Subject: [PATCH 1/3] Prep for 2.4 release. --- docs/iris/src/whatsnew/2.4.rst | 2 +- lib/iris/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/iris/src/whatsnew/2.4.rst b/docs/iris/src/whatsnew/2.4.rst index d82cfd10fa..a5f03828b1 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-10 This document explains the new/changed features of Iris in version 2.4.0 (:doc:`View all changes `.) 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__ = [ From 97e91def16626a9b34f1008787b6d9cfb2355241 Mon Sep 17 00:00:00 2001 From: Martin Yeo Date: Fri, 14 Feb 2020 12:51:31 +0000 Subject: [PATCH 2/3] Provisionally updated release date. --- docs/iris/src/whatsnew/2.4.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/iris/src/whatsnew/2.4.rst b/docs/iris/src/whatsnew/2.4.rst index a5f03828b1..ad5a3ba249 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-02-10 +:Date: 2020-02-14 This document explains the new/changed features of Iris in version 2.4.0 (:doc:`View all changes `.) From a64044b67455a1d0862cdb23d11983f183e117ee Mon Sep 17 00:00:00 2001 From: Martin Yeo Date: Thu, 20 Feb 2020 11:51:22 +0000 Subject: [PATCH 3/3] What's new collation for PPDataProxy bug fix. --- docs/iris/src/whatsnew/2.4.rst | 12 +++++++++++- .../bugfix_2020-Feb-14_pp_emptyslices.txt | 5 ----- 2 files changed, 11 insertions(+), 6 deletions(-) delete mode 100644 docs/iris/src/whatsnew/contributions_2.4.0/bugfix_2020-Feb-14_pp_emptyslices.txt diff --git a/docs/iris/src/whatsnew/2.4.rst b/docs/iris/src/whatsnew/2.4.rst index ad5a3ba249..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-02-14 +: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.