Skip to content

Commit e097763

Browse files
Joe Hammanshoyer
authored andcommitted
remove references to cyordereddict (#2750)
1 parent 0dfc0e6 commit e097763

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

doc/installing.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,6 @@ For accelerating xarray
4545
- `bottleneck <https://github.com/kwgoodman/bottleneck>`__: speeds up
4646
NaN-skipping and rolling window aggregations by a large factor
4747
(1.1 or later)
48-
- `cyordereddict <https://github.com/shoyer/cyordereddict>`__: speeds up most
49-
internal operations with xarray data structures (for python versions < 3.5)
5048

5149
For parallel computing
5250
~~~~~~~~~~~~~~~~~~~~~~

doc/whats-new.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ Breaking changes
2828
`DataArray` are deprecated and will be removed in a future release.
2929
(:issue:`1188`)
3030
By `Maximilian Roos <https://github.com/max-sixty>`_.
31+
- `cyordereddict` is no longer used as an optional dependency (:issue:`2744`).
32+
By `Joe Hamman <https://github.com/jhamman>`_.
3133

3234
Enhancements
3335
~~~~~~~~~~~~

xarray/util/print_versions.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,6 @@ def show_versions(as_json=False):
102102
("cfgrib", lambda mod: mod.__version__),
103103
("iris", lambda mod: mod.__version__),
104104
("bottleneck", lambda mod: mod.__version__),
105-
("cyordereddict", lambda mod: mod.__version__),
106105
("dask", lambda mod: mod.__version__),
107106
("distributed", lambda mod: mod.__version__),
108107
("matplotlib", lambda mod: mod.__version__),

0 commit comments

Comments
 (0)