Skip to content

Commit

Permalink
remove references to cyordereddict (#2750)
Browse files Browse the repository at this point in the history
  • Loading branch information
Joe Hamman authored and shoyer committed Feb 7, 2019
1 parent 0dfc0e6 commit e097763
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 0 additions & 2 deletions doc/installing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,6 @@ For accelerating xarray
- `bottleneck <https://github.com/kwgoodman/bottleneck>`__: speeds up
NaN-skipping and rolling window aggregations by a large factor
(1.1 or later)
- `cyordereddict <https://github.com/shoyer/cyordereddict>`__: speeds up most
internal operations with xarray data structures (for python versions < 3.5)

For parallel computing
~~~~~~~~~~~~~~~~~~~~~~
Expand Down
2 changes: 2 additions & 0 deletions doc/whats-new.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ Breaking changes
`DataArray` are deprecated and will be removed in a future release.
(:issue:`1188`)
By `Maximilian Roos <https://github.com/max-sixty>`_.
- `cyordereddict` is no longer used as an optional dependency (:issue:`2744`).
By `Joe Hamman <https://github.com/jhamman>`_.

Enhancements
~~~~~~~~~~~~
Expand Down
1 change: 0 additions & 1 deletion xarray/util/print_versions.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@ def show_versions(as_json=False):
("cfgrib", lambda mod: mod.__version__),
("iris", 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__),
Expand Down

0 comments on commit e097763

Please sign in to comment.