Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New docker build for ravenpy birdy xclim #75

Merged
merged 14 commits into from
Jun 15, 2021
Merged

Commits on May 25, 2021

  1. Configuration menu
    Copy the full SHA
    c4d6da1 View commit details
    Browse the repository at this point in the history
  2. docker: add new Dockerfile for testing new package

    Useful to avoid full rebuild just to test adding a new package or
    upgrading an existing package.
    
    Sort of a restore of commit cbfa5d5.
    tlvu committed May 25, 2021
    Configuration menu
    Copy the full SHA
    ad6d514 View commit details
    Browse the repository at this point in the history
  3. docker: add pydantic, was part of previous build but missing in curre…

    …nt build
    
    Previous build probably got pydantic via indirect dependency but somehow
    this has changed so now have to add pydantic explicitly, for Raven notebooks.
    tlvu committed May 25, 2021
    Configuration menu
    Copy the full SHA
    8103b74 View commit details
    Browse the repository at this point in the history
  4. docker: test latest RavenPy to fix Raven notebooks

    The fix did not make it to RavenPy 0.5.1.
    
    To fix error running Raven notebooks:
    ```
      ---------------------------------------------------------------------------
      ImportError                               Traceback (most recent call last)
      <ipython-input-1-021da278d129> in <module>
            2
            3 from birdy import WPSClient
      ----> 4 from ravenpy.utilities.testdata import get_file
            5 import os
            6 import xarray as xr
    
      /opt/conda/envs/birdy/lib/python3.7/site-packages/ravenpy/utilities/testdata.py in <module>
           14 from xarray import Dataset
           15 from xarray import open_dataset as _open_dataset
      ---> 16 from xarray.tutorial import file_md5_checksum
           17
           18 _default_cache_dir = Path.home() / ".raven_testing_data"
    
      ImportError: cannot import name 'file_md5_checksum' from 'xarray.tutorial' (/opt/conda/envs/birdy/lib/python3.7/site-packages/xarray/tutorial.py)
    ```
    tlvu committed May 25, 2021
    Configuration menu
    Copy the full SHA
    757c44e View commit details
    Browse the repository at this point in the history

Commits on May 26, 2021

  1. Configuration menu
    Copy the full SHA
    155ff69 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2021

  1. Configuration menu
    Copy the full SHA
    eed7904 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    be6aa30 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6e84c79 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2715a31 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2021

  1. docker: test pin rasterio=1.2.2 to fix Raven Extract_geographical_wat…

    …ershed_properties.ipynb
    tlvu committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    61a6ddb View commit details
    Browse the repository at this point in the history
  2. docker: test pin rasterio=1.2.1 from older base pavics/workflow-tests…

    …:210415 to reproduce Raven nb prob
    tlvu committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    0c82a3e View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2021

  1. Configuration menu
    Copy the full SHA
    e1f5087 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    08f652c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cfb10a2 View commit details
    Browse the repository at this point in the history