-
Notifications
You must be signed in to change notification settings - Fork 284
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2561 from lbdreyer/mark_whatsnew
Updated v1.13 whatsnew
- Loading branch information
Showing
11 changed files
with
37 additions
and
111 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
What's New in Iris 1.13 | ||
*********************** | ||
|
||
:Release: 1.13 | ||
:Date: 2017-05-17 | ||
|
||
|
||
This document explains the new/changed features of Iris in version 1.13 | ||
(:doc:`View all changes <index>`.) | ||
|
||
Iris 1.13 Features | ||
================== | ||
|
||
* Allow the reading of NAME trajectories stored by time instead of by particle number. | ||
* An experimental link to python-stratify via :mod:`iris.experimental.stratify`. | ||
* Data arrays may be shared between cubes, and subsets of cubes, by using the :meth:`iris.cube.share_data` flag. | ||
|
||
|
||
Bug Fixes | ||
========= | ||
|
||
* The bounds are now set correctly on the longitude coordinate if a zonal mean diagnostic has been loaded from a PP file as per the CF Standard. | ||
* NetCDF loading will now determine whether there is a string-valued scalar label, i.e. a character variable that only has one dimension (the length of the string), and interpret this correctly. | ||
* A line plot of geographic coordinates (e.g. drawing a trajectory) wraps around the edge of the map cleanly, rather than plotting a segment straight across the map. | ||
* When saving to PP, lazy data is preserved when generating PP fields from cubes so that a list of cubes can be saved to PP without excessive memory requirements. | ||
* An error is now correctly raised if a user tries to perform an arithmetic operation on two cubes with mismatching coordinates. Previously these cases were caught by the add and subtract operators, and now it is also caught by the multiply and divide operators. | ||
* Limited area Rotated Pole datasets where the data range is ``0 <= lambda < 360``, for example as produced in New Zealand, are plotted over a sensible map extent by default. | ||
* Removed the potential for a RuntimeWarning: overflow encountered in ``int_scalars`` which was missed during collapsed calculations. This could trip up unwary users of limited data types, such as int32 for very large numbers (e.g. seconds since 1970). | ||
* The CF conventions state that certain ``formula_terms`` terms may be omitted and assumed to be zero (http://cfconventions.org/cf-conventions/v1.6.0/cf-conventions.html#dimensionless-v-coord) so Iris now allows factories to be constructed with missing terms. | ||
* In the User Guide's contour plot example, clabel inline is set to be False so that it renders correctly, avoiding spurious horizontal lines across plots, although this does make labels a little harder to see. | ||
* The computation of area weights has been changed to a more numerically stable form. The previous form converted latitude to colatitude and used difference of cosines in the cell area computation. This formulation uses latitude and difference of sines. The conversion from latitude to colatitude at lower precision causes errors when computing the cell areas. | ||
|
||
Testing | ||
======= | ||
|
||
* Iris has adopted conda-forge to provide environments for continuous integration testing. | ||
|
3 changes: 0 additions & 3 deletions
3
docs/iris/src/whatsnew/contributions_1.12/deprecate_2016-Nov-09_experimental_fieldsfile.txt
This file was deleted.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
docs/iris/src/whatsnew/contributions_1.12/docchange_2016-Dec-12_areaweighted.txt
This file was deleted.
Oops, something went wrong.
5 changes: 0 additions & 5 deletions
5
docs/iris/src/whatsnew/contributions_1.12/newfeature_2016-Dec-08_pp_lblrec_error.txt
This file was deleted.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
docs/iris/src/whatsnew/contributions_1.12/newfeature_2016-May-20_lazy_cube_transpose.txt
This file was deleted.
Oops, something went wrong.
81 changes: 0 additions & 81 deletions
81
docs/iris/src/whatsnew/contributions_1.12/newfeature_2016-Nov-09_structured_um_loading.txt
This file was deleted.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
...s/src/whatsnew/contributions_1.12/newfeature_2017-Jan-05_experimental_scipy_regridder.txt
This file was deleted.
Oops, something went wrong.
6 changes: 0 additions & 6 deletions
6
docs/iris/src/whatsnew/contributions_1.12/newfeature_2017-Jan-05_fields_file_skip.txt
This file was deleted.
Oops, something went wrong.
10 changes: 0 additions & 10 deletions
10
docs/iris/src/whatsnew/contributions_1.12/newfeature_2017-Jan-09_unstructured_scheme.txt
This file was deleted.
Oops, something went wrong.
2 changes: 0 additions & 2 deletions
2
docs/iris/src/whatsnew/contributions_1.13/bugfix_2017-Jan-18_zonal_mean_bounds.txt
This file was deleted.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
docs/iris/src/whatsnew/contributions_1.13/newfeature_2017-May-10_NZ_dateline.txt
This file was deleted.
Oops, something went wrong.