Skip to content

Commit

Permalink
Merge pull request #2937 from pelson/2.1dev
Browse files Browse the repository at this point in the history
Bumps the version for 2.1dev + v2.0x what's new tweaks
  • Loading branch information
DPeterK authored Jan 12, 2018
2 parents e2e2898 + 53ef757 commit a25d32e
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 6 deletions.
12 changes: 12 additions & 0 deletions docs/iris/src/whatsnew/2.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,18 @@ Incompatible Changes
* If the `packing` argument to `iris.save` is a dictionary, an error is raised
if it contains any keys other than 'dtype', 'scale_factor' and 'add_offset'.

* The deprecated :mod:`iris.fileformats.grib` was removed. All Iris GRIB
functionality is now delivered through :mod:`iris-grib`.

* In Iris v1 it was possible to configure Iris to log at import time through
:attr:`iris.config.LOGGING`. This capability has been removed in iris v2.

* When coordinates have no well defined plot axis, iris.plot and iris.quickplot
routines now use the order of the cube's dimensions to determine the
coordinates to plot as the x and y axis of a plot.

* The cf_units dependency version has been updated to v1.2.0, which prints shorter
unit strings.


Deprecation removals
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

2 changes: 1 addition & 1 deletion lib/iris/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ def callback(cube, field, filename):


# Iris revision.
__version__ = '2.0.0rc1'
__version__ = '2.1.0dev0'

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

0 comments on commit a25d32e

Please sign in to comment.