ngio 0.2.10__tar.gz → 0.2.12__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.2.10 → ngio-0.2.12}/PKG-INFO +2 -2
- {ngio-0.2.10 → ngio-0.2.12}/pyproject.toml +1 -1
- {ngio-0.2.10 → ngio-0.2.12}/src/ngio/ome_zarr_meta/ngio_specs/_ngio_hcs.py +3 -12
- {ngio-0.2.10 → ngio-0.2.12}/tests/unit/hcs/test_plate.py +1 -1
- {ngio-0.2.10 → ngio-0.2.12}/tests/unit/ome_zarr_meta/test_unit_v04_utils.py +1 -1
- {ngio-0.2.10 → ngio-0.2.12}/.copier-answers.yml +0 -0
- {ngio-0.2.10 → ngio-0.2.12}/.gitattributes +0 -0
- {ngio-0.2.10 → ngio-0.2.12}/.github/ISSUE_TEMPLATE.md +0 -0
- {ngio-0.2.10 → ngio-0.2.12}/.github/TEST_FAIL_TEMPLATE.md +0 -0
- {ngio-0.2.10 → ngio-0.2.12}/.github/dependabot.yml +0 -0
- {ngio-0.2.10 → ngio-0.2.12}/.github/scripts/download_data.sh +0 -0
- {ngio-0.2.10 → ngio-0.2.12}/.github/workflows/build_docs.yml +0 -0
- {ngio-0.2.10 → ngio-0.2.12}/.github/workflows/ci.yml +0 -0
- {ngio-0.2.10 → ngio-0.2.12}/.gitignore +0 -0
- {ngio-0.2.10 → ngio-0.2.12}/.pre-commit-config.yaml +0 -0
- {ngio-0.2.10 → ngio-0.2.12}/LICENSE +0 -0
- {ngio-0.2.10 → ngio-0.2.12}/README.md +0 -0
- {ngio-0.2.10 → ngio-0.2.12}/_typos.toml +0 -0
- {ngio-0.2.10 → ngio-0.2.12}/docs/api/common.md +0 -0
- {ngio-0.2.10 → ngio-0.2.12}/docs/api/hcs.md +0 -0
- {ngio-0.2.10 → ngio-0.2.12}/docs/api/images.md +0 -0
- {ngio-0.2.10 → ngio-0.2.12}/docs/api/ngio.md +0 -0
- {ngio-0.2.10 → ngio-0.2.12}/docs/api/tables.md +0 -0
- {ngio-0.2.10 → ngio-0.2.12}/docs/api/utils.md +0 -0
- {ngio-0.2.10 → ngio-0.2.12}/docs/code_of_conduct.md +0 -0
- {ngio-0.2.10 → ngio-0.2.12}/docs/contributing.md +0 -0
- {ngio-0.2.10 → ngio-0.2.12}/docs/getting_started/0_quickstart.md +0 -0
- {ngio-0.2.10 → ngio-0.2.12}/docs/getting_started/1_ome_zarr_containers.md +0 -0
- {ngio-0.2.10 → ngio-0.2.12}/docs/getting_started/2_images.md +0 -0
- {ngio-0.2.10 → ngio-0.2.12}/docs/getting_started/3_tables.md +0 -0
- {ngio-0.2.10 → ngio-0.2.12}/docs/getting_started/4_masked_images.md +0 -0
- {ngio-0.2.10 → ngio-0.2.12}/docs/getting_started/5_hcs.md +0 -0
- {ngio-0.2.10 → ngio-0.2.12}/docs/index.md +0 -0
- {ngio-0.2.10 → ngio-0.2.12}/docs/tutorials/feature_extraction.ipynb +0 -0
- {ngio-0.2.10 → ngio-0.2.12}/docs/tutorials/hcs_processing.ipynb +0 -0
- {ngio-0.2.10 → ngio-0.2.12}/docs/tutorials/image_processing.ipynb +0 -0
- {ngio-0.2.10 → ngio-0.2.12}/docs/tutorials/image_segmentation.ipynb +0 -0
- {ngio-0.2.10 → ngio-0.2.12}/mkdocs.yml +0 -0
- {ngio-0.2.10 → ngio-0.2.12}/src/ngio/__init__.py +0 -0
- {ngio-0.2.10 → ngio-0.2.12}/src/ngio/common/__init__.py +0 -0
- {ngio-0.2.10 → ngio-0.2.12}/src/ngio/common/_array_pipe.py +0 -0
- {ngio-0.2.10 → ngio-0.2.12}/src/ngio/common/_axes_transforms.py +0 -0
- {ngio-0.2.10 → ngio-0.2.12}/src/ngio/common/_common_types.py +0 -0
- {ngio-0.2.10 → ngio-0.2.12}/src/ngio/common/_dimensions.py +0 -0
- {ngio-0.2.10 → ngio-0.2.12}/src/ngio/common/_masking_roi.py +0 -0
- {ngio-0.2.10 → ngio-0.2.12}/src/ngio/common/_pyramid.py +0 -0
- {ngio-0.2.10 → ngio-0.2.12}/src/ngio/common/_roi.py +0 -0
- {ngio-0.2.10 → ngio-0.2.12}/src/ngio/common/_slicer.py +0 -0
- {ngio-0.2.10 → ngio-0.2.12}/src/ngio/common/_zoom.py +0 -0
- {ngio-0.2.10 → ngio-0.2.12}/src/ngio/hcs/__init__.py +0 -0
- {ngio-0.2.10 → ngio-0.2.12}/src/ngio/hcs/plate.py +0 -0
- {ngio-0.2.10 → ngio-0.2.12}/src/ngio/images/__init__.py +0 -0
- {ngio-0.2.10 → ngio-0.2.12}/src/ngio/images/abstract_image.py +0 -0
- {ngio-0.2.10 → ngio-0.2.12}/src/ngio/images/create.py +0 -0
- {ngio-0.2.10 → ngio-0.2.12}/src/ngio/images/image.py +0 -0
- {ngio-0.2.10 → ngio-0.2.12}/src/ngio/images/label.py +0 -0
- {ngio-0.2.10 → ngio-0.2.12}/src/ngio/images/masked_image.py +0 -0
- {ngio-0.2.10 → ngio-0.2.12}/src/ngio/images/ome_zarr_container.py +0 -0
- {ngio-0.2.10 → ngio-0.2.12}/src/ngio/ome_zarr_meta/__init__.py +0 -0
- {ngio-0.2.10 → ngio-0.2.12}/src/ngio/ome_zarr_meta/_meta_handlers.py +0 -0
- {ngio-0.2.10 → ngio-0.2.12}/src/ngio/ome_zarr_meta/ngio_specs/__init__.py +0 -0
- {ngio-0.2.10 → ngio-0.2.12}/src/ngio/ome_zarr_meta/ngio_specs/_axes.py +0 -0
- {ngio-0.2.10 → ngio-0.2.12}/src/ngio/ome_zarr_meta/ngio_specs/_channels.py +0 -0
- {ngio-0.2.10 → ngio-0.2.12}/src/ngio/ome_zarr_meta/ngio_specs/_dataset.py +0 -0
- {ngio-0.2.10 → ngio-0.2.12}/src/ngio/ome_zarr_meta/ngio_specs/_ngio_image.py +0 -0
- {ngio-0.2.10 → ngio-0.2.12}/src/ngio/ome_zarr_meta/ngio_specs/_pixel_size.py +0 -0
- {ngio-0.2.10 → ngio-0.2.12}/src/ngio/ome_zarr_meta/v04/__init__.py +0 -0
- {ngio-0.2.10 → ngio-0.2.12}/src/ngio/ome_zarr_meta/v04/_custom_models.py +0 -0
- {ngio-0.2.10 → ngio-0.2.12}/src/ngio/ome_zarr_meta/v04/_v04_spec_utils.py +0 -0
- {ngio-0.2.10 → ngio-0.2.12}/src/ngio/tables/__init__.py +0 -0
- {ngio-0.2.10 → ngio-0.2.12}/src/ngio/tables/_validators.py +0 -0
- {ngio-0.2.10 → ngio-0.2.12}/src/ngio/tables/backends/__init__.py +0 -0
- {ngio-0.2.10 → ngio-0.2.12}/src/ngio/tables/backends/_abstract_backend.py +0 -0
- {ngio-0.2.10 → ngio-0.2.12}/src/ngio/tables/backends/_anndata_utils.py +0 -0
- {ngio-0.2.10 → ngio-0.2.12}/src/ngio/tables/backends/_anndata_v1.py +0 -0
- {ngio-0.2.10 → ngio-0.2.12}/src/ngio/tables/backends/_csv_v1.py +0 -0
- {ngio-0.2.10 → ngio-0.2.12}/src/ngio/tables/backends/_json_v1.py +0 -0
- {ngio-0.2.10 → ngio-0.2.12}/src/ngio/tables/backends/_table_backends.py +0 -0
- {ngio-0.2.10 → ngio-0.2.12}/src/ngio/tables/backends/_utils.py +0 -0
- {ngio-0.2.10 → ngio-0.2.12}/src/ngio/tables/tables_container.py +0 -0
- {ngio-0.2.10 → ngio-0.2.12}/src/ngio/tables/v1/__init__.py +0 -0
- {ngio-0.2.10 → ngio-0.2.12}/src/ngio/tables/v1/_feature_table.py +0 -0
- {ngio-0.2.10 → ngio-0.2.12}/src/ngio/tables/v1/_generic_table.py +0 -0
- {ngio-0.2.10 → ngio-0.2.12}/src/ngio/tables/v1/_roi_table.py +0 -0
- {ngio-0.2.10 → ngio-0.2.12}/src/ngio/utils/__init__.py +0 -0
- {ngio-0.2.10 → ngio-0.2.12}/src/ngio/utils/_datasets.py +0 -0
- {ngio-0.2.10 → ngio-0.2.12}/src/ngio/utils/_errors.py +0 -0
- {ngio-0.2.10 → ngio-0.2.12}/src/ngio/utils/_fractal_fsspec_store.py +0 -0
- {ngio-0.2.10 → ngio-0.2.12}/src/ngio/utils/_logger.py +0 -0
- {ngio-0.2.10 → ngio-0.2.12}/src/ngio/utils/_zarr_utils.py +0 -0
- {ngio-0.2.10 → ngio-0.2.12}/tests/conftest.py +0 -0
- {ngio-0.2.10 → ngio-0.2.12}/tests/data/v04/images/test_image_c1yx.zarr/.zattrs +0 -0
- {ngio-0.2.10 → ngio-0.2.12}/tests/data/v04/images/test_image_c1yx.zarr/.zgroup +0 -0
- {ngio-0.2.10 → ngio-0.2.12}/tests/data/v04/images/test_image_c1yx.zarr/0/.zarray +0 -0
- {ngio-0.2.10 → ngio-0.2.12}/tests/data/v04/images/test_image_c1yx.zarr/1/.zarray +0 -0
- {ngio-0.2.10 → ngio-0.2.12}/tests/data/v04/images/test_image_c1yx.zarr/labels/.zattrs +0 -0
- {ngio-0.2.10 → ngio-0.2.12}/tests/data/v04/images/test_image_c1yx.zarr/labels/.zgroup +0 -0
- {ngio-0.2.10 → ngio-0.2.12}/tests/data/v04/images/test_image_c1yx.zarr/labels/label/.zattrs +0 -0
- {ngio-0.2.10 → ngio-0.2.12}/tests/data/v04/images/test_image_c1yx.zarr/labels/label/.zgroup +0 -0
- {ngio-0.2.10 → ngio-0.2.12}/tests/data/v04/images/test_image_c1yx.zarr/labels/label/0/.zarray +0 -0
- {ngio-0.2.10 → ngio-0.2.12}/tests/data/v04/images/test_image_c1yx.zarr/labels/label/1/.zarray +0 -0
- {ngio-0.2.10 → ngio-0.2.12}/tests/data/v04/images/test_image_cyx.zarr/.zattrs +0 -0
- {ngio-0.2.10 → ngio-0.2.12}/tests/data/v04/images/test_image_cyx.zarr/.zgroup +0 -0
- {ngio-0.2.10 → ngio-0.2.12}/tests/data/v04/images/test_image_cyx.zarr/0/.zarray +0 -0
- {ngio-0.2.10 → ngio-0.2.12}/tests/data/v04/images/test_image_cyx.zarr/1/.zarray +0 -0
- {ngio-0.2.10 → ngio-0.2.12}/tests/data/v04/images/test_image_cyx.zarr/labels/.zattrs +0 -0
- {ngio-0.2.10 → ngio-0.2.12}/tests/data/v04/images/test_image_cyx.zarr/labels/.zgroup +0 -0
- {ngio-0.2.10 → ngio-0.2.12}/tests/data/v04/images/test_image_cyx.zarr/labels/label/.zattrs +0 -0
- {ngio-0.2.10 → ngio-0.2.12}/tests/data/v04/images/test_image_cyx.zarr/labels/label/.zgroup +0 -0
- {ngio-0.2.10 → ngio-0.2.12}/tests/data/v04/images/test_image_cyx.zarr/labels/label/0/.zarray +0 -0
- {ngio-0.2.10 → ngio-0.2.12}/tests/data/v04/images/test_image_cyx.zarr/labels/label/1/.zarray +0 -0
- {ngio-0.2.10 → ngio-0.2.12}/tests/data/v04/images/test_image_czyx.zarr/.zattrs +0 -0
- {ngio-0.2.10 → ngio-0.2.12}/tests/data/v04/images/test_image_czyx.zarr/.zgroup +0 -0
- {ngio-0.2.10 → ngio-0.2.12}/tests/data/v04/images/test_image_czyx.zarr/0/.zarray +0 -0
- {ngio-0.2.10 → ngio-0.2.12}/tests/data/v04/images/test_image_czyx.zarr/1/.zarray +0 -0
- {ngio-0.2.10 → ngio-0.2.12}/tests/data/v04/images/test_image_czyx.zarr/labels/.zattrs +0 -0
- {ngio-0.2.10 → ngio-0.2.12}/tests/data/v04/images/test_image_czyx.zarr/labels/.zgroup +0 -0
- {ngio-0.2.10 → ngio-0.2.12}/tests/data/v04/images/test_image_czyx.zarr/labels/label/.zattrs +0 -0
- {ngio-0.2.10 → ngio-0.2.12}/tests/data/v04/images/test_image_czyx.zarr/labels/label/.zgroup +0 -0
- {ngio-0.2.10 → ngio-0.2.12}/tests/data/v04/images/test_image_czyx.zarr/labels/label/0/.zarray +0 -0
- {ngio-0.2.10 → ngio-0.2.12}/tests/data/v04/images/test_image_czyx.zarr/labels/label/1/.zarray +0 -0
- {ngio-0.2.10 → ngio-0.2.12}/tests/data/v04/images/test_image_tcyx.zarr/.zattrs +0 -0
- {ngio-0.2.10 → ngio-0.2.12}/tests/data/v04/images/test_image_tcyx.zarr/.zgroup +0 -0
- {ngio-0.2.10 → ngio-0.2.12}/tests/data/v04/images/test_image_tcyx.zarr/0/.zarray +0 -0
- {ngio-0.2.10 → ngio-0.2.12}/tests/data/v04/images/test_image_tcyx.zarr/1/.zarray +0 -0
- {ngio-0.2.10 → ngio-0.2.12}/tests/data/v04/images/test_image_tcyx.zarr/labels/.zattrs +0 -0
- {ngio-0.2.10 → ngio-0.2.12}/tests/data/v04/images/test_image_tcyx.zarr/labels/.zgroup +0 -0
- {ngio-0.2.10 → ngio-0.2.12}/tests/data/v04/images/test_image_tcyx.zarr/labels/label/.zattrs +0 -0
- {ngio-0.2.10 → ngio-0.2.12}/tests/data/v04/images/test_image_tcyx.zarr/labels/label/.zgroup +0 -0
- {ngio-0.2.10 → ngio-0.2.12}/tests/data/v04/images/test_image_tcyx.zarr/labels/label/0/.zarray +0 -0
- {ngio-0.2.10 → ngio-0.2.12}/tests/data/v04/images/test_image_tcyx.zarr/labels/label/1/.zarray +0 -0
- {ngio-0.2.10 → ngio-0.2.12}/tests/data/v04/images/test_image_tczyx.zarr/.zattrs +0 -0
- {ngio-0.2.10 → ngio-0.2.12}/tests/data/v04/images/test_image_tczyx.zarr/.zgroup +0 -0
- {ngio-0.2.10 → ngio-0.2.12}/tests/data/v04/images/test_image_tczyx.zarr/0/.zarray +0 -0
- {ngio-0.2.10 → ngio-0.2.12}/tests/data/v04/images/test_image_tczyx.zarr/1/.zarray +0 -0
- {ngio-0.2.10 → ngio-0.2.12}/tests/data/v04/images/test_image_tczyx.zarr/labels/.zattrs +0 -0
- {ngio-0.2.10 → ngio-0.2.12}/tests/data/v04/images/test_image_tczyx.zarr/labels/.zgroup +0 -0
- {ngio-0.2.10 → ngio-0.2.12}/tests/data/v04/images/test_image_tczyx.zarr/labels/label/.zattrs +0 -0
- {ngio-0.2.10 → ngio-0.2.12}/tests/data/v04/images/test_image_tczyx.zarr/labels/label/.zgroup +0 -0
- {ngio-0.2.10 → ngio-0.2.12}/tests/data/v04/images/test_image_tczyx.zarr/labels/label/0/.zarray +0 -0
- {ngio-0.2.10 → ngio-0.2.12}/tests/data/v04/images/test_image_tczyx.zarr/labels/label/1/.zarray +0 -0
- {ngio-0.2.10 → ngio-0.2.12}/tests/data/v04/images/test_image_tyx.zarr/.zattrs +0 -0
- {ngio-0.2.10 → ngio-0.2.12}/tests/data/v04/images/test_image_tyx.zarr/.zgroup +0 -0
- {ngio-0.2.10 → ngio-0.2.12}/tests/data/v04/images/test_image_tyx.zarr/0/.zarray +0 -0
- {ngio-0.2.10 → ngio-0.2.12}/tests/data/v04/images/test_image_tyx.zarr/1/.zarray +0 -0
- {ngio-0.2.10 → ngio-0.2.12}/tests/data/v04/images/test_image_tyx.zarr/labels/.zattrs +0 -0
- {ngio-0.2.10 → ngio-0.2.12}/tests/data/v04/images/test_image_tyx.zarr/labels/.zgroup +0 -0
- {ngio-0.2.10 → ngio-0.2.12}/tests/data/v04/images/test_image_tyx.zarr/labels/label/.zattrs +0 -0
- {ngio-0.2.10 → ngio-0.2.12}/tests/data/v04/images/test_image_tyx.zarr/labels/label/.zgroup +0 -0
- {ngio-0.2.10 → ngio-0.2.12}/tests/data/v04/images/test_image_tyx.zarr/labels/label/0/.zarray +0 -0
- {ngio-0.2.10 → ngio-0.2.12}/tests/data/v04/images/test_image_tyx.zarr/labels/label/1/.zarray +0 -0
- {ngio-0.2.10 → ngio-0.2.12}/tests/data/v04/images/test_image_tzyx.zarr/.zattrs +0 -0
- {ngio-0.2.10 → ngio-0.2.12}/tests/data/v04/images/test_image_tzyx.zarr/.zgroup +0 -0
- {ngio-0.2.10 → ngio-0.2.12}/tests/data/v04/images/test_image_tzyx.zarr/0/.zarray +0 -0
- {ngio-0.2.10 → ngio-0.2.12}/tests/data/v04/images/test_image_tzyx.zarr/1/.zarray +0 -0
- {ngio-0.2.10 → ngio-0.2.12}/tests/data/v04/images/test_image_tzyx.zarr/labels/.zattrs +0 -0
- {ngio-0.2.10 → ngio-0.2.12}/tests/data/v04/images/test_image_tzyx.zarr/labels/.zgroup +0 -0
- {ngio-0.2.10 → ngio-0.2.12}/tests/data/v04/images/test_image_tzyx.zarr/labels/label/.zattrs +0 -0
- {ngio-0.2.10 → ngio-0.2.12}/tests/data/v04/images/test_image_tzyx.zarr/labels/label/.zgroup +0 -0
- {ngio-0.2.10 → ngio-0.2.12}/tests/data/v04/images/test_image_tzyx.zarr/labels/label/0/.zarray +0 -0
- {ngio-0.2.10 → ngio-0.2.12}/tests/data/v04/images/test_image_tzyx.zarr/labels/label/1/.zarray +0 -0
- {ngio-0.2.10 → ngio-0.2.12}/tests/data/v04/images/test_image_yx.zarr/.zattrs +0 -0
- {ngio-0.2.10 → ngio-0.2.12}/tests/data/v04/images/test_image_yx.zarr/.zgroup +0 -0
- {ngio-0.2.10 → ngio-0.2.12}/tests/data/v04/images/test_image_yx.zarr/0/.zarray +0 -0
- {ngio-0.2.10 → ngio-0.2.12}/tests/data/v04/images/test_image_yx.zarr/1/.zarray +0 -0
- {ngio-0.2.10 → ngio-0.2.12}/tests/data/v04/images/test_image_yx.zarr/labels/.zattrs +0 -0
- {ngio-0.2.10 → ngio-0.2.12}/tests/data/v04/images/test_image_yx.zarr/labels/.zgroup +0 -0
- {ngio-0.2.10 → ngio-0.2.12}/tests/data/v04/images/test_image_yx.zarr/labels/label/.zattrs +0 -0
- {ngio-0.2.10 → ngio-0.2.12}/tests/data/v04/images/test_image_yx.zarr/labels/label/.zgroup +0 -0
- {ngio-0.2.10 → ngio-0.2.12}/tests/data/v04/images/test_image_yx.zarr/labels/label/0/.zarray +0 -0
- {ngio-0.2.10 → ngio-0.2.12}/tests/data/v04/images/test_image_yx.zarr/labels/label/1/.zarray +0 -0
- {ngio-0.2.10 → ngio-0.2.12}/tests/data/v04/images/test_image_zyx.zarr/.zattrs +0 -0
- {ngio-0.2.10 → ngio-0.2.12}/tests/data/v04/images/test_image_zyx.zarr/.zgroup +0 -0
- {ngio-0.2.10 → ngio-0.2.12}/tests/data/v04/images/test_image_zyx.zarr/0/.zarray +0 -0
- {ngio-0.2.10 → ngio-0.2.12}/tests/data/v04/images/test_image_zyx.zarr/1/.zarray +0 -0
- {ngio-0.2.10 → ngio-0.2.12}/tests/data/v04/images/test_image_zyx.zarr/labels/.zattrs +0 -0
- {ngio-0.2.10 → ngio-0.2.12}/tests/data/v04/images/test_image_zyx.zarr/labels/.zgroup +0 -0
- {ngio-0.2.10 → ngio-0.2.12}/tests/data/v04/images/test_image_zyx.zarr/labels/label/.zattrs +0 -0
- {ngio-0.2.10 → ngio-0.2.12}/tests/data/v04/images/test_image_zyx.zarr/labels/label/.zgroup +0 -0
- {ngio-0.2.10 → ngio-0.2.12}/tests/data/v04/images/test_image_zyx.zarr/labels/label/0/.zarray +0 -0
- {ngio-0.2.10 → ngio-0.2.12}/tests/data/v04/images/test_image_zyx.zarr/labels/label/1/.zarray +0 -0
- {ngio-0.2.10 → ngio-0.2.12}/tests/data/v04/meta/base_ome_zarr_image_meta.json +0 -0
- {ngio-0.2.10 → ngio-0.2.12}/tests/data/v04/meta/base_ome_zarr_image_meta_wrong_axis_order.json +0 -0
- {ngio-0.2.10 → ngio-0.2.12}/tests/data/v04/meta/base_ome_zarr_label_meta.json +0 -0
- {ngio-0.2.10 → ngio-0.2.12}/tests/data/v04/meta/base_ome_zarr_well_meta.json +0 -0
- {ngio-0.2.10 → ngio-0.2.12}/tests/data/v04/meta/ome_zarr_well_path_normalization_meta.json +0 -0
- {ngio-0.2.10 → ngio-0.2.12}/tests/unit/common/test_dimensions.py +0 -0
- {ngio-0.2.10 → ngio-0.2.12}/tests/unit/common/test_pyramid.py +0 -0
- {ngio-0.2.10 → ngio-0.2.12}/tests/unit/common/test_roi.py +0 -0
- {ngio-0.2.10 → ngio-0.2.12}/tests/unit/hcs/test_well.py +0 -0
- {ngio-0.2.10 → ngio-0.2.12}/tests/unit/images/test_create.py +0 -0
- {ngio-0.2.10 → ngio-0.2.12}/tests/unit/images/test_images.py +0 -0
- {ngio-0.2.10 → ngio-0.2.12}/tests/unit/images/test_masked_images.py +0 -0
- {ngio-0.2.10 → ngio-0.2.12}/tests/unit/images/test_omezarr_container.py +0 -0
- {ngio-0.2.10 → ngio-0.2.12}/tests/unit/ome_zarr_meta/test_image_handler.py +0 -0
- {ngio-0.2.10 → ngio-0.2.12}/tests/unit/ome_zarr_meta/test_unit_ngio_specs.py +0 -0
- {ngio-0.2.10 → ngio-0.2.12}/tests/unit/tables/test_backends.py +0 -0
- {ngio-0.2.10 → ngio-0.2.12}/tests/unit/tables/test_backends_utils.py +0 -0
- {ngio-0.2.10 → ngio-0.2.12}/tests/unit/tables/test_feature_table.py +0 -0
- {ngio-0.2.10 → ngio-0.2.12}/tests/unit/tables/test_generic_table.py +0 -0
- {ngio-0.2.10 → ngio-0.2.12}/tests/unit/tables/test_masking_roi_table_v1.py +0 -0
- {ngio-0.2.10 → ngio-0.2.12}/tests/unit/tables/test_roi_table_v1.py +0 -0
- {ngio-0.2.10 → ngio-0.2.12}/tests/unit/tables/test_table_group.py +0 -0
- {ngio-0.2.10 → ngio-0.2.12}/tests/unit/tables/test_validators.py +0 -0
- {ngio-0.2.10 → ngio-0.2.12}/tests/unit/utils/test_download_datasets.py +0 -0
- {ngio-0.2.10 → ngio-0.2.12}/tests/unit/utils/test_zarr_utils.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: ngio
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.12
|
|
4
4
|
Summary: Next Generation file format IO
|
|
5
5
|
Project-URL: homepage, https://github.com/lorenzocerrone/ngio
|
|
6
6
|
Project-URL: repository, https://github.com/lorenzocerrone/ngio
|
|
@@ -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
|
|
@@ -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
|
+
"Only alphanumeric characters are allowed, "
|
|
29
|
+
"this might cause issues in some tools."
|
|
39
30
|
)
|
|
40
31
|
return path
|
|
41
32
|
|
|
@@ -87,7 +87,7 @@ def test_create_and_edit_plate_path_normalization(tmp_path: Path):
|
|
|
87
87
|
test_plate.add_image(
|
|
88
88
|
row="B", column="03", image_path="1_illumination_correction", acquisition_id=0
|
|
89
89
|
)
|
|
90
|
-
assert test_plate.images_paths() == ["B/03/
|
|
90
|
+
assert test_plate.images_paths() == ["B/03/0_mip", "B/03/1_illumination_correction"]
|
|
91
91
|
|
|
92
92
|
|
|
93
93
|
def test_derive_plate_from_ome_zarr(cardiomyocyte_tiny_path: Path, tmp_path: Path):
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
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.2.10 → ngio-0.2.12}/tests/data/v04/images/test_image_c1yx.zarr/labels/label/0/.zarray
RENAMED
|
File without changes
|
{ngio-0.2.10 → ngio-0.2.12}/tests/data/v04/images/test_image_c1yx.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
|
{ngio-0.2.10 → ngio-0.2.12}/tests/data/v04/images/test_image_cyx.zarr/labels/label/0/.zarray
RENAMED
|
File without changes
|
{ngio-0.2.10 → ngio-0.2.12}/tests/data/v04/images/test_image_cyx.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
|
{ngio-0.2.10 → ngio-0.2.12}/tests/data/v04/images/test_image_czyx.zarr/labels/label/0/.zarray
RENAMED
|
File without changes
|
{ngio-0.2.10 → ngio-0.2.12}/tests/data/v04/images/test_image_czyx.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
|
{ngio-0.2.10 → ngio-0.2.12}/tests/data/v04/images/test_image_tcyx.zarr/labels/label/0/.zarray
RENAMED
|
File without changes
|
{ngio-0.2.10 → ngio-0.2.12}/tests/data/v04/images/test_image_tcyx.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
|
{ngio-0.2.10 → ngio-0.2.12}/tests/data/v04/images/test_image_tczyx.zarr/labels/label/.zattrs
RENAMED
|
File without changes
|
{ngio-0.2.10 → ngio-0.2.12}/tests/data/v04/images/test_image_tczyx.zarr/labels/label/.zgroup
RENAMED
|
File without changes
|
{ngio-0.2.10 → ngio-0.2.12}/tests/data/v04/images/test_image_tczyx.zarr/labels/label/0/.zarray
RENAMED
|
File without changes
|
{ngio-0.2.10 → ngio-0.2.12}/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
|
{ngio-0.2.10 → ngio-0.2.12}/tests/data/v04/images/test_image_tyx.zarr/labels/label/0/.zarray
RENAMED
|
File without changes
|
{ngio-0.2.10 → ngio-0.2.12}/tests/data/v04/images/test_image_tyx.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
|
{ngio-0.2.10 → ngio-0.2.12}/tests/data/v04/images/test_image_tzyx.zarr/labels/label/0/.zarray
RENAMED
|
File without changes
|
{ngio-0.2.10 → ngio-0.2.12}/tests/data/v04/images/test_image_tzyx.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
|
{ngio-0.2.10 → ngio-0.2.12}/tests/data/v04/images/test_image_zyx.zarr/labels/label/0/.zarray
RENAMED
|
File without changes
|
{ngio-0.2.10 → ngio-0.2.12}/tests/data/v04/images/test_image_zyx.zarr/labels/label/1/.zarray
RENAMED
|
File without changes
|
|
File without changes
|
{ngio-0.2.10 → ngio-0.2.12}/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
|