Skip to content

Commit df97291

Browse files
authored
Docstest 0v16 (#244)
* Document PR#240 in release notes. * Fix version string and release-notes date.
1 parent 93fc344 commit df97291

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

docs/ref/release_notes.rst

+12-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
Release Notes
22
=============
33

4-
=======
4+
55
What's new in iris-grib v0.16
66
-----------------------------
77

88
:Release: 0.16.0
9-
:Date: 12 Oct 2020
9+
:Date: 27 Jan 2021
1010

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

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

iris_grib/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
from .message import GribMessage
3434

3535

36-
__version__ = '0.16.0rc0'
36+
__version__ = '0.16.0'
3737

3838
__all__ = ['load_cubes', 'save_grib2', 'load_pairs_from_fields',
3939
'save_pairs_from_cube', 'save_messages']

0 commit comments

Comments
 (0)