Skip to content

Commit

Permalink
Add release notes and update version number (#266)
Browse files Browse the repository at this point in the history
  • Loading branch information
lbdreyer committed May 18, 2021
1 parent bdb8c63 commit 07fe08a
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 3 deletions.
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

0 comments on commit 07fe08a

Please sign in to comment.