-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Bumps the package to 0.3.1 * Updates the dependencies in the conda env yml files * Updates the pre-commit hook versions * Address `mypy` warnings * Remove `type: ignore` inline comments to silence mypy warnings related to xarray, can address in the future * Remove unused `type: ignore` based on latest version of mypy * Update changelog with 0.3.1 and use names of contributors with link to GH user page
- Loading branch information
1 parent
d3511aa
commit e38fe72
Showing
14 changed files
with
218 additions
and
111 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,50 +1,55 @@ | ||
# Conda xcdat development environment | ||
name: xcdat_dev | ||
channels: | ||
- conda-forge | ||
- defaults | ||
dependencies: | ||
# ================== | ||
# Base | ||
# ================== | ||
# NOTE: If versions are updated, also `additional_dependencies` list for mypy in `.pre-commit-config.yaml` | ||
- python=3.9.13 # TODO: Update to >=3.10 once sphinxcontrib-napoleon supports it. | ||
- pip=22.1.2 | ||
- cf_xarray=0.7.2 | ||
- cftime=1.6.0 | ||
- dask=2022.6.1 | ||
- pip=22.2.2 | ||
- cf_xarray=0.7.4 | ||
- cftime=1.6.1 | ||
- dask=2022.8.0 | ||
- esmpy=8.2.0 | ||
- netcdf4=1.5.8 | ||
- numba=0.55.2 # TODO: Remove this pin once `numba` is properly patched with `numpy` compatability. | ||
- netcdf4=1.6.0 | ||
- numba=0.55.2 # TODO: Remove this pin once `numba` is properly patched with `numpy` compatibility. | ||
- numpy=1.22.4 | ||
- pandas=1.4.3 | ||
- xarray=2022.3.0 | ||
- xarray=2022.6.0 | ||
- xesmf=0.6.3 | ||
- python-dateutil=2.8.2 | ||
- types-python-dateutil=2.8.19 | ||
# ================== | ||
# Documentation | ||
# ================== | ||
- sphinx=4.5.0 | ||
- sphinxcontrib-napoleon=0.7 | ||
- sphinx-autosummary-accessors=2022-4-0 | ||
- sphinx-book-theme=0.3.2 | ||
- sphinx-autosummary-accessors=2022.4.0 | ||
- sphinx-book-theme=0.3.3 | ||
- sphinx-copybutton=0.5.0 | ||
- nbsphinx=0.8.9 | ||
- pandoc=2.18 | ||
- pandoc=2.19 | ||
# ================== | ||
# Quality Assurance | ||
# ================== | ||
# If versions are updated, also update 'rev' in `.pre-commit.config.yaml` | ||
- black=22.3.0 | ||
- flake8=4.0.1 | ||
- flake8-isort=4.1.1 | ||
# NOTE: If versions are updated, also update 'rev' in `.pre-commit.config.yaml` | ||
- black=22.6.0 | ||
- flake8=5.0.4 | ||
- flake8-isort=4.2.0 | ||
- isort=5.10.1 | ||
- mypy=0.961 | ||
- pre-commit=2.19.0 | ||
- mypy=0.971 | ||
- pre-commit=2.20.0 | ||
# ================== | ||
# Testing | ||
# ================== | ||
- pytest=7.1.2 | ||
- pytest-cov=3.0.0 | ||
# ================== | ||
# Developer Tools | ||
# ================== | ||
- matplotlib=3.5.2 | ||
- jupyterlab=3.4.3 | ||
- jupyterlab=3.4.5 | ||
- tbump=6.9.0 | ||
prefix: /opt/miniconda3/envs/xcdat_dev |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,32 +1,34 @@ | ||
# Conda xcdat readthedocs environment | ||
name: xcdat_rtd | ||
channels: | ||
- conda-forge | ||
- defaults | ||
dependencies: | ||
# ================== | ||
# Base | ||
# ================== | ||
# NOTE: If versions are updated, also `additional_dependencies` list for mypy in `.pre-commit-config.yaml` | ||
- python=3.9.13 # TODO: Update to >=3.10 once sphinxcontrib-napoleon supports it. | ||
- pip=22.1.2 | ||
- cf_xarray=0.7.2 | ||
- cftime=1.6.0 | ||
- dask=2022.6.1 | ||
- pip=22.2.2 | ||
- cf_xarray=0.7.4 | ||
- cftime=1.6.1 | ||
- dask=2022.8.0 | ||
- esmpy=8.2.0 | ||
- netcdf4=1.5.8 | ||
- numba=0.55.2 # TODO: Remove this pin once `numba` is properly patched with `numpy` compatability. | ||
- netcdf4=1.6.0 | ||
- numba=0.55.2 # TODO: Remove this pin once `numba` is properly patched with `numpy` compatibility. | ||
- numpy=1.22.4 | ||
- pandas=1.4.3 | ||
- xarray=2022.3.0 | ||
- xarray=2022.6.0 | ||
- xesmf=0.6.3 | ||
- python-dateutil=2.8.2 | ||
- types-python-dateutil=2.8.19 | ||
# ================== | ||
# Documentation | ||
# ================== | ||
- sphinx=4.5.0 | ||
- sphinxcontrib-napoleon=0.7 | ||
- sphinx-autosummary-accessors=2022-4-0 | ||
- sphinx-book-theme=0.3.2 | ||
- sphinx-autosummary-accessors=2022.4.0 | ||
- sphinx-book-theme=0.3.3 | ||
- sphinx-copybutton=0.5.0 | ||
- nbsphinx=0.8.9 | ||
- pandoc=2.18 | ||
- pandoc=2.19 | ||
prefix: /opt/miniconda3/envs/xcdat_rtd |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters