Skip to content

Commit

Permalink
finch: new release for dask performance problem
Browse files Browse the repository at this point in the history
PR to deploy new Finch releases in
bird-house/finch#233 on PAVICS.

See the Finch PR for more info.

Finch release notes:

0.8.3 (2022-04-21)
------------------
* Preserve RCP dimension in ensemble processes, even when only RCP
is selected.

* Pin ``dask`` and ``distributed`` at ``2022.1.0``, see
Ouranosinc/PAVICS-e2e-workflow-tests#100
  • Loading branch information
tlvu committed Apr 21, 2022
1 parent 27d7b95 commit 452df2e
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
16 changes: 15 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,21 @@
[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:

- Finch: new release for dask performance problem

PR to deploy new Finch releases in https://github.com/bird-house/finch/pull/233 on PAVICS.

See the Finch PR for more info.

Finch release notes:

0.8.3 (2022-04-21)
------------------
* Preserve RCP dimension in ensemble processes, even when only RCP is selected.
* Pin ``dask`` and ``distributed`` at ``2022.1.0``, see https://github.com/Ouranosinc/PAVICS-e2e-workflow-tests/issues/100


[1.18.10](https://github.com/bird-house/birdhouse-deploy/tree/1.18.10) (2022-04-07)
------------------------------------------------------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion birdhouse/default.env
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export DOCKER_NOTEBOOK_IMAGES="pavics/workflow-tests:220401"
# to the order of the DOCKER_NOTEBOOK_IMAGES variable
export JUPYTERHUB_IMAGE_SELECTION_NAMES="pavics"

export FINCH_IMAGE="birdhouse/finch:version-0.8.2"
export FINCH_IMAGE="birdhouse/finch:version-0.8.3"

# thredds-docker >= 4.6.18 or >= 5.2 strongly recommended to avoid Log4J CVE-2021-44228.
export THREDDS_IMAGE="unidata/thredds-docker:4.6.18"
Expand Down

0 comments on commit 452df2e

Please sign in to comment.