From c6dfa65de5403574d9e32400c6cbe173e6d8dd92 Mon Sep 17 00:00:00 2001 From: pelson Date: Tue, 24 Oct 2017 14:29:16 +0100 Subject: [PATCH] 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)