Skip to content

Commit

Permalink
Docstest 0v16 (#244)
Browse files Browse the repository at this point in the history
* Document PR#240 in release notes.

* Fix version string and release-notes date.
  • Loading branch information
pp-mo authored Jan 27, 2021
1 parent 93fc344 commit df97291
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
14 changes: 12 additions & 2 deletions docs/ref/release_notes.rst
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
Release Notes
=============

=======

What's new in iris-grib v0.16
-----------------------------

:Release: 0.16.0
:Date: 12 Oct 2020
:Date: 27 Jan 2021

Features
^^^^^^^^
Expand Down Expand Up @@ -64,6 +64,16 @@ Bugs Fixed
only the Iris coordinate system has changed.
`(PR#223) <https://github.com/SciTools/iris-grib/pull/223>`_

* `@pp-mo <https://github.com/pp-mo>`_ fixed a problem where cubes were loading from GRIB 1 with a changed coordinate
system, since eccodes versions >= 1.19. This resulted from a change to eccodes, which now returns a different
'shapeOfTheEarth' parameter : see `eccodes issue ECC-811 <https://jira.ecmwf.int/browse/ECC-811>`_ . This resulted
in a coordinate system with a different earth radius.
For backwards compatibilty, the earth radius has now been fixed to the same value as previously.
However, pending further investigation, this value may be technically incorrect and we may
yet decide to change it in a future release.
`(PR#240) <https://github.com/SciTools/iris-grib/pull/240>`_


Dependencies
^^^^^^^^^^^^

Expand Down
2 changes: 1 addition & 1 deletion iris_grib/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
from .message import GribMessage


__version__ = '0.16.0rc0'
__version__ = '0.16.0'

__all__ = ['load_cubes', 'save_grib2', 'load_pairs_from_fields',
'save_pairs_from_cube', 'save_messages']
Expand Down

0 comments on commit df97291

Please sign in to comment.