From 64872771085b169ebaaeaf88d01aadec13cdcd54 Mon Sep 17 00:00:00 2001 From: Phil Elson Date: Fri, 27 Oct 2017 09:57:08 +0100 Subject: [PATCH] Added what's new items for #2730 and #2325. (#2852) * Added what's new items for #2730 and #2325. [skip ci] * Moved the bugfix docs to enhancement for the 3x speedup of area weights. [skip ci] --- .../contributions_2.0/bugfix_2017-Oct-24_abspath_fileloading.txt | 1 + .../contributions_2.0/bugfix_2017-Oct-24_file_sorting.txt | 1 + .../enhancement_2017-Oct-24_area-weights-speedup.txt | 1 + 3 files changed, 3 insertions(+) create mode 100644 docs/iris/src/whatsnew/contributions_2.0/bugfix_2017-Oct-24_abspath_fileloading.txt create mode 100644 docs/iris/src/whatsnew/contributions_2.0/bugfix_2017-Oct-24_file_sorting.txt create mode 100644 docs/iris/src/whatsnew/contributions_2.0/enhancement_2017-Oct-24_area-weights-speedup.txt diff --git a/docs/iris/src/whatsnew/contributions_2.0/bugfix_2017-Oct-24_abspath_fileloading.txt b/docs/iris/src/whatsnew/contributions_2.0/bugfix_2017-Oct-24_abspath_fileloading.txt new file mode 100644 index 0000000000..39c24a14d9 --- /dev/null +++ b/docs/iris/src/whatsnew/contributions_2.0/bugfix_2017-Oct-24_abspath_fileloading.txt @@ -0,0 +1 @@ +* Lazy data now refers to absolute paths rather than preserving the form that was passed to iris.load functions. This means that it is possible to use relative paths at load, change working directory, and still expect to be able to load any lazy data. (#2325) diff --git a/docs/iris/src/whatsnew/contributions_2.0/bugfix_2017-Oct-24_file_sorting.txt b/docs/iris/src/whatsnew/contributions_2.0/bugfix_2017-Oct-24_file_sorting.txt new file mode 100644 index 0000000000..851a654bbd --- /dev/null +++ b/docs/iris/src/whatsnew/contributions_2.0/bugfix_2017-Oct-24_file_sorting.txt @@ -0,0 +1 @@ +* The order in which files are passed to iris.load functions is now the order in which they are processed. (#2325) diff --git a/docs/iris/src/whatsnew/contributions_2.0/enhancement_2017-Oct-24_area-weights-speedup.txt b/docs/iris/src/whatsnew/contributions_2.0/enhancement_2017-Oct-24_area-weights-speedup.txt new file mode 100644 index 0000000000..eafe299ce8 --- /dev/null +++ b/docs/iris/src/whatsnew/contributions_2.0/enhancement_2017-Oct-24_area-weights-speedup.txt @@ -0,0 +1 @@ + * Upto 3x speedup when using regrid_area_weighted_rectilinear_src_and_grid with non-masked data. (#2730)