holoviz / datashader

Quickly and accurately render even the largest data.
http://datashader.org
BSD 3-Clause "New" or "Revised" License
3.26k stars 363 forks source link

Remove all use of OrderedDict #1242

Closed ianthomas23 closed 1 year ago

ianthomas23 commented 1 year ago

Fixes #1238.

OrderedDict is no longer required as dict has been in insertion order since Python 3.7.

codecov[bot] commented 1 year ago

Codecov Report

Merging #1242 (b06f922) into main (30dda0b) will decrease coverage by 0.02%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main    #1242      +/-   ##
==========================================
- Coverage   83.37%   83.36%   -0.02%     
==========================================
  Files          35       35              
  Lines        8832     8826       -6     
==========================================
- Hits         7364     7358       -6     
  Misses       1468     1468              
Impacted Files Coverage Δ
datashader/data_libraries/pandas.py 100.00% <ø> (ø)
datashader/mpl_ext.py 53.40% <ø> (-0.18%) :arrow_down:
datashader/transfer_functions/__init__.py 87.10% <ø> (-0.03%) :arrow_down:
datashader/core.py 88.25% <100.00%> (-0.03%) :arrow_down:
datashader/data_libraries/dask.py 92.80% <100.00%> (-0.06%) :arrow_down:
datashader/data_libraries/dask_xarray.py 98.94% <100.00%> (-0.01%) :arrow_down:

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more