ngio 0.4.5__tar.gz → 0.4.7__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.4.5 → ngio-0.4.7}/.github/workflows/build_docs.yml +4 -4
- {ngio-0.4.5 → ngio-0.4.7}/.github/workflows/ci.yml +6 -6
- {ngio-0.4.5 → ngio-0.4.7}/CHANGELOG.md +6 -0
- {ngio-0.4.5 → ngio-0.4.7}/PKG-INFO +1 -1
- {ngio-0.4.5 → ngio-0.4.7}/src/ngio/common/_masking_roi.py +1 -1
- {ngio-0.4.5 → ngio-0.4.7}/src/ngio/images/_image.py +1 -1
- {ngio-0.4.5 → ngio-0.4.7}/src/ngio/images/_label.py +1 -1
- {ngio-0.4.5 → ngio-0.4.7}/src/ngio/tables/_tables_container.py +3 -3
- {ngio-0.4.5 → ngio-0.4.7}/tests/unit/tables/test_table_group.py +1 -1
- {ngio-0.4.5 → ngio-0.4.7}/.copier-answers.yml +0 -0
- {ngio-0.4.5 → ngio-0.4.7}/.gitattributes +0 -0
- {ngio-0.4.5 → ngio-0.4.7}/.github/ISSUE_TEMPLATE.md +0 -0
- {ngio-0.4.5 → ngio-0.4.7}/.github/TEST_FAIL_TEMPLATE.md +0 -0
- {ngio-0.4.5 → ngio-0.4.7}/.github/dependabot.yml +0 -0
- {ngio-0.4.5 → ngio-0.4.7}/.github/pull_request_template.md +0 -0
- {ngio-0.4.5 → ngio-0.4.7}/.gitignore +0 -0
- {ngio-0.4.5 → ngio-0.4.7}/.pre-commit-config.yaml +0 -0
- {ngio-0.4.5 → ngio-0.4.7}/LICENSE +0 -0
- {ngio-0.4.5 → ngio-0.4.7}/README.md +0 -0
- {ngio-0.4.5 → ngio-0.4.7}/_typos.toml +0 -0
- {ngio-0.4.5 → ngio-0.4.7}/docs/api/hcs.md +0 -0
- {ngio-0.4.5 → ngio-0.4.7}/docs/api/images.md +0 -0
- {ngio-0.4.5 → ngio-0.4.7}/docs/api/iterators.md +0 -0
- {ngio-0.4.5 → ngio-0.4.7}/docs/api/ngio/common.md +0 -0
- {ngio-0.4.5 → ngio-0.4.7}/docs/api/ngio/hcs.md +0 -0
- {ngio-0.4.5 → ngio-0.4.7}/docs/api/ngio/images.md +0 -0
- {ngio-0.4.5 → ngio-0.4.7}/docs/api/ngio/io_pipes.md +0 -0
- {ngio-0.4.5 → ngio-0.4.7}/docs/api/ngio/iterators.md +0 -0
- {ngio-0.4.5 → ngio-0.4.7}/docs/api/ngio/ngio.md +0 -0
- {ngio-0.4.5 → ngio-0.4.7}/docs/api/ngio/tables.md +0 -0
- {ngio-0.4.5 → ngio-0.4.7}/docs/api/ngio/transforms.md +0 -0
- {ngio-0.4.5 → ngio-0.4.7}/docs/api/ngio/utils.md +0 -0
- {ngio-0.4.5 → ngio-0.4.7}/docs/api/ome_zarr_container.md +0 -0
- {ngio-0.4.5 → ngio-0.4.7}/docs/api/tables.md +0 -0
- {ngio-0.4.5 → ngio-0.4.7}/docs/changelog.md +0 -0
- {ngio-0.4.5 → ngio-0.4.7}/docs/code_of_conduct.md +0 -0
- {ngio-0.4.5 → ngio-0.4.7}/docs/contributing.md +0 -0
- {ngio-0.4.5 → ngio-0.4.7}/docs/getting_started/0_quickstart.md +0 -0
- {ngio-0.4.5 → ngio-0.4.7}/docs/getting_started/1_ome_zarr_containers.md +0 -0
- {ngio-0.4.5 → ngio-0.4.7}/docs/getting_started/2_images.md +0 -0
- {ngio-0.4.5 → ngio-0.4.7}/docs/getting_started/3_tables.md +0 -0
- {ngio-0.4.5 → ngio-0.4.7}/docs/getting_started/4_masked_images.md +0 -0
- {ngio-0.4.5 → ngio-0.4.7}/docs/getting_started/5_hcs.md +0 -0
- {ngio-0.4.5 → ngio-0.4.7}/docs/getting_started/6_iterators.md +0 -0
- {ngio-0.4.5 → ngio-0.4.7}/docs/index.md +0 -0
- {ngio-0.4.5 → ngio-0.4.7}/docs/table_specs/backend.md +0 -0
- {ngio-0.4.5 → ngio-0.4.7}/docs/table_specs/overview.md +0 -0
- {ngio-0.4.5 → ngio-0.4.7}/docs/table_specs/table_types/condition_table.md +0 -0
- {ngio-0.4.5 → ngio-0.4.7}/docs/table_specs/table_types/custom_table.md +0 -0
- {ngio-0.4.5 → ngio-0.4.7}/docs/table_specs/table_types/feature_table.md +0 -0
- {ngio-0.4.5 → ngio-0.4.7}/docs/table_specs/table_types/generic_table.md +0 -0
- {ngio-0.4.5 → ngio-0.4.7}/docs/table_specs/table_types/masking_roi_table.md +0 -0
- {ngio-0.4.5 → ngio-0.4.7}/docs/table_specs/table_types/roi_table.md +0 -0
- {ngio-0.4.5 → ngio-0.4.7}/docs/tutorials/create_ome_zarr.ipynb +0 -0
- {ngio-0.4.5 → ngio-0.4.7}/docs/tutorials/feature_extraction.ipynb +0 -0
- {ngio-0.4.5 → ngio-0.4.7}/docs/tutorials/hcs_exploration.ipynb +0 -0
- {ngio-0.4.5 → ngio-0.4.7}/docs/tutorials/image_processing.ipynb +0 -0
- {ngio-0.4.5 → ngio-0.4.7}/docs/tutorials/image_segmentation.ipynb +0 -0
- {ngio-0.4.5 → ngio-0.4.7}/mkdocs.yml +0 -0
- {ngio-0.4.5 → ngio-0.4.7}/pyproject.toml +0 -0
- {ngio-0.4.5 → ngio-0.4.7}/src/ngio/__init__.py +0 -0
- {ngio-0.4.5 → ngio-0.4.7}/src/ngio/common/__init__.py +0 -0
- {ngio-0.4.5 → ngio-0.4.7}/src/ngio/common/_dimensions.py +0 -0
- {ngio-0.4.5 → ngio-0.4.7}/src/ngio/common/_pyramid.py +0 -0
- {ngio-0.4.5 → ngio-0.4.7}/src/ngio/common/_roi.py +0 -0
- {ngio-0.4.5 → ngio-0.4.7}/src/ngio/common/_synt_images_utils.py +0 -0
- {ngio-0.4.5 → ngio-0.4.7}/src/ngio/common/_zoom.py +0 -0
- {ngio-0.4.5 → ngio-0.4.7}/src/ngio/experimental/__init__.py +0 -0
- {ngio-0.4.5 → ngio-0.4.7}/src/ngio/experimental/iterators/__init__.py +0 -0
- {ngio-0.4.5 → ngio-0.4.7}/src/ngio/experimental/iterators/_abstract_iterator.py +0 -0
- {ngio-0.4.5 → ngio-0.4.7}/src/ngio/experimental/iterators/_feature.py +0 -0
- {ngio-0.4.5 → ngio-0.4.7}/src/ngio/experimental/iterators/_image_processing.py +0 -0
- {ngio-0.4.5 → ngio-0.4.7}/src/ngio/experimental/iterators/_mappers.py +0 -0
- {ngio-0.4.5 → ngio-0.4.7}/src/ngio/experimental/iterators/_rois_utils.py +0 -0
- {ngio-0.4.5 → ngio-0.4.7}/src/ngio/experimental/iterators/_segmentation.py +0 -0
- {ngio-0.4.5 → ngio-0.4.7}/src/ngio/hcs/__init__.py +0 -0
- {ngio-0.4.5 → ngio-0.4.7}/src/ngio/hcs/_plate.py +0 -0
- {ngio-0.4.5 → ngio-0.4.7}/src/ngio/images/__init__.py +0 -0
- {ngio-0.4.5 → ngio-0.4.7}/src/ngio/images/_abstract_image.py +0 -0
- {ngio-0.4.5 → ngio-0.4.7}/src/ngio/images/_create.py +0 -0
- {ngio-0.4.5 → ngio-0.4.7}/src/ngio/images/_create_synt_container.py +0 -0
- {ngio-0.4.5 → ngio-0.4.7}/src/ngio/images/_masked_image.py +0 -0
- {ngio-0.4.5 → ngio-0.4.7}/src/ngio/images/_ome_zarr_container.py +0 -0
- {ngio-0.4.5 → ngio-0.4.7}/src/ngio/images/_table_ops.py +0 -0
- {ngio-0.4.5 → ngio-0.4.7}/src/ngio/io_pipes/__init__.py +0 -0
- {ngio-0.4.5 → ngio-0.4.7}/src/ngio/io_pipes/_io_pipes.py +0 -0
- {ngio-0.4.5 → ngio-0.4.7}/src/ngio/io_pipes/_io_pipes_masked.py +0 -0
- {ngio-0.4.5 → ngio-0.4.7}/src/ngio/io_pipes/_io_pipes_roi.py +0 -0
- {ngio-0.4.5 → ngio-0.4.7}/src/ngio/io_pipes/_io_pipes_types.py +0 -0
- {ngio-0.4.5 → ngio-0.4.7}/src/ngio/io_pipes/_match_shape.py +0 -0
- {ngio-0.4.5 → ngio-0.4.7}/src/ngio/io_pipes/_ops_axes.py +0 -0
- {ngio-0.4.5 → ngio-0.4.7}/src/ngio/io_pipes/_ops_slices.py +0 -0
- {ngio-0.4.5 → ngio-0.4.7}/src/ngio/io_pipes/_ops_slices_utils.py +0 -0
- {ngio-0.4.5 → ngio-0.4.7}/src/ngio/io_pipes/_ops_transforms.py +0 -0
- {ngio-0.4.5 → ngio-0.4.7}/src/ngio/io_pipes/_zoom_transform.py +0 -0
- {ngio-0.4.5 → ngio-0.4.7}/src/ngio/ome_zarr_meta/__init__.py +0 -0
- {ngio-0.4.5 → ngio-0.4.7}/src/ngio/ome_zarr_meta/_meta_handlers.py +0 -0
- {ngio-0.4.5 → ngio-0.4.7}/src/ngio/ome_zarr_meta/ngio_specs/__init__.py +0 -0
- {ngio-0.4.5 → ngio-0.4.7}/src/ngio/ome_zarr_meta/ngio_specs/_axes.py +0 -0
- {ngio-0.4.5 → ngio-0.4.7}/src/ngio/ome_zarr_meta/ngio_specs/_channels.py +0 -0
- {ngio-0.4.5 → ngio-0.4.7}/src/ngio/ome_zarr_meta/ngio_specs/_dataset.py +0 -0
- {ngio-0.4.5 → ngio-0.4.7}/src/ngio/ome_zarr_meta/ngio_specs/_ngio_hcs.py +0 -0
- {ngio-0.4.5 → ngio-0.4.7}/src/ngio/ome_zarr_meta/ngio_specs/_ngio_image.py +0 -0
- {ngio-0.4.5 → ngio-0.4.7}/src/ngio/ome_zarr_meta/ngio_specs/_pixel_size.py +0 -0
- {ngio-0.4.5 → ngio-0.4.7}/src/ngio/ome_zarr_meta/v04/__init__.py +0 -0
- {ngio-0.4.5 → ngio-0.4.7}/src/ngio/ome_zarr_meta/v04/_custom_models.py +0 -0
- {ngio-0.4.5 → ngio-0.4.7}/src/ngio/ome_zarr_meta/v04/_v04_spec_utils.py +0 -0
- {ngio-0.4.5 → ngio-0.4.7}/src/ngio/resources/20200812-CardiomyocyteDifferentiation14-Cycle1_B03/mask.png +0 -0
- {ngio-0.4.5 → ngio-0.4.7}/src/ngio/resources/20200812-CardiomyocyteDifferentiation14-Cycle1_B03/nuclei.png +0 -0
- {ngio-0.4.5 → ngio-0.4.7}/src/ngio/resources/20200812-CardiomyocyteDifferentiation14-Cycle1_B03/raw.jpg +0 -0
- {ngio-0.4.5 → ngio-0.4.7}/src/ngio/resources/__init__.py +0 -0
- {ngio-0.4.5 → ngio-0.4.7}/src/ngio/resources/resource_model.py +0 -0
- {ngio-0.4.5 → ngio-0.4.7}/src/ngio/tables/__init__.py +0 -0
- {ngio-0.4.5 → ngio-0.4.7}/src/ngio/tables/_abstract_table.py +0 -0
- {ngio-0.4.5 → ngio-0.4.7}/src/ngio/tables/backends/__init__.py +0 -0
- {ngio-0.4.5 → ngio-0.4.7}/src/ngio/tables/backends/_abstract_backend.py +0 -0
- {ngio-0.4.5 → ngio-0.4.7}/src/ngio/tables/backends/_anndata.py +0 -0
- {ngio-0.4.5 → ngio-0.4.7}/src/ngio/tables/backends/_anndata_utils.py +0 -0
- {ngio-0.4.5 → ngio-0.4.7}/src/ngio/tables/backends/_csv.py +0 -0
- {ngio-0.4.5 → ngio-0.4.7}/src/ngio/tables/backends/_json.py +0 -0
- {ngio-0.4.5 → ngio-0.4.7}/src/ngio/tables/backends/_non_zarr_backends.py +0 -0
- {ngio-0.4.5 → ngio-0.4.7}/src/ngio/tables/backends/_parquet.py +0 -0
- {ngio-0.4.5 → ngio-0.4.7}/src/ngio/tables/backends/_table_backends.py +0 -0
- {ngio-0.4.5 → ngio-0.4.7}/src/ngio/tables/backends/_utils.py +0 -0
- {ngio-0.4.5 → ngio-0.4.7}/src/ngio/tables/v1/__init__.py +0 -0
- {ngio-0.4.5 → ngio-0.4.7}/src/ngio/tables/v1/_condition_table.py +0 -0
- {ngio-0.4.5 → ngio-0.4.7}/src/ngio/tables/v1/_feature_table.py +0 -0
- {ngio-0.4.5 → ngio-0.4.7}/src/ngio/tables/v1/_generic_table.py +0 -0
- {ngio-0.4.5 → ngio-0.4.7}/src/ngio/tables/v1/_roi_table.py +0 -0
- {ngio-0.4.5 → ngio-0.4.7}/src/ngio/transforms/__init__.py +0 -0
- {ngio-0.4.5 → ngio-0.4.7}/src/ngio/transforms/_zoom.py +0 -0
- {ngio-0.4.5 → ngio-0.4.7}/src/ngio/utils/__init__.py +0 -0
- {ngio-0.4.5 → ngio-0.4.7}/src/ngio/utils/_datasets.py +0 -0
- {ngio-0.4.5 → ngio-0.4.7}/src/ngio/utils/_errors.py +0 -0
- {ngio-0.4.5 → ngio-0.4.7}/src/ngio/utils/_fractal_fsspec_store.py +0 -0
- {ngio-0.4.5 → ngio-0.4.7}/src/ngio/utils/_logger.py +0 -0
- {ngio-0.4.5 → ngio-0.4.7}/src/ngio/utils/_zarr_utils.py +0 -0
- {ngio-0.4.5 → ngio-0.4.7}/tests/conftest.py +0 -0
- {ngio-0.4.5 → ngio-0.4.7}/tests/data/v04/images/test_image_c1yx.zarr/.zattrs +0 -0
- {ngio-0.4.5 → ngio-0.4.7}/tests/data/v04/images/test_image_c1yx.zarr/.zgroup +0 -0
- {ngio-0.4.5 → ngio-0.4.7}/tests/data/v04/images/test_image_c1yx.zarr/0/.zarray +0 -0
- {ngio-0.4.5 → ngio-0.4.7}/tests/data/v04/images/test_image_c1yx.zarr/1/.zarray +0 -0
- {ngio-0.4.5 → ngio-0.4.7}/tests/data/v04/images/test_image_c1yx.zarr/labels/.zattrs +0 -0
- {ngio-0.4.5 → ngio-0.4.7}/tests/data/v04/images/test_image_c1yx.zarr/labels/.zgroup +0 -0
- {ngio-0.4.5 → ngio-0.4.7}/tests/data/v04/images/test_image_c1yx.zarr/labels/label/.zattrs +0 -0
- {ngio-0.4.5 → ngio-0.4.7}/tests/data/v04/images/test_image_c1yx.zarr/labels/label/.zgroup +0 -0
- {ngio-0.4.5 → ngio-0.4.7}/tests/data/v04/images/test_image_c1yx.zarr/labels/label/0/.zarray +0 -0
- {ngio-0.4.5 → ngio-0.4.7}/tests/data/v04/images/test_image_c1yx.zarr/labels/label/1/.zarray +0 -0
- {ngio-0.4.5 → ngio-0.4.7}/tests/data/v04/images/test_image_cyx.zarr/.zattrs +0 -0
- {ngio-0.4.5 → ngio-0.4.7}/tests/data/v04/images/test_image_cyx.zarr/.zgroup +0 -0
- {ngio-0.4.5 → ngio-0.4.7}/tests/data/v04/images/test_image_cyx.zarr/0/.zarray +0 -0
- {ngio-0.4.5 → ngio-0.4.7}/tests/data/v04/images/test_image_cyx.zarr/1/.zarray +0 -0
- {ngio-0.4.5 → ngio-0.4.7}/tests/data/v04/images/test_image_cyx.zarr/labels/.zattrs +0 -0
- {ngio-0.4.5 → ngio-0.4.7}/tests/data/v04/images/test_image_cyx.zarr/labels/.zgroup +0 -0
- {ngio-0.4.5 → ngio-0.4.7}/tests/data/v04/images/test_image_cyx.zarr/labels/label/.zattrs +0 -0
- {ngio-0.4.5 → ngio-0.4.7}/tests/data/v04/images/test_image_cyx.zarr/labels/label/.zgroup +0 -0
- {ngio-0.4.5 → ngio-0.4.7}/tests/data/v04/images/test_image_cyx.zarr/labels/label/0/.zarray +0 -0
- {ngio-0.4.5 → ngio-0.4.7}/tests/data/v04/images/test_image_cyx.zarr/labels/label/1/.zarray +0 -0
- {ngio-0.4.5 → ngio-0.4.7}/tests/data/v04/images/test_image_czyx.zarr/.zattrs +0 -0
- {ngio-0.4.5 → ngio-0.4.7}/tests/data/v04/images/test_image_czyx.zarr/.zgroup +0 -0
- {ngio-0.4.5 → ngio-0.4.7}/tests/data/v04/images/test_image_czyx.zarr/0/.zarray +0 -0
- {ngio-0.4.5 → ngio-0.4.7}/tests/data/v04/images/test_image_czyx.zarr/1/.zarray +0 -0
- {ngio-0.4.5 → ngio-0.4.7}/tests/data/v04/images/test_image_czyx.zarr/labels/.zattrs +0 -0
- {ngio-0.4.5 → ngio-0.4.7}/tests/data/v04/images/test_image_czyx.zarr/labels/.zgroup +0 -0
- {ngio-0.4.5 → ngio-0.4.7}/tests/data/v04/images/test_image_czyx.zarr/labels/label/.zattrs +0 -0
- {ngio-0.4.5 → ngio-0.4.7}/tests/data/v04/images/test_image_czyx.zarr/labels/label/.zgroup +0 -0
- {ngio-0.4.5 → ngio-0.4.7}/tests/data/v04/images/test_image_czyx.zarr/labels/label/0/.zarray +0 -0
- {ngio-0.4.5 → ngio-0.4.7}/tests/data/v04/images/test_image_czyx.zarr/labels/label/1/.zarray +0 -0
- {ngio-0.4.5 → ngio-0.4.7}/tests/data/v04/images/test_image_tcyx.zarr/.zattrs +0 -0
- {ngio-0.4.5 → ngio-0.4.7}/tests/data/v04/images/test_image_tcyx.zarr/.zgroup +0 -0
- {ngio-0.4.5 → ngio-0.4.7}/tests/data/v04/images/test_image_tcyx.zarr/0/.zarray +0 -0
- {ngio-0.4.5 → ngio-0.4.7}/tests/data/v04/images/test_image_tcyx.zarr/1/.zarray +0 -0
- {ngio-0.4.5 → ngio-0.4.7}/tests/data/v04/images/test_image_tcyx.zarr/labels/.zattrs +0 -0
- {ngio-0.4.5 → ngio-0.4.7}/tests/data/v04/images/test_image_tcyx.zarr/labels/.zgroup +0 -0
- {ngio-0.4.5 → ngio-0.4.7}/tests/data/v04/images/test_image_tcyx.zarr/labels/label/.zattrs +0 -0
- {ngio-0.4.5 → ngio-0.4.7}/tests/data/v04/images/test_image_tcyx.zarr/labels/label/.zgroup +0 -0
- {ngio-0.4.5 → ngio-0.4.7}/tests/data/v04/images/test_image_tcyx.zarr/labels/label/0/.zarray +0 -0
- {ngio-0.4.5 → ngio-0.4.7}/tests/data/v04/images/test_image_tcyx.zarr/labels/label/1/.zarray +0 -0
- {ngio-0.4.5 → ngio-0.4.7}/tests/data/v04/images/test_image_tczyx.zarr/.zattrs +0 -0
- {ngio-0.4.5 → ngio-0.4.7}/tests/data/v04/images/test_image_tczyx.zarr/.zgroup +0 -0
- {ngio-0.4.5 → ngio-0.4.7}/tests/data/v04/images/test_image_tczyx.zarr/0/.zarray +0 -0
- {ngio-0.4.5 → ngio-0.4.7}/tests/data/v04/images/test_image_tczyx.zarr/1/.zarray +0 -0
- {ngio-0.4.5 → ngio-0.4.7}/tests/data/v04/images/test_image_tczyx.zarr/labels/.zattrs +0 -0
- {ngio-0.4.5 → ngio-0.4.7}/tests/data/v04/images/test_image_tczyx.zarr/labels/.zgroup +0 -0
- {ngio-0.4.5 → ngio-0.4.7}/tests/data/v04/images/test_image_tczyx.zarr/labels/label/.zattrs +0 -0
- {ngio-0.4.5 → ngio-0.4.7}/tests/data/v04/images/test_image_tczyx.zarr/labels/label/.zgroup +0 -0
- {ngio-0.4.5 → ngio-0.4.7}/tests/data/v04/images/test_image_tczyx.zarr/labels/label/0/.zarray +0 -0
- {ngio-0.4.5 → ngio-0.4.7}/tests/data/v04/images/test_image_tczyx.zarr/labels/label/1/.zarray +0 -0
- {ngio-0.4.5 → ngio-0.4.7}/tests/data/v04/images/test_image_tyx.zarr/.zattrs +0 -0
- {ngio-0.4.5 → ngio-0.4.7}/tests/data/v04/images/test_image_tyx.zarr/.zgroup +0 -0
- {ngio-0.4.5 → ngio-0.4.7}/tests/data/v04/images/test_image_tyx.zarr/0/.zarray +0 -0
- {ngio-0.4.5 → ngio-0.4.7}/tests/data/v04/images/test_image_tyx.zarr/1/.zarray +0 -0
- {ngio-0.4.5 → ngio-0.4.7}/tests/data/v04/images/test_image_tyx.zarr/labels/.zattrs +0 -0
- {ngio-0.4.5 → ngio-0.4.7}/tests/data/v04/images/test_image_tyx.zarr/labels/.zgroup +0 -0
- {ngio-0.4.5 → ngio-0.4.7}/tests/data/v04/images/test_image_tyx.zarr/labels/label/.zattrs +0 -0
- {ngio-0.4.5 → ngio-0.4.7}/tests/data/v04/images/test_image_tyx.zarr/labels/label/.zgroup +0 -0
- {ngio-0.4.5 → ngio-0.4.7}/tests/data/v04/images/test_image_tyx.zarr/labels/label/0/.zarray +0 -0
- {ngio-0.4.5 → ngio-0.4.7}/tests/data/v04/images/test_image_tyx.zarr/labels/label/1/.zarray +0 -0
- {ngio-0.4.5 → ngio-0.4.7}/tests/data/v04/images/test_image_tzyx.zarr/.zattrs +0 -0
- {ngio-0.4.5 → ngio-0.4.7}/tests/data/v04/images/test_image_tzyx.zarr/.zgroup +0 -0
- {ngio-0.4.5 → ngio-0.4.7}/tests/data/v04/images/test_image_tzyx.zarr/0/.zarray +0 -0
- {ngio-0.4.5 → ngio-0.4.7}/tests/data/v04/images/test_image_tzyx.zarr/1/.zarray +0 -0
- {ngio-0.4.5 → ngio-0.4.7}/tests/data/v04/images/test_image_tzyx.zarr/labels/.zattrs +0 -0
- {ngio-0.4.5 → ngio-0.4.7}/tests/data/v04/images/test_image_tzyx.zarr/labels/.zgroup +0 -0
- {ngio-0.4.5 → ngio-0.4.7}/tests/data/v04/images/test_image_tzyx.zarr/labels/label/.zattrs +0 -0
- {ngio-0.4.5 → ngio-0.4.7}/tests/data/v04/images/test_image_tzyx.zarr/labels/label/.zgroup +0 -0
- {ngio-0.4.5 → ngio-0.4.7}/tests/data/v04/images/test_image_tzyx.zarr/labels/label/0/.zarray +0 -0
- {ngio-0.4.5 → ngio-0.4.7}/tests/data/v04/images/test_image_tzyx.zarr/labels/label/1/.zarray +0 -0
- {ngio-0.4.5 → ngio-0.4.7}/tests/data/v04/images/test_image_yx.zarr/.zattrs +0 -0
- {ngio-0.4.5 → ngio-0.4.7}/tests/data/v04/images/test_image_yx.zarr/.zgroup +0 -0
- {ngio-0.4.5 → ngio-0.4.7}/tests/data/v04/images/test_image_yx.zarr/0/.zarray +0 -0
- {ngio-0.4.5 → ngio-0.4.7}/tests/data/v04/images/test_image_yx.zarr/1/.zarray +0 -0
- {ngio-0.4.5 → ngio-0.4.7}/tests/data/v04/images/test_image_yx.zarr/labels/.zattrs +0 -0
- {ngio-0.4.5 → ngio-0.4.7}/tests/data/v04/images/test_image_yx.zarr/labels/.zgroup +0 -0
- {ngio-0.4.5 → ngio-0.4.7}/tests/data/v04/images/test_image_yx.zarr/labels/label/.zattrs +0 -0
- {ngio-0.4.5 → ngio-0.4.7}/tests/data/v04/images/test_image_yx.zarr/labels/label/.zgroup +0 -0
- {ngio-0.4.5 → ngio-0.4.7}/tests/data/v04/images/test_image_yx.zarr/labels/label/0/.zarray +0 -0
- {ngio-0.4.5 → ngio-0.4.7}/tests/data/v04/images/test_image_yx.zarr/labels/label/1/.zarray +0 -0
- {ngio-0.4.5 → ngio-0.4.7}/tests/data/v04/images/test_image_zyx.zarr/.zattrs +0 -0
- {ngio-0.4.5 → ngio-0.4.7}/tests/data/v04/images/test_image_zyx.zarr/.zgroup +0 -0
- {ngio-0.4.5 → ngio-0.4.7}/tests/data/v04/images/test_image_zyx.zarr/0/.zarray +0 -0
- {ngio-0.4.5 → ngio-0.4.7}/tests/data/v04/images/test_image_zyx.zarr/1/.zarray +0 -0
- {ngio-0.4.5 → ngio-0.4.7}/tests/data/v04/images/test_image_zyx.zarr/labels/.zattrs +0 -0
- {ngio-0.4.5 → ngio-0.4.7}/tests/data/v04/images/test_image_zyx.zarr/labels/.zgroup +0 -0
- {ngio-0.4.5 → ngio-0.4.7}/tests/data/v04/images/test_image_zyx.zarr/labels/label/.zattrs +0 -0
- {ngio-0.4.5 → ngio-0.4.7}/tests/data/v04/images/test_image_zyx.zarr/labels/label/.zgroup +0 -0
- {ngio-0.4.5 → ngio-0.4.7}/tests/data/v04/images/test_image_zyx.zarr/labels/label/0/.zarray +0 -0
- {ngio-0.4.5 → ngio-0.4.7}/tests/data/v04/images/test_image_zyx.zarr/labels/label/1/.zarray +0 -0
- {ngio-0.4.5 → ngio-0.4.7}/tests/data/v04/meta/base_ome_zarr_image_meta.json +0 -0
- {ngio-0.4.5 → ngio-0.4.7}/tests/data/v04/meta/base_ome_zarr_image_meta_wrong_axis_order.json +0 -0
- {ngio-0.4.5 → ngio-0.4.7}/tests/data/v04/meta/base_ome_zarr_label_meta.json +0 -0
- {ngio-0.4.5 → ngio-0.4.7}/tests/data/v04/meta/base_ome_zarr_well_meta.json +0 -0
- {ngio-0.4.5 → ngio-0.4.7}/tests/data/v04/meta/ome_zarr_well_path_normalization_meta.json +0 -0
- {ngio-0.4.5 → ngio-0.4.7}/tests/unit/common/test_dimensions.py +0 -0
- {ngio-0.4.5 → ngio-0.4.7}/tests/unit/common/test_pyramid.py +0 -0
- {ngio-0.4.5 → ngio-0.4.7}/tests/unit/common/test_roi.py +0 -0
- {ngio-0.4.5 → ngio-0.4.7}/tests/unit/common/test_transforms.py +0 -0
- {ngio-0.4.5 → ngio-0.4.7}/tests/unit/hcs/test_plate.py +0 -0
- {ngio-0.4.5 → ngio-0.4.7}/tests/unit/hcs/test_well.py +0 -0
- {ngio-0.4.5 → ngio-0.4.7}/tests/unit/images/test_create.py +0 -0
- {ngio-0.4.5 → ngio-0.4.7}/tests/unit/images/test_images.py +0 -0
- {ngio-0.4.5 → ngio-0.4.7}/tests/unit/images/test_masked_images.py +0 -0
- {ngio-0.4.5 → ngio-0.4.7}/tests/unit/images/test_omezarr_container.py +0 -0
- {ngio-0.4.5 → ngio-0.4.7}/tests/unit/images/test_table_ops.py +0 -0
- {ngio-0.4.5 → ngio-0.4.7}/tests/unit/io_pipes/test_axes_ops.py +0 -0
- {ngio-0.4.5 → ngio-0.4.7}/tests/unit/io_pipes/test_slicing_ops.py +0 -0
- {ngio-0.4.5 → ngio-0.4.7}/tests/unit/iterators/test_iterators.py +0 -0
- {ngio-0.4.5 → ngio-0.4.7}/tests/unit/ome_zarr_meta/test_image_handler.py +0 -0
- {ngio-0.4.5 → ngio-0.4.7}/tests/unit/ome_zarr_meta/test_unit_ngio_specs.py +0 -0
- {ngio-0.4.5 → ngio-0.4.7}/tests/unit/ome_zarr_meta/test_unit_v04_utils.py +0 -0
- {ngio-0.4.5 → ngio-0.4.7}/tests/unit/tables/test_backends.py +0 -0
- {ngio-0.4.5 → ngio-0.4.7}/tests/unit/tables/test_backends_utils.py +0 -0
- {ngio-0.4.5 → ngio-0.4.7}/tests/unit/tables/test_feature_table.py +0 -0
- {ngio-0.4.5 → ngio-0.4.7}/tests/unit/tables/test_generic_table.py +0 -0
- {ngio-0.4.5 → ngio-0.4.7}/tests/unit/tables/test_masking_roi_table_v1.py +0 -0
- {ngio-0.4.5 → ngio-0.4.7}/tests/unit/tables/test_roi_table_v1.py +0 -0
- {ngio-0.4.5 → ngio-0.4.7}/tests/unit/utils/test_download_datasets.py +0 -0
- {ngio-0.4.5 → ngio-0.4.7}/tests/unit/utils/test_zarr_utils.py +0 -0
|
@@ -3,7 +3,7 @@ name: Build Docs
|
|
|
3
3
|
on:
|
|
4
4
|
push:
|
|
5
5
|
branches:
|
|
6
|
-
-
|
|
6
|
+
- hotfix/*
|
|
7
7
|
- main
|
|
8
8
|
tags:
|
|
9
9
|
- "v*"
|
|
@@ -18,7 +18,7 @@ jobs:
|
|
|
18
18
|
runs-on: ubuntu-latest
|
|
19
19
|
|
|
20
20
|
steps:
|
|
21
|
-
- uses: actions/checkout@
|
|
21
|
+
- uses: actions/checkout@v6
|
|
22
22
|
with:
|
|
23
23
|
fetch-depth: 0
|
|
24
24
|
- name: 🐍 Set up Python
|
|
@@ -38,7 +38,7 @@ jobs:
|
|
|
38
38
|
run: |
|
|
39
39
|
git config --local user.email "github-actions[bot]@users.noreply.github.com"
|
|
40
40
|
git config --local user.name "github-actions[bot]"
|
|
41
|
-
|
|
41
|
+
|
|
42
42
|
- name: Restore shared data cache
|
|
43
43
|
id: cache-data
|
|
44
44
|
uses: actions/cache@v4
|
|
@@ -47,7 +47,7 @@ jobs:
|
|
|
47
47
|
key: "${{ runner.os }}-data-${{ hashFiles('tests/conftest.py') }}"
|
|
48
48
|
restore-keys: |
|
|
49
49
|
"${{ runner.os }}-data-"
|
|
50
|
-
|
|
50
|
+
|
|
51
51
|
- name: Deploy docs
|
|
52
52
|
run: |
|
|
53
53
|
VERSION=$(echo $GITHUB_REF | sed 's/refs\/tags\///' | sed 's/refs\/heads\///')
|
|
@@ -4,7 +4,7 @@ on:
|
|
|
4
4
|
push:
|
|
5
5
|
branches:
|
|
6
6
|
- main
|
|
7
|
-
-
|
|
7
|
+
- hotfix/*
|
|
8
8
|
tags:
|
|
9
9
|
- "v*"
|
|
10
10
|
pull_request:
|
|
@@ -24,7 +24,7 @@ jobs:
|
|
|
24
24
|
# included in the sdist (unless explicitly excluded)
|
|
25
25
|
runs-on: ubuntu-latest
|
|
26
26
|
steps:
|
|
27
|
-
- uses: actions/checkout@
|
|
27
|
+
- uses: actions/checkout@v6
|
|
28
28
|
- run: pipx run check-manifest
|
|
29
29
|
|
|
30
30
|
test:
|
|
@@ -37,7 +37,7 @@ jobs:
|
|
|
37
37
|
platform: [ubuntu-latest, macos-latest, windows-latest]
|
|
38
38
|
|
|
39
39
|
steps:
|
|
40
|
-
- uses: actions/checkout@
|
|
40
|
+
- uses: actions/checkout@v6
|
|
41
41
|
|
|
42
42
|
- name: 🐍 Set up Python ${{ matrix.python-version }}
|
|
43
43
|
uses: actions/setup-python@v6
|
|
@@ -51,7 +51,7 @@ jobs:
|
|
|
51
51
|
python -m pip install -U pip
|
|
52
52
|
# if running a cron job, we add the --pre flag to test against pre-releases
|
|
53
53
|
python -m pip install .[test] ${{ github.event_name == 'schedule' && '--pre' || '' }}
|
|
54
|
-
|
|
54
|
+
|
|
55
55
|
- name: Restore shared data cache
|
|
56
56
|
id: cache-data
|
|
57
57
|
uses: actions/cache@v4
|
|
@@ -98,7 +98,7 @@ jobs:
|
|
|
98
98
|
contents: write
|
|
99
99
|
|
|
100
100
|
steps:
|
|
101
|
-
- uses: actions/checkout@
|
|
101
|
+
- uses: actions/checkout@v6
|
|
102
102
|
with:
|
|
103
103
|
fetch-depth: 0
|
|
104
104
|
|
|
@@ -118,4 +118,4 @@ jobs:
|
|
|
118
118
|
- uses: softprops/action-gh-release@v2
|
|
119
119
|
with:
|
|
120
120
|
generate_release_notes: true
|
|
121
|
-
files:
|
|
121
|
+
files: "./dist/*"
|
|
@@ -168,7 +168,6 @@ def compute_masking_roi(
|
|
|
168
168
|
z_length = None
|
|
169
169
|
else:
|
|
170
170
|
z_length = max_z - min_z
|
|
171
|
-
|
|
172
171
|
roi = RoiPixels(
|
|
173
172
|
name=str(label),
|
|
174
173
|
x_length=max_x - min_x,
|
|
@@ -178,6 +177,7 @@ def compute_masking_roi(
|
|
|
178
177
|
x=min_x,
|
|
179
178
|
y=min_y,
|
|
180
179
|
z=min_z,
|
|
180
|
+
t=min_t,
|
|
181
181
|
label=label,
|
|
182
182
|
)
|
|
183
183
|
|
|
@@ -875,7 +875,7 @@ def _parse_str_or_model(
|
|
|
875
875
|
)
|
|
876
876
|
elif channel_selection.mode == "wavelength_id":
|
|
877
877
|
return image.get_channel_idx(
|
|
878
|
-
|
|
878
|
+
wavelength_id=str(channel_selection.identifier)
|
|
879
879
|
)
|
|
880
880
|
elif channel_selection.mode == "index":
|
|
881
881
|
return int(channel_selection.identifier)
|
|
@@ -337,6 +337,6 @@ def derive_label(
|
|
|
337
337
|
|
|
338
338
|
def build_masking_roi_table(label: Label) -> MaskingRoiTable:
|
|
339
339
|
"""Compute the masking ROI table for a label."""
|
|
340
|
-
array = label.get_as_dask(
|
|
340
|
+
array = label.get_as_dask()
|
|
341
341
|
rois = compute_masking_roi(array, label.pixel_size)
|
|
342
342
|
return MaskingRoiTable(rois, reference_label=label.meta.name)
|
|
@@ -359,7 +359,7 @@ ImplementedTables().add_implementation(ConditionTableV1)
|
|
|
359
359
|
def open_tables_container(
|
|
360
360
|
store: StoreOrGroup,
|
|
361
361
|
cache: bool = False,
|
|
362
|
-
mode: AccessModeLiteral = "
|
|
362
|
+
mode: AccessModeLiteral = "r+",
|
|
363
363
|
parallel_safe: bool = False,
|
|
364
364
|
) -> TablesContainer:
|
|
365
365
|
"""Open a table handler from a Zarr store."""
|
|
@@ -373,7 +373,7 @@ def open_table(
|
|
|
373
373
|
store: StoreOrGroup,
|
|
374
374
|
backend: TableBackend | None = None,
|
|
375
375
|
cache: bool = False,
|
|
376
|
-
mode: AccessModeLiteral = "
|
|
376
|
+
mode: AccessModeLiteral = "r+",
|
|
377
377
|
parallel_safe: bool = False,
|
|
378
378
|
) -> Table:
|
|
379
379
|
"""Open a table from a Zarr store."""
|
|
@@ -391,7 +391,7 @@ def open_table_as(
|
|
|
391
391
|
table_cls: type[TableType],
|
|
392
392
|
backend: TableBackend | None = None,
|
|
393
393
|
cache: bool = False,
|
|
394
|
-
mode: AccessModeLiteral = "
|
|
394
|
+
mode: AccessModeLiteral = "r+",
|
|
395
395
|
parallel_safe: bool = False,
|
|
396
396
|
) -> TableType:
|
|
397
397
|
"""Open a table from a Zarr store as a specific type."""
|
|
@@ -12,7 +12,7 @@ from ngio.utils import NgioValueError
|
|
|
12
12
|
|
|
13
13
|
|
|
14
14
|
def test_table_container(tmp_path: Path):
|
|
15
|
-
table_group = open_tables_container(tmp_path / "test.zarr")
|
|
15
|
+
table_group = open_tables_container(tmp_path / "test.zarr", mode="a")
|
|
16
16
|
assert isinstance(table_group, TablesContainer)
|
|
17
17
|
assert table_group.list() == []
|
|
18
18
|
|
|
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
|
|
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
|