feat: Improve performance by consolidating on superqt thread_worker#6
Merged
feat: Improve performance by consolidating on superqt thread_worker#6
Conversation
uermel
pushed a commit
that referenced
this pull request
Jul 7, 2025
🤖 I have created a release *beep* *boop* --- ## [0.2.0](copick-shared-ui-v0.1.1...copick-shared-ui-v0.2.0) (2025-07-07) ### ✨ Features * Delete old cached files. ([#8](#8)) ([f7fa3bc](f7fa3bc)) * Improve performance by consolidating on superqt thread_worker ([#6](#6)) ([b919d33](b919d33)) --- Merging this PR will release copick-shared-ui on PyPI. Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Creates a new interface that consolidates both napari-copick and chimerax-copick to use superqt's
thread_workerinstead of rolling a custom QRunnable/QThread implementation. Some custom code for chimerax to keep the UI smooth.Also improved imports.