Skip to content

Commit

Permalink
Merge pull request #278 from NCAR/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
pinarda authored May 24, 2021
2 parents 92d349a + 5532a19 commit db0f7b1
Show file tree
Hide file tree
Showing 22 changed files with 3,703 additions and 947 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
fail-fast: false
matrix:
os: ['ubuntu-latest']
python-version: ['3.8', '3.9']
python-version: ['3.7', '3.8', '3.9']
steps:
- name: Cancel previous runs
uses: styfle/[email protected]
Expand Down
1 change: 1 addition & 0 deletions binder/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: myenv
channels:
- conda-forge
dependencies:
- python=*=*cp*
- cartopy
- cf_xarray
- cmocean
Expand Down
1 change: 1 addition & 0 deletions ci/environment-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: ldcpy_dev
channels:
- conda-forge
dependencies:
- python=*=*cp*
- cartopy=0.18
- cmocean
- codecov
Expand Down
1 change: 1 addition & 0 deletions ci/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: ldcpy
channels:
- conda-forge
dependencies:
- python=*=*cp*
- cartopy=0.18
- cmocean
- codecov
Expand Down
1 change: 1 addition & 0 deletions ci/upstream-dev-environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: ldcpy
channels:
- conda-forge
dependencies:
- python=*=*cp*
- cartopy=0.18
- cmocean
- codecov
Expand Down
2 changes: 1 addition & 1 deletion docs/source/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ ldcpy Plot (ldcpy.plot)
ldcpy Metrics (ldcpy.metrics)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

.. automodule:: ldcpy.metrics
.. automodule:: ldcpy.calcs
:members:
Loading

0 comments on commit db0f7b1

Please sign in to comment.