Skip to content

Commit

Permalink
Merge pull request #310 from NCAR/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
pinarda authored Jan 11, 2022
2 parents cf43e8b + 26c61cd commit 52646db
Show file tree
Hide file tree
Showing 28 changed files with 13,946 additions and 7,161 deletions.
9 changes: 2 additions & 7 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,8 @@ repos:
hooks:
- id: black-jupyter

- repo: https://github.com/keewis/blackdoc
rev: v0.3.4
hooks:
- id: blackdoc

- repo: https://github.com/PyCQA/flake8
rev: 4.0.1
- repo: https://gitlab.com/pycqa/flake8
rev: 3.8.4
hooks:
- id: flake8

Expand Down
4 changes: 3 additions & 1 deletion binder/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dependencies:
- ipywidgets
- jupyter-offlinenotebook
- jupyterlab>=3
- matplotlib-base
- matplotlib-base=3.3.3
- ipython
- netcdf4
- nodejs
Expand All @@ -26,5 +26,7 @@ dependencies:
- xarray
- xrft
- pandas
- pooch
- statsmodels
- pip:
- -e ..
5 changes: 4 additions & 1 deletion ci/environment-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dependencies:
- intake-esm
- jupyter_contrib_nbextensions
- jupyterlab
- matplotlib-base
- matplotlib-base=3.3.3
- netcdf4
- numpy
- opencv
Expand All @@ -25,9 +25,12 @@ dependencies:
- scikit-image
- scipy
- setuptools
- statemodels
- xarray
- xrft
- zfpy
- cf_xarray
- astropy
- ipython
- pooch
- statsmodels
4 changes: 3 additions & 1 deletion ci/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dependencies:
- dask
- intake-esm
- jupyterlab
- matplotlib-base
- matplotlib-base=3.3.3
- netcdf4
- pip
- pytest
Expand All @@ -22,3 +22,5 @@ dependencies:
- pandas
- astropy
- ipython
- pooch
- statsmodels
4 changes: 3 additions & 1 deletion ci/upstream-dev-environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dependencies:
- codecov
- dask
- intake-esm
- matplotlib-base
- matplotlib-base=3.3.3
- netcdf4
- pip
- pytest
Expand All @@ -19,6 +19,8 @@ dependencies:
- astropy
- jupyterlab
- ipython
- pooch
- statsmodels
- pip:
- git+https://github.com/pydata/xarray.git
- git+https://github.com/xarray-contrib/cf-xarray.git
Expand Down
3,847 changes: 118 additions & 3,729 deletions docs/source/notebooks/AWSDataNotebook.ipynb

Large diffs are not rendered by default.

781 changes: 308 additions & 473 deletions docs/source/notebooks/CAMBudgets.ipynb

Large diffs are not rendered by default.

1,031 changes: 588 additions & 443 deletions docs/source/notebooks/CompressionSamples.ipynb

Large diffs are not rendered by default.

853 changes: 455 additions & 398 deletions docs/source/notebooks/LargeDataGladeNotebook.ipynb

Large diffs are not rendered by default.

219 changes: 131 additions & 88 deletions docs/source/notebooks/MetricsNotebook.ipynb

Large diffs are not rendered by default.

68 changes: 34 additions & 34 deletions docs/source/notebooks/POPData.ipynb

Large diffs are not rendered by default.

2,313 changes: 931 additions & 1,382 deletions docs/source/notebooks/TutorialNotebook.ipynb

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions docs/source/notebooks/compChecker.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -517,9 +517,9 @@
],
"metadata": {
"kernelspec": {
"display_name": "CMIP6 2019.10",
"display_name": "Python 3",
"language": "python",
"name": "cmip6-201910"
"name": "python3"
},
"language_info": {
"codemirror_mode": {
Expand All @@ -531,7 +531,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.7.8"
"version": "3.8.0"
}
},
"nbformat": 4,
Expand Down
605 changes: 327 additions & 278 deletions docs/source/notebooks/error_bias.ipynb

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions docs/source/notebooks/ssims.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
set,time,ssim
zfpA1e-7,0,0.9915299264304216
Loading

0 comments on commit 52646db

Please sign in to comment.