-
Notifications
You must be signed in to change notification settings - Fork 297
Add more What's New entries #3441
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
Conversation
…-30_circular_quiver_plot.txt
@@ -0,0 +1 @@ | |||
* :meth:`iris.plot.quiver` now handles circular coordinates. |
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.
@stephenworsley Could you use ~iris.plot.quiver
instead? As Sphinx will collapse the method name nicely...
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.
@stephenworsley Also, this should be :func:
, as iris.plot.quiver
is a function not a method.
@@ -0,0 +1,3 @@ | |||
* Cubes are now rendered more robustly by Jupyter. | |||
:meth:`iris.cube.Cube._repr_html_` no longer crashes for a cube with |
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.
@stephenworsley Ditto here as well, thanks! 😉
@lbdreyer Can this make the cut? 🙏 |
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.
@stephenworsley Just some minor tweaks needed, and we're there! 👍
@stephenworsley Nice one, let's wait for |
This adds a What's New entry for #3373 and #3371.