Skip to content
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

Allow passing None for all coord-system optional args. #3804

Merged
merged 13 commits into from
Sep 15, 2020
Merged
Show file tree
Hide file tree
Changes from 6 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 7 additions & 2 deletions docs/iris/src/whatsnew/latest.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ Features
associated with an axis over which the statistic is being run.

* Supporting ``Iris`` for both ``Python2`` and ``Python3`` resulted in pinning our
dependency on `Matplotlib`_ at ``v2.x``. Now that ``Python2`` support has
been dropped, ``Iris`` is free to use the latest version of `Matplotlib`_.
dependency on `matplotlib`_ at ``v2.x``. Now that ``Python2`` support has
been dropped, ``Iris`` is free to use the latest version of `matplotlib`_.

* `CF Ancillary Data`_ variables are now supported, and can be loaded from and
saved to NetCDF-CF files. Support for `Quality Flags`_ is also provided to
Expand Down Expand Up @@ -92,6 +92,11 @@ Bugs Fixed
loading. They are now available on the :class:`~iris.coords.CellMeasure` in
the loaded :class:`~iris.cube.Cube`. See :pull:`3800`.

* the netcdf loader can now handle any grid-mapping variables with missing
``false_easting`` and ``false_northing`` properties, which was previously
failing for some coordinate systems.
See :issue:`3629`.


Incompatible Changes
====================
Expand Down
Loading