Skip to content

Commit

Permalink
Merge pull request SciTools#1582 from rhattersley/v1.7.x_whats_new
Browse files Browse the repository at this point in the history
v1.7.4rc1 what's new
  • Loading branch information
bjlittle committed Mar 18, 2015
2 parents b665ee9 + 43cc81e commit 0a4feaf
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
13 changes: 12 additions & 1 deletion docs/iris/src/whatsnew/1.7.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
What's new in Iris 1.7
**********************

:Release: 1.7.3
:Release: 1.7.4
:Date: ???

Iris 1.7 features
Expand Down Expand Up @@ -198,6 +198,17 @@ Bugs fixed in v1.7.3
* Cubes that contain a pseudo-level coordinate can now be saved to PP.
* Fixed a bug in the FieldsFile loader that prevented it always loading all available fields.

Bugs fixed in v1.7.4
^^^^^^^^^^^^^^^^^^^^
* :meth:`Coord.guess_bounds` can now deal with circular coordinates.
* :meth:`Coord.nearest_neighbour_index` can now work with descending bounds.
* Passing `weights` to :meth:`Cube.rolling_window` no longer prevents other
keyword arguments from being passed to the aggregator.
* Several minor fixes to allow use of Iris on Windows.
* Made use of the new standard_parallels keyword in Cartopy's LambertConformal
projection (Cartopy v0.12). Older versions of Iris will not be able to
create LambertConformal coordinate systems with Cartopy >= 0.12.

Incompatible changes
====================
* Saving a cube with a STASH attribute to NetCDF now produces a variable
Expand Down
4 changes: 2 additions & 2 deletions lib/iris/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# (C) British Crown Copyright 2010 - 2014, Met Office
# (C) British Crown Copyright 2010 - 2015, Met Office
#
# This file is part of Iris.
#
Expand Down Expand Up @@ -108,7 +108,7 @@ def callback(cube, field, filename):


# Iris revision.
__version__ = '1.7.4-DEV'
__version__ = '1.7.4rc1'

# Restrict the names imported when using "from iris import *"
__all__ = ['load', 'load_cube', 'load_cubes', 'load_raw',
Expand Down

0 comments on commit 0a4feaf

Please sign in to comment.