-
Notifications
You must be signed in to change notification settings - Fork 24
drop ome-zarr dependency #123
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
Open
will-moore
wants to merge
31
commits into
ome:main
Choose a base branch
from
will-moore:investigate_ome_zarr_py_alternative
base: main
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.
Open
Changes from 29 commits
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
68b26bd
investigate dropping ome-zarr dependency
will-moore 29fb252
Handle more channel metadata
will-moore 076cc7c
Handle no channel_axis
will-moore 4fc57d3
Remove ome_zarr imports and unused code from _reader.py
will-moore e4cda75
Read OME/METADATA.xml for bioformats2raw.layout and open all series i…
will-moore dd63922
Support Plates
will-moore a92c2a1
Initial support of PlateLabels
will-moore 4f6360f
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] af26355
Add Labels support and fix some tests
will-moore db766d0
Handle reading Labels and Label -> start at parent Image
will-moore e338190
mypy fixes
will-moore c6ff3b1
tests_require = ome-zarr in setup.cfg
will-moore e34c881
Remove py3.9 and py3.10 from test matrix
will-moore 89a5ccd
Try to fix ome_zarr ImportError in tests
will-moore b95463b
Add ome-zarr to install_requires to test
will-moore 31d9216
contrast_limits is list instead of tuple
will-moore 067097c
skip qt_viewer napari test
will-moore eb27e2f
Move ome-zarr test dep to tox.ini
will-moore c8c87c9
Merge remote-tracking branch 'origin/main' into investigate_ome_zarr_…
will-moore 123fafe
Fix some tests
will-moore 0e36eae
Fix other tests
will-moore 4dd88d0
Handle scale and transform on 1st multiscales.dataset
will-moore 15147a1
Ensure that label metadata doesn't include channel_axis
will-moore 9462088
Handle KeyError for missing Wells
will-moore 6cd62c3
Handle label colors
will-moore 078e93f
Handle label properties
will-moore 161aa7a
Handle axes from v0.1 - v0.3
will-moore 4439b9f
Remove most print() statements
will-moore 0c00f9d
Fix display of PlateLabels with correct metadata
will-moore ba7e50f
Fix typo pth_to_image
will-moore da61ab8
Merge branch 'main' into investigate_ome_zarr_py_alternative
will-moore 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 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,2 +1,2 @@ | ||
| [settings] | ||
| known_third_party = napari,numpy,ome_zarr,pytest,setuptools,zarr | ||
| known_third_party = dask,napari,numpy,ome_zarr,pytest,setuptools,zarr |
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
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
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.
Uh oh!
There was an error while loading. Please reload this page.