-
Notifications
You must be signed in to change notification settings - Fork 300
Bumps the version for 2.1dev + v2.0x what's new tweaks #2937
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -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 | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Links to modules? Also, 'axis' --> 'axes', probably. Update: In fact, I think that either works here. Up to you whether you change it or not. |
||
| 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. | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I included a little example with this whatsnew item - did you elect to leave it out?
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Good spot. No it wasn't intentional. |
||
|
|
||
|
|
||
| Deprecation removals | ||
|
|
||
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does this attribute actually still exist or will we end up with a broken link in the docs?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you also capitalise the last "iris" to be consistent with the other examples of the word in this point please.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
FWIW the what's new can be read at https://scitools-docs.github.io/iris/v2.0.x/whatsnew/2.0.html (once the cache is updated, it will also be available at http://scitools.org.uk/iris/docs/v2.0/whatsnew/2.0.html)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OK I've checked the built whatsnew and there isn't a link to LOGGING. It doesn't really impact the page though because the text falls back to preformatted.