Skip to content

Commit

Permalink
Merge pull request #183 from bird-house/update-jupyter-env
Browse files Browse the repository at this point in the history
jupyter: update for RavenPy-0.6.0, Xclim-0.28.0 and latest of everything else

See PR Ouranosinc/PAVICS-e2e-workflow-tests#84 for more info.

Relevant changes:
```diff
<   - ravenpy=0.5.2=pyh7f9bfb9_0
>   - ravenpy=0.6.0=pyh1bb2064_2

<   - xclim=0.27.0=pyhd8ed1ab_0
>   - xclim=0.28.0=pyhd8ed1ab_0

<   - birdy=v0.8.0=pyh6c4a22f_0
>   - birdy=v0.8.0=pyh6c4a22f_1

<   - cf_xarray=0.5.2=pyh6c4a22f_0
>   - cf_xarray=0.6.0=pyh6c4a22f_0

<   - cftime=1.4.1=py37h902c9e0_0
>   - cftime=1.5.0=py37h6f94858_0

<   - dask=2021.6.0=pyhd8ed1ab_0
>   - dask=2021.7.0=pyhd8ed1ab_0

<   - nc-time-axis=1.2.0=py_1
>   - nc-time-axis=1.3.1=pyhd8ed1ab_2

<   - rioxarray=0.4.1.post0=pyhd8ed1ab_0
>   - rioxarray=0.5.0=pyhd8ed1ab_0

<   - numpy=1.20.3=py37h038b26d_1
>   - numpy=1.21.1=py37h038b26d_0

<   - pandas=1.2.4=py37h219a48f_0
>   - pandas=1.2.5=py37h219a48f_0

<   - plotly=4.14.3=pyh44b312d_0
>   - plotly=5.1.0=pyhd8ed1ab_1

<     - nbconvert==5.6.1
>   - nbconvert=6.1.0=py37h89c1867_0
```
  • Loading branch information
tlvu committed Jul 26, 2021
2 parents dd34a40 + 0812cba commit 9eae31f
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 4 deletions.
48 changes: 45 additions & 3 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,55 @@
[Unreleased](https://github.com/bird-house/birdhouse-deploy/tree/master) (latest)
------------------------------------------------------------------------------------------------------------------

[//]: # (list changes here, using '-' for each new entry, remove this when items are added)
### Changes

- jupyter: update for RavenPy-0.6.0, Xclim-0.28.0 and latest of everything else

See PR https://github.com/Ouranosinc/PAVICS-e2e-workflow-tests/pull/84 for more info.

Relevant changes:
```diff
< - ravenpy=0.5.2=pyh7f9bfb9_0
> - ravenpy=0.6.0=pyh1bb2064_2

< - xclim=0.27.0=pyhd8ed1ab_0
> - xclim=0.28.0=pyhd8ed1ab_0

# birdy rebuild
< - birdy=v0.8.0=pyh6c4a22f_0
> - birdy=v0.8.0=pyh6c4a22f_1

< - cf_xarray=0.5.2=pyh6c4a22f_0
> - cf_xarray=0.6.0=pyh6c4a22f_0

< - cftime=1.4.1=py37h902c9e0_0
> - cftime=1.5.0=py37h6f94858_0

< - dask=2021.6.0=pyhd8ed1ab_0
> - dask=2021.7.0=pyhd8ed1ab_0

< - nc-time-axis=1.2.0=py_1
> - nc-time-axis=1.3.1=pyhd8ed1ab_2

< - rioxarray=0.4.1.post0=pyhd8ed1ab_0
> - rioxarray=0.5.0=pyhd8ed1ab_0

< - numpy=1.20.3=py37h038b26d_1
> - numpy=1.21.1=py37h038b26d_0

< - pandas=1.2.4=py37h219a48f_0
> - pandas=1.2.5=py37h219a48f_0

< - plotly=4.14.3=pyh44b312d_0
> - plotly=5.1.0=pyhd8ed1ab_1

< - nbconvert==5.6.1
> - nbconvert=6.1.0=py37h89c1867_0
```

[1.13.12](https://github.com/bird-house/birdhouse-deploy/tree/1.13.12) (2021-07-13)
------------------------------------------------------------------------------------------------------------------

[//]: # (list changes here, using '-' for each new entry, remove this when items are added)

### Changes

- Add `csv` files to Thredds filter
Expand Down
2 changes: 1 addition & 1 deletion birdhouse/default.env
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# All env in this default.env must not depend on any env in env.local.

# Jupyter single-user server images, can be overriden in env.local to have a space separated list of multiple images
export DOCKER_NOTEBOOK_IMAGES="pavics/workflow-tests:210527.1-update20210705"
export DOCKER_NOTEBOOK_IMAGES="pavics/workflow-tests:210723"

# Name of the image displayed on the JupyterHub image selection page
# Can be overriden in env.local to have a space separated list of multiple images, the name order must correspond
Expand Down

0 comments on commit 9eae31f

Please sign in to comment.