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)