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

Fix compatibility with Python 3.10 and recent versions of PyQt5 #2258

Merged
merged 4 commits into from
Dec 14, 2021

Conversation

astrofrog
Copy link
Member

I've had to remove the bottleneck dependency as it is no longer maintained.

@codecov
Copy link

codecov bot commented Dec 14, 2021

Codecov Report

Merging #2258 (b143f09) into main (d3515d9) will decrease coverage by 0.02%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #2258      +/-   ##
==========================================
- Coverage   88.05%   88.03%   -0.03%     
==========================================
  Files         247      247              
  Lines       23169    23136      -33     
==========================================
- Hits        20402    20368      -34     
- Misses       2767     2768       +1     
Impacted Files Coverage Δ
glue/_deps.py 66.38% <ø> (ø)
glue/utils/array.py 88.06% <100.00%> (-1.43%) ⬇️
glue/utils/qt/app.py 96.00% <100.00%> (ø)
glue/utils/qt/widget_properties.py 95.37% <100.00%> (ø)
glue/viewers/common/qt/data_slice_widget.py 83.21% <100.00%> (ø)
glue/plugins/dendro_viewer/data_factory.py 97.72% <0.00%> (-2.28%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update d3515d9...b143f09. Read the comment docs.

@astrofrog astrofrog merged commit c904d1d into glue-viz:main Dec 14, 2021
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.

1 participant