Skip to content

Commit

Permalink
Version 0.16 release candidate (#232)
Browse files Browse the repository at this point in the history
* Require Iris >=3 (just for the gdt90 changes).

* Whatsnew entry for requiring Iris 3.

* Set version string for release candidate.

* Test against Iris 3.0.0rc0 from conda-forge/rc_iris.
  • Loading branch information
pp-mo authored and lbdreyer committed Feb 24, 2021
1 parent 1b7c077 commit 5fbbb99
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 6 deletions.
8 changes: 8 additions & 0 deletions docs/ref/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,14 @@ Bugs Fixed
only the Iris coordinate system has changed.
`(PR#223) <https://github.com/SciTools/iris-grib/pull/223>`_

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

* now requires Iris version >= 3.0
Needed for the bugfix in
`PR#223 <https://github.com/SciTools/iris-grib/pull/223>`_ .



What's new in iris-grib v0.15.1
-------------------------------
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.15.1'
__version__ = '0.16.0rc0'

__all__ = ['load_cubes', 'save_grib2', 'load_pairs_from_fields',
'save_pairs_from_cube', 'save_messages']
Expand Down
4 changes: 2 additions & 2 deletions requirements/ci/py36.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: iris-grib-dev

channels:
- conda-forge
- conda-forge/label/rc_iris

dependencies:
- python=3.6
Expand All @@ -10,7 +10,7 @@ dependencies:
- setuptools

# Core dependencies.
- iris>=2.4
- iris=3.0.0rc0
- python-eccodes

# Optional dependencies.
Expand Down
4 changes: 2 additions & 2 deletions requirements/ci/py37.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: iris-grib-dev

channels:
- conda-forge
- conda-forge/label/rc_iris

dependencies:
- python=3.7
Expand All @@ -10,7 +10,7 @@ dependencies:
- setuptools

# Core dependencies.
- iris>=2.4
- iris=3.0.0rc0
- python-eccodes

# Optional dependencies.
Expand Down
2 changes: 1 addition & 1 deletion requirements/core.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Core dependencies.

scitools-iris>=2.4
scitools-iris>=3.0.0rc0
eccodes-python

0 comments on commit 5fbbb99

Please sign in to comment.