From 0812cbac721d7703510671ac54e1112f82bf4427 Mon Sep 17 00:00:00 2001 From: Long Vu Date: Fri, 23 Jul 2021 16:18:31 -0400 Subject: [PATCH] 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=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 ``` --- CHANGES.md | 48 ++++++++++++++++++++++++++++++++++++++++--- birdhouse/default.env | 2 +- 2 files changed, 46 insertions(+), 4 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index d133219d7..bd73d3663 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -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 diff --git a/birdhouse/default.env b/birdhouse/default.env index 78e5323ee..bd1dab8bc 100644 --- a/birdhouse/default.env +++ b/birdhouse/default.env @@ -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