Skip to content

Added what's new items for #2730 and #2325. #2852

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Oct 27, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -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)
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* The order in which files are passed to iris.load functions is now the order in which they are processed. (#2325)
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* Upto 3x speedup when using regrid_area_weighted_rectilinear_src_and_grid with non-masked data. (#2730)