Skip to content
Merged
Show file tree
Hide file tree
Changes from all 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
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@

# General information about the project.
project = u'iris-grib'
copyright = u'2016, Met Office'
copyright = u'2021, Met Office'
author = u'Met Office'

# The version info for the project you're documenting, acts as replacement for
Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.

Iris-grib v0.16
Iris-grib v0.17
===============

The library ``iris-grib`` provides functionality for converting between weather and
Expand Down
27 changes: 27 additions & 0 deletions docs/ref/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,33 @@ Release Notes
=============


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

:Release: 0.17.0
:Date: 18 May 2021

Features
^^^^^^^^

* `@m1dr <https://github.com/m1dr>`_ added support for GRIB regulation 92.1.8
for loading GRIB files where the longitude increment is not given.
`(PR#261) <https://github.com/SciTools/iris-grib/pull/261>`_

* `@lbdreyer <https://github.com/lbdreyer>`_ added support for loading grid
point and spectral data with CCSDS recommended lossless compression, i.e.
data representation template 42.
`(PR#264) <https://github.com/SciTools/iris-grib/pull/264>`_


Internal
^^^^^^^^

* `@jamesp <https://github.com/jamesp>`_ moved CI testing to Cirrus CI.
`(PR#250) <https://github.com/SciTools/iris-grib/pull/250>`_



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

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.17.dev0'
__version__ = '0.17.0'

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