Skip to content

Commit

Permalink
Added what's new items for #2730 and #2325. (#2852)
Browse files Browse the repository at this point in the history
* 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]
  • Loading branch information
pelson authored and djkirkham committed Oct 27, 2017
1 parent 9cc610b commit 6487277
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
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)

0 comments on commit 6487277

Please sign in to comment.