ngio 0.3.3__tar.gz → 0.3.5__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {ngio-0.3.3 → ngio-0.3.5}/.pre-commit-config.yaml +1 -1
- ngio-0.3.5/CHANGELOG.md +26 -0
- {ngio-0.3.3 → ngio-0.3.5}/PKG-INFO +10 -10
- {ngio-0.3.3 → ngio-0.3.5}/README.md +6 -6
- {ngio-0.3.3 → ngio-0.3.5}/docs/index.md +3 -3
- {ngio-0.3.3 → ngio-0.3.5}/mkdocs.yml +4 -4
- {ngio-0.3.3 → ngio-0.3.5}/pyproject.toml +3 -3
- {ngio-0.3.3 → ngio-0.3.5}/src/ngio/ome_zarr_meta/ngio_specs/_ngio_hcs.py +3 -12
- {ngio-0.3.3 → ngio-0.3.5}/src/ngio/tables/backends/__init__.py +2 -1
- {ngio-0.3.3 → ngio-0.3.5}/src/ngio/tables/backends/_anndata.py +9 -0
- {ngio-0.3.3 → ngio-0.3.5}/src/ngio/tables/backends/_table_backends.py +3 -2
- {ngio-0.3.3 → ngio-0.3.5}/tests/unit/hcs/test_plate.py +1 -1
- {ngio-0.3.3 → ngio-0.3.5}/tests/unit/ome_zarr_meta/test_unit_v04_utils.py +1 -1
- ngio-0.3.3/CHANGELOG.md +0 -18
- {ngio-0.3.3 → ngio-0.3.5}/.copier-answers.yml +0 -0
- {ngio-0.3.3 → ngio-0.3.5}/.gitattributes +0 -0
- {ngio-0.3.3 → ngio-0.3.5}/.github/ISSUE_TEMPLATE.md +0 -0
- {ngio-0.3.3 → ngio-0.3.5}/.github/TEST_FAIL_TEMPLATE.md +0 -0
- {ngio-0.3.3 → ngio-0.3.5}/.github/dependabot.yml +0 -0
- {ngio-0.3.3 → ngio-0.3.5}/.github/pull_request_template.md +0 -0
- {ngio-0.3.3 → ngio-0.3.5}/.github/workflows/build_docs.yml +0 -0
- {ngio-0.3.3 → ngio-0.3.5}/.github/workflows/ci.yml +0 -0
- {ngio-0.3.3 → ngio-0.3.5}/.gitignore +0 -0
- {ngio-0.3.3 → ngio-0.3.5}/LICENSE +0 -0
- {ngio-0.3.3 → ngio-0.3.5}/_typos.toml +0 -0
- {ngio-0.3.3 → ngio-0.3.5}/docs/api/common.md +0 -0
- {ngio-0.3.3 → ngio-0.3.5}/docs/api/hcs.md +0 -0
- {ngio-0.3.3 → ngio-0.3.5}/docs/api/images.md +0 -0
- {ngio-0.3.3 → ngio-0.3.5}/docs/api/ngio.md +0 -0
- {ngio-0.3.3 → ngio-0.3.5}/docs/api/tables.md +0 -0
- {ngio-0.3.3 → ngio-0.3.5}/docs/api/utils.md +0 -0
- {ngio-0.3.3 → ngio-0.3.5}/docs/changelog.md +0 -0
- {ngio-0.3.3 → ngio-0.3.5}/docs/code_of_conduct.md +0 -0
- {ngio-0.3.3 → ngio-0.3.5}/docs/contributing.md +0 -0
- {ngio-0.3.3 → ngio-0.3.5}/docs/getting_started/0_quickstart.md +0 -0
- {ngio-0.3.3 → ngio-0.3.5}/docs/getting_started/1_ome_zarr_containers.md +0 -0
- {ngio-0.3.3 → ngio-0.3.5}/docs/getting_started/2_images.md +0 -0
- {ngio-0.3.3 → ngio-0.3.5}/docs/getting_started/3_tables.md +0 -0
- {ngio-0.3.3 → ngio-0.3.5}/docs/getting_started/4_masked_images.md +0 -0
- {ngio-0.3.3 → ngio-0.3.5}/docs/getting_started/5_hcs.md +0 -0
- {ngio-0.3.3 → ngio-0.3.5}/docs/table_specs/backend.md +0 -0
- {ngio-0.3.3 → ngio-0.3.5}/docs/table_specs/overview.md +0 -0
- {ngio-0.3.3 → ngio-0.3.5}/docs/table_specs/table_types/condition_table.md +0 -0
- {ngio-0.3.3 → ngio-0.3.5}/docs/table_specs/table_types/custom_table.md +0 -0
- {ngio-0.3.3 → ngio-0.3.5}/docs/table_specs/table_types/feature_table.md +0 -0
- {ngio-0.3.3 → ngio-0.3.5}/docs/table_specs/table_types/generic_table.md +0 -0
- {ngio-0.3.3 → ngio-0.3.5}/docs/table_specs/table_types/masking_roi_table.md +0 -0
- {ngio-0.3.3 → ngio-0.3.5}/docs/table_specs/table_types/roi_table.md +0 -0
- {ngio-0.3.3 → ngio-0.3.5}/docs/tutorials/feature_extraction.ipynb +0 -0
- {ngio-0.3.3 → ngio-0.3.5}/docs/tutorials/hcs_processing.ipynb +0 -0
- {ngio-0.3.3 → ngio-0.3.5}/docs/tutorials/image_processing.ipynb +0 -0
- {ngio-0.3.3 → ngio-0.3.5}/docs/tutorials/image_segmentation.ipynb +0 -0
- {ngio-0.3.3 → ngio-0.3.5}/src/ngio/__init__.py +0 -0
- {ngio-0.3.3 → ngio-0.3.5}/src/ngio/common/__init__.py +0 -0
- {ngio-0.3.3 → ngio-0.3.5}/src/ngio/common/_array_pipe.py +0 -0
- {ngio-0.3.3 → ngio-0.3.5}/src/ngio/common/_axes_transforms.py +0 -0
- {ngio-0.3.3 → ngio-0.3.5}/src/ngio/common/_common_types.py +0 -0
- {ngio-0.3.3 → ngio-0.3.5}/src/ngio/common/_dimensions.py +0 -0
- {ngio-0.3.3 → ngio-0.3.5}/src/ngio/common/_masking_roi.py +0 -0
- {ngio-0.3.3 → ngio-0.3.5}/src/ngio/common/_pyramid.py +0 -0
- {ngio-0.3.3 → ngio-0.3.5}/src/ngio/common/_roi.py +0 -0
- {ngio-0.3.3 → ngio-0.3.5}/src/ngio/common/_slicer.py +0 -0
- {ngio-0.3.3 → ngio-0.3.5}/src/ngio/common/_table_ops.py +0 -0
- {ngio-0.3.3 → ngio-0.3.5}/src/ngio/common/_zoom.py +0 -0
- {ngio-0.3.3 → ngio-0.3.5}/src/ngio/hcs/__init__.py +0 -0
- {ngio-0.3.3 → ngio-0.3.5}/src/ngio/hcs/_plate.py +0 -0
- {ngio-0.3.3 → ngio-0.3.5}/src/ngio/images/__init__.py +0 -0
- {ngio-0.3.3 → ngio-0.3.5}/src/ngio/images/_abstract_image.py +0 -0
- {ngio-0.3.3 → ngio-0.3.5}/src/ngio/images/_create.py +0 -0
- {ngio-0.3.3 → ngio-0.3.5}/src/ngio/images/_image.py +0 -0
- {ngio-0.3.3 → ngio-0.3.5}/src/ngio/images/_label.py +0 -0
- {ngio-0.3.3 → ngio-0.3.5}/src/ngio/images/_masked_image.py +0 -0
- {ngio-0.3.3 → ngio-0.3.5}/src/ngio/images/_ome_zarr_container.py +0 -0
- {ngio-0.3.3 → ngio-0.3.5}/src/ngio/ome_zarr_meta/__init__.py +0 -0
- {ngio-0.3.3 → ngio-0.3.5}/src/ngio/ome_zarr_meta/_meta_handlers.py +0 -0
- {ngio-0.3.3 → ngio-0.3.5}/src/ngio/ome_zarr_meta/ngio_specs/__init__.py +0 -0
- {ngio-0.3.3 → ngio-0.3.5}/src/ngio/ome_zarr_meta/ngio_specs/_axes.py +0 -0
- {ngio-0.3.3 → ngio-0.3.5}/src/ngio/ome_zarr_meta/ngio_specs/_channels.py +0 -0
- {ngio-0.3.3 → ngio-0.3.5}/src/ngio/ome_zarr_meta/ngio_specs/_dataset.py +0 -0
- {ngio-0.3.3 → ngio-0.3.5}/src/ngio/ome_zarr_meta/ngio_specs/_ngio_image.py +0 -0
- {ngio-0.3.3 → ngio-0.3.5}/src/ngio/ome_zarr_meta/ngio_specs/_pixel_size.py +0 -0
- {ngio-0.3.3 → ngio-0.3.5}/src/ngio/ome_zarr_meta/v04/__init__.py +0 -0
- {ngio-0.3.3 → ngio-0.3.5}/src/ngio/ome_zarr_meta/v04/_custom_models.py +0 -0
- {ngio-0.3.3 → ngio-0.3.5}/src/ngio/ome_zarr_meta/v04/_v04_spec_utils.py +0 -0
- {ngio-0.3.3 → ngio-0.3.5}/src/ngio/tables/__init__.py +0 -0
- {ngio-0.3.3 → ngio-0.3.5}/src/ngio/tables/_abstract_table.py +0 -0
- {ngio-0.3.3 → ngio-0.3.5}/src/ngio/tables/_tables_container.py +0 -0
- {ngio-0.3.3 → ngio-0.3.5}/src/ngio/tables/backends/_abstract_backend.py +0 -0
- {ngio-0.3.3 → ngio-0.3.5}/src/ngio/tables/backends/_anndata_utils.py +0 -0
- {ngio-0.3.3 → ngio-0.3.5}/src/ngio/tables/backends/_csv.py +0 -0
- {ngio-0.3.3 → ngio-0.3.5}/src/ngio/tables/backends/_json.py +0 -0
- {ngio-0.3.3 → ngio-0.3.5}/src/ngio/tables/backends/_non_zarr_backends.py +0 -0
- {ngio-0.3.3 → ngio-0.3.5}/src/ngio/tables/backends/_parquet.py +0 -0
- {ngio-0.3.3 → ngio-0.3.5}/src/ngio/tables/backends/_utils.py +0 -0
- {ngio-0.3.3 → ngio-0.3.5}/src/ngio/tables/v1/__init__.py +0 -0
- {ngio-0.3.3 → ngio-0.3.5}/src/ngio/tables/v1/_condition_table.py +0 -0
- {ngio-0.3.3 → ngio-0.3.5}/src/ngio/tables/v1/_feature_table.py +0 -0
- {ngio-0.3.3 → ngio-0.3.5}/src/ngio/tables/v1/_generic_table.py +0 -0
- {ngio-0.3.3 → ngio-0.3.5}/src/ngio/tables/v1/_roi_table.py +0 -0
- {ngio-0.3.3 → ngio-0.3.5}/src/ngio/utils/__init__.py +0 -0
- {ngio-0.3.3 → ngio-0.3.5}/src/ngio/utils/_datasets.py +0 -0
- {ngio-0.3.3 → ngio-0.3.5}/src/ngio/utils/_errors.py +0 -0
- {ngio-0.3.3 → ngio-0.3.5}/src/ngio/utils/_fractal_fsspec_store.py +0 -0
- {ngio-0.3.3 → ngio-0.3.5}/src/ngio/utils/_logger.py +0 -0
- {ngio-0.3.3 → ngio-0.3.5}/src/ngio/utils/_zarr_utils.py +0 -0
- {ngio-0.3.3 → ngio-0.3.5}/tests/conftest.py +0 -0
- {ngio-0.3.3 → ngio-0.3.5}/tests/data/v04/images/test_image_c1yx.zarr/.zattrs +0 -0
- {ngio-0.3.3 → ngio-0.3.5}/tests/data/v04/images/test_image_c1yx.zarr/.zgroup +0 -0
- {ngio-0.3.3 → ngio-0.3.5}/tests/data/v04/images/test_image_c1yx.zarr/0/.zarray +0 -0
- {ngio-0.3.3 → ngio-0.3.5}/tests/data/v04/images/test_image_c1yx.zarr/1/.zarray +0 -0
- {ngio-0.3.3 → ngio-0.3.5}/tests/data/v04/images/test_image_c1yx.zarr/labels/.zattrs +0 -0
- {ngio-0.3.3 → ngio-0.3.5}/tests/data/v04/images/test_image_c1yx.zarr/labels/.zgroup +0 -0
- {ngio-0.3.3 → ngio-0.3.5}/tests/data/v04/images/test_image_c1yx.zarr/labels/label/.zattrs +0 -0
- {ngio-0.3.3 → ngio-0.3.5}/tests/data/v04/images/test_image_c1yx.zarr/labels/label/.zgroup +0 -0
- {ngio-0.3.3 → ngio-0.3.5}/tests/data/v04/images/test_image_c1yx.zarr/labels/label/0/.zarray +0 -0
- {ngio-0.3.3 → ngio-0.3.5}/tests/data/v04/images/test_image_c1yx.zarr/labels/label/1/.zarray +0 -0
- {ngio-0.3.3 → ngio-0.3.5}/tests/data/v04/images/test_image_cyx.zarr/.zattrs +0 -0
- {ngio-0.3.3 → ngio-0.3.5}/tests/data/v04/images/test_image_cyx.zarr/.zgroup +0 -0
- {ngio-0.3.3 → ngio-0.3.5}/tests/data/v04/images/test_image_cyx.zarr/0/.zarray +0 -0
- {ngio-0.3.3 → ngio-0.3.5}/tests/data/v04/images/test_image_cyx.zarr/1/.zarray +0 -0
- {ngio-0.3.3 → ngio-0.3.5}/tests/data/v04/images/test_image_cyx.zarr/labels/.zattrs +0 -0
- {ngio-0.3.3 → ngio-0.3.5}/tests/data/v04/images/test_image_cyx.zarr/labels/.zgroup +0 -0
- {ngio-0.3.3 → ngio-0.3.5}/tests/data/v04/images/test_image_cyx.zarr/labels/label/.zattrs +0 -0
- {ngio-0.3.3 → ngio-0.3.5}/tests/data/v04/images/test_image_cyx.zarr/labels/label/.zgroup +0 -0
- {ngio-0.3.3 → ngio-0.3.5}/tests/data/v04/images/test_image_cyx.zarr/labels/label/0/.zarray +0 -0
- {ngio-0.3.3 → ngio-0.3.5}/tests/data/v04/images/test_image_cyx.zarr/labels/label/1/.zarray +0 -0
- {ngio-0.3.3 → ngio-0.3.5}/tests/data/v04/images/test_image_czyx.zarr/.zattrs +0 -0
- {ngio-0.3.3 → ngio-0.3.5}/tests/data/v04/images/test_image_czyx.zarr/.zgroup +0 -0
- {ngio-0.3.3 → ngio-0.3.5}/tests/data/v04/images/test_image_czyx.zarr/0/.zarray +0 -0
- {ngio-0.3.3 → ngio-0.3.5}/tests/data/v04/images/test_image_czyx.zarr/1/.zarray +0 -0
- {ngio-0.3.3 → ngio-0.3.5}/tests/data/v04/images/test_image_czyx.zarr/labels/.zattrs +0 -0
- {ngio-0.3.3 → ngio-0.3.5}/tests/data/v04/images/test_image_czyx.zarr/labels/.zgroup +0 -0
- {ngio-0.3.3 → ngio-0.3.5}/tests/data/v04/images/test_image_czyx.zarr/labels/label/.zattrs +0 -0
- {ngio-0.3.3 → ngio-0.3.5}/tests/data/v04/images/test_image_czyx.zarr/labels/label/.zgroup +0 -0
- {ngio-0.3.3 → ngio-0.3.5}/tests/data/v04/images/test_image_czyx.zarr/labels/label/0/.zarray +0 -0
- {ngio-0.3.3 → ngio-0.3.5}/tests/data/v04/images/test_image_czyx.zarr/labels/label/1/.zarray +0 -0
- {ngio-0.3.3 → ngio-0.3.5}/tests/data/v04/images/test_image_tcyx.zarr/.zattrs +0 -0
- {ngio-0.3.3 → ngio-0.3.5}/tests/data/v04/images/test_image_tcyx.zarr/.zgroup +0 -0
- {ngio-0.3.3 → ngio-0.3.5}/tests/data/v04/images/test_image_tcyx.zarr/0/.zarray +0 -0
- {ngio-0.3.3 → ngio-0.3.5}/tests/data/v04/images/test_image_tcyx.zarr/1/.zarray +0 -0
- {ngio-0.3.3 → ngio-0.3.5}/tests/data/v04/images/test_image_tcyx.zarr/labels/.zattrs +0 -0
- {ngio-0.3.3 → ngio-0.3.5}/tests/data/v04/images/test_image_tcyx.zarr/labels/.zgroup +0 -0
- {ngio-0.3.3 → ngio-0.3.5}/tests/data/v04/images/test_image_tcyx.zarr/labels/label/.zattrs +0 -0
- {ngio-0.3.3 → ngio-0.3.5}/tests/data/v04/images/test_image_tcyx.zarr/labels/label/.zgroup +0 -0
- {ngio-0.3.3 → ngio-0.3.5}/tests/data/v04/images/test_image_tcyx.zarr/labels/label/0/.zarray +0 -0
- {ngio-0.3.3 → ngio-0.3.5}/tests/data/v04/images/test_image_tcyx.zarr/labels/label/1/.zarray +0 -0
- {ngio-0.3.3 → ngio-0.3.5}/tests/data/v04/images/test_image_tczyx.zarr/.zattrs +0 -0
- {ngio-0.3.3 → ngio-0.3.5}/tests/data/v04/images/test_image_tczyx.zarr/.zgroup +0 -0
- {ngio-0.3.3 → ngio-0.3.5}/tests/data/v04/images/test_image_tczyx.zarr/0/.zarray +0 -0
- {ngio-0.3.3 → ngio-0.3.5}/tests/data/v04/images/test_image_tczyx.zarr/1/.zarray +0 -0
- {ngio-0.3.3 → ngio-0.3.5}/tests/data/v04/images/test_image_tczyx.zarr/labels/.zattrs +0 -0
- {ngio-0.3.3 → ngio-0.3.5}/tests/data/v04/images/test_image_tczyx.zarr/labels/.zgroup +0 -0
- {ngio-0.3.3 → ngio-0.3.5}/tests/data/v04/images/test_image_tczyx.zarr/labels/label/.zattrs +0 -0
- {ngio-0.3.3 → ngio-0.3.5}/tests/data/v04/images/test_image_tczyx.zarr/labels/label/.zgroup +0 -0
- {ngio-0.3.3 → ngio-0.3.5}/tests/data/v04/images/test_image_tczyx.zarr/labels/label/0/.zarray +0 -0
- {ngio-0.3.3 → ngio-0.3.5}/tests/data/v04/images/test_image_tczyx.zarr/labels/label/1/.zarray +0 -0
- {ngio-0.3.3 → ngio-0.3.5}/tests/data/v04/images/test_image_tyx.zarr/.zattrs +0 -0
- {ngio-0.3.3 → ngio-0.3.5}/tests/data/v04/images/test_image_tyx.zarr/.zgroup +0 -0
- {ngio-0.3.3 → ngio-0.3.5}/tests/data/v04/images/test_image_tyx.zarr/0/.zarray +0 -0
- {ngio-0.3.3 → ngio-0.3.5}/tests/data/v04/images/test_image_tyx.zarr/1/.zarray +0 -0
- {ngio-0.3.3 → ngio-0.3.5}/tests/data/v04/images/test_image_tyx.zarr/labels/.zattrs +0 -0
- {ngio-0.3.3 → ngio-0.3.5}/tests/data/v04/images/test_image_tyx.zarr/labels/.zgroup +0 -0
- {ngio-0.3.3 → ngio-0.3.5}/tests/data/v04/images/test_image_tyx.zarr/labels/label/.zattrs +0 -0
- {ngio-0.3.3 → ngio-0.3.5}/tests/data/v04/images/test_image_tyx.zarr/labels/label/.zgroup +0 -0
- {ngio-0.3.3 → ngio-0.3.5}/tests/data/v04/images/test_image_tyx.zarr/labels/label/0/.zarray +0 -0
- {ngio-0.3.3 → ngio-0.3.5}/tests/data/v04/images/test_image_tyx.zarr/labels/label/1/.zarray +0 -0
- {ngio-0.3.3 → ngio-0.3.5}/tests/data/v04/images/test_image_tzyx.zarr/.zattrs +0 -0
- {ngio-0.3.3 → ngio-0.3.5}/tests/data/v04/images/test_image_tzyx.zarr/.zgroup +0 -0
- {ngio-0.3.3 → ngio-0.3.5}/tests/data/v04/images/test_image_tzyx.zarr/0/.zarray +0 -0
- {ngio-0.3.3 → ngio-0.3.5}/tests/data/v04/images/test_image_tzyx.zarr/1/.zarray +0 -0
- {ngio-0.3.3 → ngio-0.3.5}/tests/data/v04/images/test_image_tzyx.zarr/labels/.zattrs +0 -0
- {ngio-0.3.3 → ngio-0.3.5}/tests/data/v04/images/test_image_tzyx.zarr/labels/.zgroup +0 -0
- {ngio-0.3.3 → ngio-0.3.5}/tests/data/v04/images/test_image_tzyx.zarr/labels/label/.zattrs +0 -0
- {ngio-0.3.3 → ngio-0.3.5}/tests/data/v04/images/test_image_tzyx.zarr/labels/label/.zgroup +0 -0
- {ngio-0.3.3 → ngio-0.3.5}/tests/data/v04/images/test_image_tzyx.zarr/labels/label/0/.zarray +0 -0
- {ngio-0.3.3 → ngio-0.3.5}/tests/data/v04/images/test_image_tzyx.zarr/labels/label/1/.zarray +0 -0
- {ngio-0.3.3 → ngio-0.3.5}/tests/data/v04/images/test_image_yx.zarr/.zattrs +0 -0
- {ngio-0.3.3 → ngio-0.3.5}/tests/data/v04/images/test_image_yx.zarr/.zgroup +0 -0
- {ngio-0.3.3 → ngio-0.3.5}/tests/data/v04/images/test_image_yx.zarr/0/.zarray +0 -0
- {ngio-0.3.3 → ngio-0.3.5}/tests/data/v04/images/test_image_yx.zarr/1/.zarray +0 -0
- {ngio-0.3.3 → ngio-0.3.5}/tests/data/v04/images/test_image_yx.zarr/labels/.zattrs +0 -0
- {ngio-0.3.3 → ngio-0.3.5}/tests/data/v04/images/test_image_yx.zarr/labels/.zgroup +0 -0
- {ngio-0.3.3 → ngio-0.3.5}/tests/data/v04/images/test_image_yx.zarr/labels/label/.zattrs +0 -0
- {ngio-0.3.3 → ngio-0.3.5}/tests/data/v04/images/test_image_yx.zarr/labels/label/.zgroup +0 -0
- {ngio-0.3.3 → ngio-0.3.5}/tests/data/v04/images/test_image_yx.zarr/labels/label/0/.zarray +0 -0
- {ngio-0.3.3 → ngio-0.3.5}/tests/data/v04/images/test_image_yx.zarr/labels/label/1/.zarray +0 -0
- {ngio-0.3.3 → ngio-0.3.5}/tests/data/v04/images/test_image_zyx.zarr/.zattrs +0 -0
- {ngio-0.3.3 → ngio-0.3.5}/tests/data/v04/images/test_image_zyx.zarr/.zgroup +0 -0
- {ngio-0.3.3 → ngio-0.3.5}/tests/data/v04/images/test_image_zyx.zarr/0/.zarray +0 -0
- {ngio-0.3.3 → ngio-0.3.5}/tests/data/v04/images/test_image_zyx.zarr/1/.zarray +0 -0
- {ngio-0.3.3 → ngio-0.3.5}/tests/data/v04/images/test_image_zyx.zarr/labels/.zattrs +0 -0
- {ngio-0.3.3 → ngio-0.3.5}/tests/data/v04/images/test_image_zyx.zarr/labels/.zgroup +0 -0
- {ngio-0.3.3 → ngio-0.3.5}/tests/data/v04/images/test_image_zyx.zarr/labels/label/.zattrs +0 -0
- {ngio-0.3.3 → ngio-0.3.5}/tests/data/v04/images/test_image_zyx.zarr/labels/label/.zgroup +0 -0
- {ngio-0.3.3 → ngio-0.3.5}/tests/data/v04/images/test_image_zyx.zarr/labels/label/0/.zarray +0 -0
- {ngio-0.3.3 → ngio-0.3.5}/tests/data/v04/images/test_image_zyx.zarr/labels/label/1/.zarray +0 -0
- {ngio-0.3.3 → ngio-0.3.5}/tests/data/v04/meta/base_ome_zarr_image_meta.json +0 -0
- {ngio-0.3.3 → ngio-0.3.5}/tests/data/v04/meta/base_ome_zarr_image_meta_wrong_axis_order.json +0 -0
- {ngio-0.3.3 → ngio-0.3.5}/tests/data/v04/meta/base_ome_zarr_label_meta.json +0 -0
- {ngio-0.3.3 → ngio-0.3.5}/tests/data/v04/meta/base_ome_zarr_well_meta.json +0 -0
- {ngio-0.3.3 → ngio-0.3.5}/tests/data/v04/meta/ome_zarr_well_path_normalization_meta.json +0 -0
- {ngio-0.3.3 → ngio-0.3.5}/tests/unit/common/test_dimensions.py +0 -0
- {ngio-0.3.3 → ngio-0.3.5}/tests/unit/common/test_pyramid.py +0 -0
- {ngio-0.3.3 → ngio-0.3.5}/tests/unit/common/test_roi.py +0 -0
- {ngio-0.3.3 → ngio-0.3.5}/tests/unit/common/test_table_ops.py +0 -0
- {ngio-0.3.3 → ngio-0.3.5}/tests/unit/hcs/test_well.py +0 -0
- {ngio-0.3.3 → ngio-0.3.5}/tests/unit/images/test_create.py +0 -0
- {ngio-0.3.3 → ngio-0.3.5}/tests/unit/images/test_images.py +0 -0
- {ngio-0.3.3 → ngio-0.3.5}/tests/unit/images/test_masked_images.py +0 -0
- {ngio-0.3.3 → ngio-0.3.5}/tests/unit/images/test_omezarr_container.py +0 -0
- {ngio-0.3.3 → ngio-0.3.5}/tests/unit/ome_zarr_meta/test_image_handler.py +0 -0
- {ngio-0.3.3 → ngio-0.3.5}/tests/unit/ome_zarr_meta/test_unit_ngio_specs.py +0 -0
- {ngio-0.3.3 → ngio-0.3.5}/tests/unit/tables/test_backends.py +0 -0
- {ngio-0.3.3 → ngio-0.3.5}/tests/unit/tables/test_backends_utils.py +0 -0
- {ngio-0.3.3 → ngio-0.3.5}/tests/unit/tables/test_feature_table.py +0 -0
- {ngio-0.3.3 → ngio-0.3.5}/tests/unit/tables/test_generic_table.py +0 -0
- {ngio-0.3.3 → ngio-0.3.5}/tests/unit/tables/test_masking_roi_table_v1.py +0 -0
- {ngio-0.3.3 → ngio-0.3.5}/tests/unit/tables/test_roi_table_v1.py +0 -0
- {ngio-0.3.3 → ngio-0.3.5}/tests/unit/tables/test_table_group.py +0 -0
- {ngio-0.3.3 → ngio-0.3.5}/tests/unit/utils/test_download_datasets.py +0 -0
- {ngio-0.3.3 → ngio-0.3.5}/tests/unit/utils/test_zarr_utils.py +0 -0
ngio-0.3.5/CHANGELOG.md
ADDED
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
# Changelog
|
|
2
|
+
|
|
3
|
+
## [v0.3.5]
|
|
4
|
+
|
|
5
|
+
- Remove path normalization for images in wells. While the spec requires paths to be alphanumeric, this patch removes the normalization to allow for arbitrary image paths.
|
|
6
|
+
|
|
7
|
+
## [v0.3.4]
|
|
8
|
+
|
|
9
|
+
- allow to write as `anndata_v1` for backward compatibility with older ngio versions.
|
|
10
|
+
|
|
11
|
+
## [v0.3.3]
|
|
12
|
+
|
|
13
|
+
### Chores
|
|
14
|
+
|
|
15
|
+
- improve dataset download process and streamline the CI workflows
|
|
16
|
+
|
|
17
|
+
## [v0.3.2]
|
|
18
|
+
|
|
19
|
+
### API Changes
|
|
20
|
+
|
|
21
|
+
- change table backend default to `anndata_v1` for backward compatibility. This will be chaanged again when ngio `v0.2.x` is no longer supported.
|
|
22
|
+
|
|
23
|
+
### Bug Fixes
|
|
24
|
+
|
|
25
|
+
- fix [#13](https://github.com/BioVisionCenter/fractal-converters-tools/issues/13) (converters tools)
|
|
26
|
+
- fix [#88](https://github.com/BioVisionCenter/ngio/issues/88)
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: ngio
|
|
3
|
-
Version: 0.3.
|
|
3
|
+
Version: 0.3.5
|
|
4
4
|
Summary: Next Generation file format IO
|
|
5
|
-
Project-URL: homepage, https://github.com/
|
|
6
|
-
Project-URL: repository, https://github.com/
|
|
5
|
+
Project-URL: homepage, https://github.com/BioVisionCenter/ngio
|
|
6
|
+
Project-URL: repository, https://github.com/BioVisionCenter/ngio
|
|
7
7
|
Author-email: Lorenzo Cerrone <lorenzo.cerrone@uzh.ch>
|
|
8
8
|
License: BSD-3-Clause
|
|
9
9
|
License-File: LICENSE
|
|
@@ -16,7 +16,7 @@ Classifier: Programming Language :: Python :: 3.13
|
|
|
16
16
|
Classifier: Typing :: Typed
|
|
17
17
|
Requires-Python: <3.14,>=3.11
|
|
18
18
|
Requires-Dist: aiohttp
|
|
19
|
-
Requires-Dist: anndata
|
|
19
|
+
Requires-Dist: anndata<0.11.4,>=0.8.0
|
|
20
20
|
Requires-Dist: dask[array]
|
|
21
21
|
Requires-Dist: dask[distributed]
|
|
22
22
|
Requires-Dist: filelock
|
|
@@ -65,11 +65,11 @@ Description-Content-Type: text/markdown
|
|
|
65
65
|
|
|
66
66
|
# Ngio - Next Generation file format IO
|
|
67
67
|
|
|
68
|
-
[](https://github.com/
|
|
68
|
+
[](https://github.com/BioVisionCenter/ngio/raw/main/LICENSE)
|
|
69
69
|
[](https://pypi.org/project/ngio)
|
|
70
70
|
[](https://python.org)
|
|
71
|
-
[](https://github.com/BioVisionCenter/ngio/actions/workflows/ci.yml)
|
|
72
|
+
[](https://codecov.io/gh/BioVisionCenter/ngio)
|
|
73
73
|
|
|
74
74
|
ngio is a Python library designed to simplify bioimage analysis workflows, offering an intuitive interface for working with OME-Zarr files.
|
|
75
75
|
|
|
@@ -89,7 +89,7 @@ Ngio's mission is to streamline working with OME-Zarr files by providing a simpl
|
|
|
89
89
|
### 🔍 Rich Tables and Regions of Interest (ROI) Support
|
|
90
90
|
|
|
91
91
|
- Extract and analyze specific regions of interest
|
|
92
|
-
- Tight integration with [Tabular Data](https://
|
|
92
|
+
- Tight integration with [Tabular Data](https://BioVisionCenter.github.io/ngio/stable/table_specs/overview/)
|
|
93
93
|
|
|
94
94
|
### 🔄 Scalable Data Processing (Coming Soon)
|
|
95
95
|
|
|
@@ -104,7 +104,7 @@ You can install ngio via pip:
|
|
|
104
104
|
pip install ngio
|
|
105
105
|
```
|
|
106
106
|
|
|
107
|
-
To get started check out the [Quickstart Guide](https://
|
|
107
|
+
To get started check out the [Quickstart Guide](https://BioVisionCenter.github.io/ngio/stable/getting_started/0_quickstart/).
|
|
108
108
|
|
|
109
109
|
## Supported OME-Zarr versions
|
|
110
110
|
|
|
@@ -136,4 +136,4 @@ Ngio is developed at the [BioVisionCenter](https://www.biovisioncenter.uzh.ch/en
|
|
|
136
136
|
|
|
137
137
|
## License
|
|
138
138
|
|
|
139
|
-
Ngio is released under the BSD-3-Clause License. See [LICENSE](https://github.com/
|
|
139
|
+
Ngio is released under the BSD-3-Clause License. See [LICENSE](https://github.com/BioVisionCenter/ngio/blob/main/LICENSE) for details.
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
# Ngio - Next Generation file format IO
|
|
2
2
|
|
|
3
|
-
[](https://github.com/
|
|
3
|
+
[](https://github.com/BioVisionCenter/ngio/raw/main/LICENSE)
|
|
4
4
|
[](https://pypi.org/project/ngio)
|
|
5
5
|
[](https://python.org)
|
|
6
|
-
[](https://github.com/BioVisionCenter/ngio/actions/workflows/ci.yml)
|
|
7
|
+
[](https://codecov.io/gh/BioVisionCenter/ngio)
|
|
8
8
|
|
|
9
9
|
ngio is a Python library designed to simplify bioimage analysis workflows, offering an intuitive interface for working with OME-Zarr files.
|
|
10
10
|
|
|
@@ -24,7 +24,7 @@ Ngio's mission is to streamline working with OME-Zarr files by providing a simpl
|
|
|
24
24
|
### 🔍 Rich Tables and Regions of Interest (ROI) Support
|
|
25
25
|
|
|
26
26
|
- Extract and analyze specific regions of interest
|
|
27
|
-
- Tight integration with [Tabular Data](https://
|
|
27
|
+
- Tight integration with [Tabular Data](https://BioVisionCenter.github.io/ngio/stable/table_specs/overview/)
|
|
28
28
|
|
|
29
29
|
### 🔄 Scalable Data Processing (Coming Soon)
|
|
30
30
|
|
|
@@ -39,7 +39,7 @@ You can install ngio via pip:
|
|
|
39
39
|
pip install ngio
|
|
40
40
|
```
|
|
41
41
|
|
|
42
|
-
To get started check out the [Quickstart Guide](https://
|
|
42
|
+
To get started check out the [Quickstart Guide](https://BioVisionCenter.github.io/ngio/stable/getting_started/0_quickstart/).
|
|
43
43
|
|
|
44
44
|
## Supported OME-Zarr versions
|
|
45
45
|
|
|
@@ -71,4 +71,4 @@ Ngio is developed at the [BioVisionCenter](https://www.biovisioncenter.uzh.ch/en
|
|
|
71
71
|
|
|
72
72
|
## License
|
|
73
73
|
|
|
74
|
-
Ngio is released under the BSD-3-Clause License. See [LICENSE](https://github.com/
|
|
74
|
+
Ngio is released under the BSD-3-Clause License. See [LICENSE](https://github.com/BioVisionCenter/ngio/blob/main/LICENSE) for details.
|
|
@@ -16,7 +16,7 @@ Ngio's mission is to streamline working with OME-Zarr files by providing a simpl
|
|
|
16
16
|
### 🔍 Rich Tables and Regions of Interest (ROI) Support
|
|
17
17
|
|
|
18
18
|
- Extract and analyze specific regions of interest
|
|
19
|
-
- Tight integration with [Fractal's table framework](https://
|
|
19
|
+
- Tight integration with [Fractal's table framework](https://BioVisionCenter.github.io/fractal-tasks-core/tables/)
|
|
20
20
|
|
|
21
21
|
### 🔄 Scalable Data Processing (Coming Soon)
|
|
22
22
|
|
|
@@ -58,8 +58,8 @@ Ngio is developed at the [BioVisionCenter](https://www.biovisioncenter.uzh.ch/en
|
|
|
58
58
|
|
|
59
59
|
## License
|
|
60
60
|
|
|
61
|
-
Ngio is released under the BSD-3-Clause License. See [LICENSE](https://github.com/
|
|
61
|
+
Ngio is released under the BSD-3-Clause License. See [LICENSE](https://github.com/BioVisionCenter/ngio/blob/main/LICENSE) for details.
|
|
62
62
|
|
|
63
63
|
## Repository
|
|
64
64
|
|
|
65
|
-
Visit our [GitHub repository](https://github.com/
|
|
65
|
+
Visit our [GitHub repository](https://github.com/BioVisionCenter/ngio) for the latest code, issues, and contributions.
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
site_name: "NGIO: Next Generation File Format I/O"
|
|
2
|
-
site_url: "https://github.com/
|
|
2
|
+
site_url: "https://github.com/BioVisionCenter/ngio.git"
|
|
3
3
|
site_description: "A Python library for processing OME-Zarr images"
|
|
4
4
|
repo_name: "ngio"
|
|
5
|
-
repo_url: "https://github.com/
|
|
5
|
+
repo_url: "https://github.com/BioVisionCenter/ngio"
|
|
6
6
|
copyright: "Copyright © 2024-, BioVisionCenter UZH"
|
|
7
7
|
|
|
8
8
|
theme:
|
|
@@ -45,7 +45,7 @@ extra:
|
|
|
45
45
|
provider: mike
|
|
46
46
|
social:
|
|
47
47
|
- icon: fontawesome/brands/github
|
|
48
|
-
link: "https://github.com/
|
|
48
|
+
link: "https://github.com/BioVisionCenter/ngio"
|
|
49
49
|
name: NGIO on GitHub
|
|
50
50
|
|
|
51
51
|
plugins:
|
|
@@ -71,7 +71,7 @@ plugins:
|
|
|
71
71
|
- git-revision-date-localized:
|
|
72
72
|
enable_creation_date: true
|
|
73
73
|
- git-committers:
|
|
74
|
-
repository:
|
|
74
|
+
repository: BioVisionCenter/ngio
|
|
75
75
|
branch: main
|
|
76
76
|
- mkdocs-jupyter:
|
|
77
77
|
execute: true
|
|
@@ -36,7 +36,7 @@ dependencies = [
|
|
|
36
36
|
"numpy",
|
|
37
37
|
"filelock",
|
|
38
38
|
"zarr<3",
|
|
39
|
-
"anndata>=0.8.0",
|
|
39
|
+
"anndata>=0.8.0,<0.11.4", # To be removed when we transition to zarr v3
|
|
40
40
|
"pydantic",
|
|
41
41
|
"pandas>=1.2.0",
|
|
42
42
|
"requests",
|
|
@@ -88,8 +88,8 @@ docs = [
|
|
|
88
88
|
|
|
89
89
|
|
|
90
90
|
[project.urls]
|
|
91
|
-
homepage = "https://github.com/
|
|
92
|
-
repository = "https://github.com/
|
|
91
|
+
homepage = "https://github.com/BioVisionCenter/ngio"
|
|
92
|
+
repository = "https://github.com/BioVisionCenter/ngio"
|
|
93
93
|
|
|
94
94
|
# Entry points
|
|
95
95
|
# https://peps.python.org/pep-0621/#entry-points
|
|
@@ -21,21 +21,12 @@ from ngio.utils import NgioValueError, ngio_logger
|
|
|
21
21
|
|
|
22
22
|
def path_in_well_validation(path: str) -> str:
|
|
23
23
|
"""Validate the path in the well."""
|
|
24
|
-
if path.find("_") != -1:
|
|
25
|
-
# Remove underscores from the path
|
|
26
|
-
# This is a custom serialization step
|
|
27
|
-
old_value = path
|
|
28
|
-
path = path.replace("_", "")
|
|
29
|
-
ngio_logger.warning(
|
|
30
|
-
f"Underscores in well-paths are not allowed. "
|
|
31
|
-
f"Path '{old_value}' was changed to '{path}'"
|
|
32
|
-
f" to comply with the specification."
|
|
33
|
-
)
|
|
34
24
|
# Check if the value contains only alphanumeric characters
|
|
35
25
|
if not path.isalnum():
|
|
36
|
-
|
|
26
|
+
ngio_logger.warning(
|
|
37
27
|
f"Path '{path}' contains non-alphanumeric characters. "
|
|
38
|
-
|
|
28
|
+
"This may cause issues with some tools. "
|
|
29
|
+
"Consider using only alphanumeric characters in the path."
|
|
39
30
|
)
|
|
40
31
|
return path
|
|
41
32
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"""Ngio Tables backend implementations."""
|
|
2
2
|
|
|
3
3
|
from ngio.tables.backends._abstract_backend import AbstractTableBackend, BackendMeta
|
|
4
|
-
from ngio.tables.backends._anndata import AnnDataBackend
|
|
4
|
+
from ngio.tables.backends._anndata import AnnDataBackend, AnnDataBackendV1
|
|
5
5
|
from ngio.tables.backends._csv import CsvTableBackend
|
|
6
6
|
from ngio.tables.backends._json import JsonTableBackend
|
|
7
7
|
from ngio.tables.backends._parquet import ParquetTableBackend
|
|
@@ -31,6 +31,7 @@ from ngio.tables.backends._utils import (
|
|
|
31
31
|
__all__ = [
|
|
32
32
|
"AbstractTableBackend",
|
|
33
33
|
"AnnDataBackend",
|
|
34
|
+
"AnnDataBackendV1",
|
|
34
35
|
"BackendMeta",
|
|
35
36
|
"CsvTableBackend",
|
|
36
37
|
"DefaultTableBackend",
|
|
@@ -75,3 +75,12 @@ class AnnDataBackend(AbstractTableBackend):
|
|
|
75
75
|
index_key=self.index_key,
|
|
76
76
|
)
|
|
77
77
|
self.write_from_anndata(anndata)
|
|
78
|
+
|
|
79
|
+
|
|
80
|
+
class AnnDataBackendV1(AnnDataBackend):
|
|
81
|
+
"""A wrapper for the AnnData backend that for backwards compatibility."""
|
|
82
|
+
|
|
83
|
+
@staticmethod
|
|
84
|
+
def backend_name() -> str:
|
|
85
|
+
"""Return the name of the backend."""
|
|
86
|
+
return "anndata_v1"
|
|
@@ -7,7 +7,7 @@ from pandas import DataFrame
|
|
|
7
7
|
from polars import DataFrame as PolarsDataFrame
|
|
8
8
|
from polars import LazyFrame
|
|
9
9
|
|
|
10
|
-
from ngio.tables.backends._anndata import AnnDataBackend
|
|
10
|
+
from ngio.tables.backends._anndata import AnnDataBackend, AnnDataBackendV1
|
|
11
11
|
from ngio.tables.backends._csv import CsvTableBackend
|
|
12
12
|
from ngio.tables.backends._json import JsonTableBackend
|
|
13
13
|
from ngio.tables.backends._parquet import ParquetTableBackend
|
|
@@ -213,7 +213,8 @@ class ImplementedTableBackends:
|
|
|
213
213
|
)
|
|
214
214
|
|
|
215
215
|
|
|
216
|
-
ImplementedTableBackends().add_backend(AnnDataBackend
|
|
216
|
+
ImplementedTableBackends().add_backend(AnnDataBackend)
|
|
217
|
+
ImplementedTableBackends().add_backend(AnnDataBackendV1)
|
|
217
218
|
ImplementedTableBackends().add_backend(
|
|
218
219
|
JsonTableBackend, aliases=["experimental_json_v1"]
|
|
219
220
|
)
|
|
@@ -94,7 +94,7 @@ def test_create_and_edit_plate_path_normalization(tmp_path: Path):
|
|
|
94
94
|
test_plate.add_image(
|
|
95
95
|
row="B", column="03", image_path="1_illumination_correction", acquisition_id=0
|
|
96
96
|
)
|
|
97
|
-
assert test_plate.images_paths() == ["B/03/
|
|
97
|
+
assert test_plate.images_paths() == ["B/03/0_mip", "B/03/1_illumination_correction"]
|
|
98
98
|
|
|
99
99
|
|
|
100
100
|
def test_derive_plate_from_ome_zarr(cardiomyocyte_tiny_path: Path, tmp_path: Path):
|
ngio-0.3.3/CHANGELOG.md
DELETED
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
# Changelog
|
|
2
|
-
|
|
3
|
-
## [v0.3.3]
|
|
4
|
-
|
|
5
|
-
### Chores
|
|
6
|
-
|
|
7
|
-
- improve dataset download process and streamline the CI workflows
|
|
8
|
-
|
|
9
|
-
## [v0.3.2]
|
|
10
|
-
|
|
11
|
-
### API Changes
|
|
12
|
-
|
|
13
|
-
- change table backend default to `anndata_v1` for backward compatibility. This will be chaanged again when ngio `v0.2.x` is no longer supported.
|
|
14
|
-
|
|
15
|
-
### Bug Fixes
|
|
16
|
-
|
|
17
|
-
- fix [#13](https://github.com/fractal-analytics-platform/fractal-converters-tools/issues/13) (converters tools)
|
|
18
|
-
- fix [#88](https://github.com/fractal-analytics-platform/ngio/issues/88)
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{ngio-0.3.3 → ngio-0.3.5}/tests/data/v04/images/test_image_tczyx.zarr/labels/label/0/.zarray
RENAMED
|
File without changes
|
{ngio-0.3.3 → ngio-0.3.5}/tests/data/v04/images/test_image_tczyx.zarr/labels/label/1/.zarray
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{ngio-0.3.3 → ngio-0.3.5}/tests/data/v04/meta/base_ome_zarr_image_meta_wrong_axis_order.json
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|