File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -45,8 +45,6 @@ For accelerating xarray
45
45
- `bottleneck <https://github.com/kwgoodman/bottleneck >`__: speeds up
46
46
NaN-skipping and rolling window aggregations by a large factor
47
47
(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)
50
48
51
49
For parallel computing
52
50
~~~~~~~~~~~~~~~~~~~~~~
Original file line number Diff line number Diff line change @@ -28,6 +28,8 @@ Breaking changes
28
28
`DataArray ` are deprecated and will be removed in a future release.
29
29
(:issue: `1188 `)
30
30
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 >`_.
31
33
32
34
Enhancements
33
35
~~~~~~~~~~~~
Original file line number Diff line number Diff line change @@ -102,7 +102,6 @@ def show_versions(as_json=False):
102
102
("cfgrib" , lambda mod : mod .__version__ ),
103
103
("iris" , lambda mod : mod .__version__ ),
104
104
("bottleneck" , lambda mod : mod .__version__ ),
105
- ("cyordereddict" , lambda mod : mod .__version__ ),
106
105
("dask" , lambda mod : mod .__version__ ),
107
106
("distributed" , lambda mod : mod .__version__ ),
108
107
("matplotlib" , lambda mod : mod .__version__ ),
You can’t perform that action at this time.
0 commit comments