-
Notifications
You must be signed in to change notification settings - Fork 86
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
🆕 Add Reading Slide-level info & Simple Plugins for Visualization Tool #789
Draft
measty
wants to merge
45
commits into
develop
Choose a base branch
from
add-slide-data
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Changes from 18 commits
Commits
Show all changes
45 commits
Select commit
Hold shift + click to select a range
9a7de48
add reading slide-level info from provided csv
measty b811b62
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] a692c59
add documentation entry
measty 79ab016
Merge branch 'add-slide-data' of https://github.com/TissueImageAnalyt…
measty bcd5131
fix typo
measty d0995cc
improve test coverage
measty 8b24409
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] ad57393
Merge branch 'develop' into add-slide-data
shaneahmed 2fd714d
Merge branch 'develop' into add-slide-data
shaneahmed cda3110
Merge branch 'develop' into add-slide-data
shaneahmed ab711ff
add simple plugins
measty e45fb3c
Merge branch 'add-slide-data' of https://github.com/TissueImageAnalyt…
measty 8755f27
fix test
measty b7715f6
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 4ca17e1
change circle size->radius for bokeh 3.4 compatibility
measty 3cec0aa
Merge branch 'add-slide-data' of https://github.com/TissueImageAnalyt…
measty 1e8df62
remove refs to size
measty 96ccd97
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] cd9e3bd
update img size
measty f52ee5e
Merge branch 'add-slide-data' of https://github.com/TissueImageAnalyt…
measty d2a6ec4
try dialog
measty 1bec5b6
Merge branch 'develop' into add-slide-data
shaneahmed 7b40965
replace dropdown with select
measty 08fcb59
Merge branch 'develop' into add-slide-data
shaneahmed 646848e
once and per slide options
measty 4a2e48f
update tests for switch to layer select
measty 27a9d1d
Merge branch 'develop' of https://github.com/TissueImageAnalytics/tia…
measty 880e4a6
Merge branch 'add-slide-data' of https://github.com/TissueImageAnalyt…
measty c8ffd30
add missing docstrings
measty c5165be
Merge branch 'develop' into add-slide-data
shaneahmed 721ad20
Merge branch 'develop' into add-slide-data
shaneahmed f849dee
Merge branch 'develop' into add-slide-data
shaneahmed e15f6bb
add tests
measty 23796bc
Merge branch 'develop' into add-slide-data
shaneahmed 90d69b3
Merge branch 'develop' into add-slide-data
shaneahmed 7768414
Merge branch 'develop' into add-slide-data
shaneahmed 12147da
Merge branch 'add-slide-data' of https://github.com/TissueImageAnalyt…
measty c9e7ea1
Merge branch 'develop' of https://github.com/TissueImageAnalytics/tia…
measty 0bfb5f0
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] c39fe41
fix test
measty 43cac84
Merge branch 'add-slide-data' of https://github.com/TissueImageAnalyt…
measty 33a1068
Merge branch 'develop' into add-slide-data
shaneahmed 59b4a2c
Merge branch 'develop' into add-slide-data
shaneahmed 12b4d62
Merge branch 'develop' into add-slide-data
shaneahmed ab9451e
Merge branch 'develop' into add-slide-data
shaneahmed File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
@@ -0,0 +1 @@ | ||||||
"""plugins and templates for bokeh visualization app.""" | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.