Skip to content

Commit a25d32e

Browse files
authored
Merge pull request #2937 from pelson/2.1dev
Bumps the version for 2.1dev + v2.0x what's new tweaks
2 parents e2e2898 + 53ef757 commit a25d32e

6 files changed

Lines changed: 13 additions & 6 deletions

docs/iris/src/whatsnew/2.0.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,18 @@ Incompatible Changes
192192
* If the `packing` argument to `iris.save` is a dictionary, an error is raised
193193
if it contains any keys other than 'dtype', 'scale_factor' and 'add_offset'.
194194

195+
* The deprecated :mod:`iris.fileformats.grib` was removed. All Iris GRIB
196+
functionality is now delivered through :mod:`iris-grib`.
197+
198+
* In Iris v1 it was possible to configure Iris to log at import time through
199+
:attr:`iris.config.LOGGING`. This capability has been removed in iris v2.
200+
201+
* When coordinates have no well defined plot axis, iris.plot and iris.quickplot
202+
routines now use the order of the cube's dimensions to determine the
203+
coordinates to plot as the x and y axis of a plot.
204+
205+
* The cf_units dependency version has been updated to v1.2.0, which prints shorter
206+
unit strings.
195207

196208

197209
Deprecation removals

docs/iris/src/whatsnew/contributions_2.0/incompatiblechange_2017-Oct-27_grib_removed.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/iris/src/whatsnew/contributions_2.0/incompatiblechange_2017-Oct-27_logging_removed.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/iris/src/whatsnew/contributions_2.0/incompatiblechange_2017-Oct-30_axis_order_plotting.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/iris/src/whatsnew/contributions_2.0/incompatiblechange_2018-Jan-11_short-unit-strings.txt

Lines changed: 0 additions & 2 deletions
This file was deleted.

lib/iris/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ def callback(cube, field, filename):
121121

122122

123123
# Iris revision.
124-
__version__ = '2.0.0rc1'
124+
__version__ = '2.1.0dev0'
125125

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

0 commit comments

Comments
 (0)