Skip to content

Commit

Permalink
fix to docs and update print_versions with distributed/zarr (pydata#1797
Browse files Browse the repository at this point in the history
)
  • Loading branch information
Joe Hamman authored Dec 21, 2017
1 parent eeb109d commit 4a9c1e3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion doc/installing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ For netCDF and IO
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
- `zarr <http://zarr.readthedocs.io/`__: for chunked, compressed, N-dimensional arrays.
- `zarr <http://zarr.readthedocs.io/>`__: for chunked, compressed, N-dimensional arrays.

For accelerating xarray
~~~~~~~~~~~~~~~~~~~~~~~
Expand Down
2 changes: 2 additions & 0 deletions xarray/util/print_versions.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,11 @@ def show_versions(as_json=False):
# ("pydap", lambda mod: mod.version.version),
("h5netcdf", lambda mod: mod.__version__),
("Nio", lambda mod: mod.__version__),
("zarr", lambda mod: mod.__version__),
("bottleneck", lambda mod: mod.__version__),
("cyordereddict", lambda mod: mod.__version__),
("dask", lambda mod: mod.__version__),
("distributed", lambda mod: mod.__version__),
("matplotlib", lambda mod: mod.__version__),
("cartopy", lambda mod: mod.__version__),
("seaborn", lambda mod: mod.__version__),
Expand Down

0 comments on commit 4a9c1e3

Please sign in to comment.