forked from pydata/xarray
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'upstream/master' into map_blocks_2
* upstream/master: Remove setting of universal wheels (pydata#3367) Revisit # noqa annotations (pydata#3359) Fix codecov.io upload on Windows (pydata#3360) Add how do I ... section (pydata#3357) Add glossary to documentation (pydata#3352) Documentation improvements (pydata#3328) Remove `complex.nc` from built docs (pydata#3353) Fix DataArray.to_netcdf type annotation (pydata#3325) CI test suites with pinned minimum dependencies (pydata#3346) Bugfix/plot accept coord dim (pydata#3345) CI environments overhaul (pydata#3340) Add hypothesis support to related projects (pydata#3335) More doc fixes (pydata#3333) Improve the documentation of swap_dims (pydata#3331) fix the doc names of the return value of swap_dims (pydata#3329)
- Loading branch information
Showing
53 changed files
with
1,433 additions
and
323 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
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
File renamed without changes.
This file was deleted.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
name: xarray-tests | ||
channels: | ||
- conda-forge | ||
dependencies: | ||
- python=3.6.7 | ||
- black | ||
- boto3=1.9.235 | ||
- bottleneck=1.2.1 | ||
- cdms2=3.1.3 | ||
- cfgrib=0.9.7.2 | ||
- cftime=1.0.3.4 | ||
- coveralls | ||
- dask=2.4.0 | ||
- distributed=2.4.0 | ||
- flake8 | ||
- h5netcdf=0.7.4 | ||
- h5py=2.10.0 | ||
- hdf5=1.10.5 | ||
- hypothesis | ||
- iris=2.2.0 | ||
- lxml=4.4.1 # optional dep of pydap | ||
- matplotlib=3.1.1 | ||
- mypy==0.720 # Must match .pre-commit-config.yaml | ||
- nc-time-axis=1.2.0 | ||
- netcdf4=1.5.1.2 | ||
- numba=0.45.1 | ||
- numpy=1.17.2 | ||
- pandas=0.25.1 | ||
- pip | ||
- pseudonetcdf=3.0.2 | ||
- pydap=3.2.2 | ||
- pynio=1.5.5 | ||
- pytest | ||
- pytest-cov | ||
- pytest-env | ||
- rasterio=1.0.28 | ||
- scipy=1.3.1 | ||
- seaborn=0.9.0 | ||
# - sparse # See py36-min-nep18.yml | ||
- toolz=0.10.0 | ||
- zarr=2.3.2 | ||
- pip: | ||
- numbagg==0.1 |
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 |
---|---|---|
@@ -0,0 +1,17 @@ | ||
name: xarray-tests | ||
channels: | ||
- conda-forge | ||
dependencies: | ||
# Optional dependencies that require NEP18, such as sparse, | ||
# require drastically newer packages than everything else | ||
- python=3.6.7 | ||
- coveralls | ||
- dask=2.4.0 | ||
- distributed=2.4.0 | ||
- numpy=1.17 | ||
- pandas=0.25 | ||
- pytest | ||
- pytest-cov | ||
- pytest-env | ||
- scipy=1.3 | ||
- sparse=0.8.0 |
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
Oops, something went wrong.