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 use of OrderedDict #1238

Closed ianthomas23 closed 1 year ago

ianthomas23 commented 1 year ago

OrderedDict is used in a number of places in the codebase, and is no longer required as dict's order is guaranteed to be insertion order since Python 3.7.