Skip to content

Commit

Permalink
Release 0.5.0 (#171)
Browse files Browse the repository at this point in the history
* update clisops

* update changes

* update pywps 4.4.2
  • Loading branch information
cehbrecht committed Apr 1, 2021
1 parent 088d334 commit 9841a85
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 6 deletions.
9 changes: 9 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@ Changes
Unreleased
==========

0.5.0 (2021-04-01)
==================

* Updated pywps 4.4.2.
* Updated clisops 0.6.3.
* Updated roocs-utils 0.3.0.
* Use ``FileMapper`` for search results (#169).
* Using intake catalog (#148).

0.4.2 (2021-03-22)
==================

Expand Down
6 changes: 3 additions & 3 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ channels:
dependencies:
- pip
- python=3.7 # >=3.6,<3.8
- pywps>=4.4.1,<4.5
- pywps>=4.4.2,<4.5
- jinja2
- click
- psutil
Expand All @@ -16,8 +16,8 @@ dependencies:
- dask>=2.26
- netcdf4>=1.4
- daops>=0.5.0,<0.6
- clisops>=0.6.2,<0.7
- roocs-utils>=0.2.1,<0.3
- clisops>=0.6.3,<0.7
- roocs-utils>=0.3.0,<0.4
# workflow
- networkx
# provenance
Expand Down
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
pywps>=4.4.1,<4.5
pywps>=4.4.2,<4.5
jinja2
click
psutil
# daops
daops>=0.5.0
clisops>=0.6.2
roocs-utils>=0.2.1
clisops>=0.6.3
roocs-utils>=0.3.0
xarray>=0.16
dask[complete]
netcdf4
Expand Down

0 comments on commit 9841a85

Please sign in to comment.