From c6dfa65de5403574d9e32400c6cbe173e6d8dd92 Mon Sep 17 00:00:00 2001 From: pelson Date: Tue, 24 Oct 2017 14:29:16 +0100 Subject: [PATCH 1/2] Added what's new items for #2730 and #2325. [skip ci] --- .../contributions_2.0/bugfix_2017-Oct-24_abspath_fileloading.txt | 1 + .../bugfix_2017-Oct-24_area-weights-speedup.txt | 1 + .../contributions_2.0/bugfix_2017-Oct-24_file_sorting.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_area-weights-speedup.txt create mode 100644 docs/iris/src/whatsnew/contributions_2.0/bugfix_2017-Oct-24_file_sorting.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_area-weights-speedup.txt b/docs/iris/src/whatsnew/contributions_2.0/bugfix_2017-Oct-24_area-weights-speedup.txt new file mode 100644 index 0000000000..eafe299ce8 --- /dev/null +++ b/docs/iris/src/whatsnew/contributions_2.0/bugfix_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) 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) From 68680bb362d45621c173cafa8ae38622e8bb1b73 Mon Sep 17 00:00:00 2001 From: Phil Elson Date: Fri, 27 Oct 2017 06:12:53 +0100 Subject: [PATCH 2/2] Moved the bugfix docs to enhancement for the 3x speedup of area weights. [skip ci] --- ...eedup.txt => enhancement_2017-Oct-24_area-weights-speedup.txt} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename docs/iris/src/whatsnew/contributions_2.0/{bugfix_2017-Oct-24_area-weights-speedup.txt => enhancement_2017-Oct-24_area-weights-speedup.txt} (100%) diff --git a/docs/iris/src/whatsnew/contributions_2.0/bugfix_2017-Oct-24_area-weights-speedup.txt b/docs/iris/src/whatsnew/contributions_2.0/enhancement_2017-Oct-24_area-weights-speedup.txt similarity index 100% rename from docs/iris/src/whatsnew/contributions_2.0/bugfix_2017-Oct-24_area-weights-speedup.txt rename to docs/iris/src/whatsnew/contributions_2.0/enhancement_2017-Oct-24_area-weights-speedup.txt