Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove all use of OrderedDict #1242

Merged
merged 1 commit into from
Jun 29, 2023
Merged

Remove all use of OrderedDict #1242

merged 1 commit into from
Jun 29, 2023

Conversation

ianthomas23
Copy link
Member

Fixes #1238.

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

@codecov
Copy link

codecov bot commented Jun 28, 2023

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%) ⬇️
datashader/transfer_functions/__init__.py 87.10% <ø> (-0.03%) ⬇️
datashader/core.py 88.25% <100.00%> (-0.03%) ⬇️
datashader/data_libraries/dask.py 92.80% <100.00%> (-0.06%) ⬇️
datashader/data_libraries/dask_xarray.py 98.94% <100.00%> (-0.01%) ⬇️

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

@ianthomas23 ianthomas23 merged commit 6e9b412 into holoviz:main Jun 29, 2023
@ianthomas23 ianthomas23 deleted the 1238_remove_OrderedDict branch June 29, 2023 09:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove use of OrderedDict
1 participant