Skip to content

Commit

Permalink
Release 0.8.0 (#91)
Browse files Browse the repository at this point in the history
* update changes

* fix deps

* update clisops
  • Loading branch information
cehbrecht authored Apr 14, 2022
1 parent 1dbf99e commit 39b8758
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
Version History
===============

v0.8.0 (2022-04-13)
-------------------
Breaking Changes
^^^^^^^^^^^^^^^^
* ``clisops``>=0.9.0 required.

New Features
^^^^^^^^^^^^
* Added `AverageTime` operation (#90).
* Added support for decadal fixes (#89, #87, #84, #83).


v0.7.0 (2021-10-28)
-------------------
Breaking Changes
Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dependencies:
- xarray>=0.15
- dask
- netcdf4
#- clisops>=0.9.0
- clisops>=0.9.0
- elasticsearch>=7.9.1
- roocs-utils>=0.5.0
# logging
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ dask[complete]
cftime
netcdf4
elasticsearch>=8.0.1
# clisops>=0.9.0
clisops @ git+https://github.com/roocs/clisops.git@master#egg=clisops
clisops>=0.9.0
# clisops @ git+https://github.com/roocs/clisops.git@master#egg=clisops
roocs-utils>=0.5.0
# logging
loguru>=0.5.3
Expand Down

0 comments on commit 39b8758

Please sign in to comment.