RhodiumGroup / docker_images

Docker images for Rhodium's jupyterlab deployments
2 stars 2 forks source link

upgrade xarray & intake-esm #134

Closed delgadom closed 4 years ago

delgadom commented 4 years ago

Workflow

Summary

Updates xarray and intake-esm to their latest versions. Required to work with Pangeo CMIP datastore.

delgadom commented 4 years ago

@dgergel here's your PR! @bolliger32 have you given xarray==0.16.0 a whirl yet on pyTC? It's required for this intake-esm update but I've never tested it. Given my bad experience with 0.15.1, I'm a little cautious, but latest is latest...

bolliger32 commented 4 years ago

yup have given it a whirl and no issues yet! but it's been a pretty short-duration whirl. one random note is that the fun new html repr for datasets is no longer enabled by default like it was (I think) for 0.15. something about notebooks not being trusted? anyways you have to call xr.set_options(display_style="html") to get that back.

delgadom commented 4 years ago

good call! Thanks @bolliger32