Skip to content

Commit

Permalink
remove pynio from most test envs (#4492)
Browse files Browse the repository at this point in the history
* remove pynio from py38 tests

* remove pynio from other test envs

* update docs

* Apply suggestions from code review
  • Loading branch information
mathause authored Oct 11, 2020
1 parent 18c6926 commit 026bc0b
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 6 deletions.
2 changes: 1 addition & 1 deletion ci/requirements/py36.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ dependencies:
- pip
- pseudonetcdf
- pydap
- pynio
# - pynio: not compatible with netCDF4>1.5.3; only tested in py36-bare-minimum
- pytest
- pytest-cov
- pytest-env
Expand Down
2 changes: 1 addition & 1 deletion ci/requirements/py37.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ dependencies:
- pip
- pseudonetcdf
- pydap
- pynio
# - pynio: not compatible with netCDF4>1.5.3; only tested in py36-bare-minimum
- pytest
- pytest-cov
- pytest-env
Expand Down
2 changes: 1 addition & 1 deletion ci/requirements/py38-all-but-dask.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ dependencies:
- pip
- pseudonetcdf
- pydap
- pynio
# - pynio: not compatible with netCDF4>1.5.3; only tested in py36-bare-minimum
- pytest
- pytest-cov
- pytest-env
Expand Down
2 changes: 1 addition & 1 deletion ci/requirements/py38.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ dependencies:
- pip
- pseudonetcdf
- pydap
- pynio
# - pynio: not compatible with netCDF4>1.5.3; only tested in py36-bare-minimum
- pytest
- pytest-cov
- pytest-env
Expand Down
5 changes: 3 additions & 2 deletions doc/installing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,9 @@ For netCDF and IO
- `pydap <http://www.pydap.org/>`__: used as a fallback for accessing OPeNDAP
- `h5netcdf <https://github.com/shoyer/h5netcdf>`__: an alternative library for
reading and writing netCDF4 files that does not use the netCDF-C libraries
- `pynio <https://www.pyngl.ucar.edu/Nio.shtml>`__: for reading GRIB and other
geoscience specific file formats. Note that pynio is not available for Windows.
- `PyNIO <https://www.pyngl.ucar.edu/Nio.shtml>`__: for reading GRIB and other
geoscience specific file formats. Note that PyNIO is not available for Windows and
that the PyNIO backend may be moved outside of xarray in the future.
- `zarr <http://zarr.readthedocs.io/>`__: for chunked, compressed, N-dimensional arrays.
- `cftime <https://unidata.github.io/cftime>`__: recommended if you
want to encode/decode datetimes for non-standard calendars or dates before
Expand Down
5 changes: 5 additions & 0 deletions doc/io.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1022,6 +1022,11 @@ We recommend installing PyNIO via conda::

conda install -c conda-forge pynio

.. note::
PyNIO is no longer actively maintained and conflicts with netcdf4 > 1.5.3.
The PyNIO backend may be moved outside of xarray in the future.

.. _PyNIO: https://www.pyngl.ucar.edu/Nio.shtml

.. _io.PseudoNetCDF:
Expand Down

0 comments on commit 026bc0b

Please sign in to comment.