Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version 0.16 release candidate #232

Merged
merged 4 commits into from
Oct 12, 2020
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
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