napari-ome-arrow 0.0.3__tar.gz → 0.0.4__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.
Files changed (30) hide show
  1. {napari_ome_arrow-0.0.3 → napari_ome_arrow-0.0.4}/CITATION.cff +6 -2
  2. {napari_ome_arrow-0.0.3/src/napari_ome_arrow.egg-info → napari_ome_arrow-0.0.4}/PKG-INFO +2 -1
  3. {napari_ome_arrow-0.0.3 → napari_ome_arrow-0.0.4}/README.md +1 -0
  4. {napari_ome_arrow-0.0.3 → napari_ome_arrow-0.0.4}/src/napari_ome_arrow/_version.py +3 -3
  5. {napari_ome_arrow-0.0.3 → napari_ome_arrow-0.0.4/src/napari_ome_arrow.egg-info}/PKG-INFO +2 -1
  6. {napari_ome_arrow-0.0.3 → napari_ome_arrow-0.0.4}/.github/ISSUE_TEMPLATE/issue.yml +0 -0
  7. {napari_ome_arrow-0.0.3 → napari_ome_arrow-0.0.4}/.github/PULL_REQUEST_TEMPLATE.md +0 -0
  8. {napari_ome_arrow-0.0.3 → napari_ome_arrow-0.0.4}/.github/dependabot.yml +0 -0
  9. {napari_ome_arrow-0.0.3 → napari_ome_arrow-0.0.4}/.github/release-drafter.yml +0 -0
  10. {napari_ome_arrow-0.0.3 → napari_ome_arrow-0.0.4}/.github/workflows/draft-release.yml +0 -0
  11. {napari_ome_arrow-0.0.3 → napari_ome_arrow-0.0.4}/.github/workflows/publish-pypi.yml +0 -0
  12. {napari_ome_arrow-0.0.3 → napari_ome_arrow-0.0.4}/.github/workflows/run-tests.yml +0 -0
  13. {napari_ome_arrow-0.0.3 → napari_ome_arrow-0.0.4}/.gitignore +0 -0
  14. {napari_ome_arrow-0.0.3 → napari_ome_arrow-0.0.4}/.napari-hub/config.yml +0 -0
  15. {napari_ome_arrow-0.0.3 → napari_ome_arrow-0.0.4}/.pre-commit-config.yaml +0 -0
  16. {napari_ome_arrow-0.0.3 → napari_ome_arrow-0.0.4}/CODE_OF_CONDUCT.md +0 -0
  17. {napari_ome_arrow-0.0.3 → napari_ome_arrow-0.0.4}/CONTRIBUTING.md +0 -0
  18. {napari_ome_arrow-0.0.3 → napari_ome_arrow-0.0.4}/LICENSE +0 -0
  19. {napari_ome_arrow-0.0.3 → napari_ome_arrow-0.0.4}/MANIFEST.in +0 -0
  20. {napari_ome_arrow-0.0.3 → napari_ome_arrow-0.0.4}/pyproject.toml +0 -0
  21. {napari_ome_arrow-0.0.3 → napari_ome_arrow-0.0.4}/setup.cfg +0 -0
  22. {napari_ome_arrow-0.0.3 → napari_ome_arrow-0.0.4}/src/napari_ome_arrow/__init__.py +0 -0
  23. {napari_ome_arrow-0.0.3 → napari_ome_arrow-0.0.4}/src/napari_ome_arrow/_reader.py +0 -0
  24. {napari_ome_arrow-0.0.3 → napari_ome_arrow-0.0.4}/src/napari_ome_arrow/napari.yaml +0 -0
  25. {napari_ome_arrow-0.0.3 → napari_ome_arrow-0.0.4}/src/napari_ome_arrow.egg-info/SOURCES.txt +0 -0
  26. {napari_ome_arrow-0.0.3 → napari_ome_arrow-0.0.4}/src/napari_ome_arrow.egg-info/dependency_links.txt +0 -0
  27. {napari_ome_arrow-0.0.3 → napari_ome_arrow-0.0.4}/src/napari_ome_arrow.egg-info/entry_points.txt +0 -0
  28. {napari_ome_arrow-0.0.3 → napari_ome_arrow-0.0.4}/src/napari_ome_arrow.egg-info/requires.txt +0 -0
  29. {napari_ome_arrow-0.0.3 → napari_ome_arrow-0.0.4}/src/napari_ome_arrow.egg-info/top_level.txt +0 -0
  30. {napari_ome_arrow-0.0.3 → napari_ome_arrow-0.0.4}/uv.lock +0 -0
@@ -2,7 +2,7 @@
2
2
  # Visit https://bit.ly/cffinit to generate yours today!
3
3
  ---
4
4
  cff-version: 1.2.0
5
- title: ome_arrow
5
+ title: napari_ome_arrow
6
6
  message: >-
7
7
  If you use this software, please cite it using the
8
8
  metadata from the CITATION.cff file.
@@ -25,10 +25,14 @@ authors:
25
25
  orcid: 'https://orcid.org/0000-0002-0503-9348'
26
26
  repository-code: "https://github.com/wayscience/ome-arrow"
27
27
  abstract: >-
28
- Using OME specifications with Apache Arrow for fast, queryable, and language agnostic bioimage data.
28
+ A Napari plugin for OME-Arrow and OME-Parquet bioimage data
29
29
  keywords:
30
30
  - python
31
31
  license: BSD-3-Clause
32
+ identifiers:
33
+ - description: Zenodo software DOI
34
+ type: doi
35
+ value: 10.5281/zenodo.17613571
32
36
  references:
33
37
  - authors:
34
38
  - name: "ExampleHuman CellProfiler Data Team"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: napari-ome-arrow
3
- Version: 0.0.3
3
+ Version: 0.0.4
4
4
  Summary: A Napari plugin for OME-Arrow and OME-Parquet bioimage data
5
5
  License:
6
6
  Copyright (c) 2025, Dave Bunten
@@ -74,6 +74,7 @@ Dynamic: license-file
74
74
  [![Python Version](https://img.shields.io/pypi/pyversions/napari-ome-arrow.svg?color=green)](https://python.org)
75
75
  [![napari hub](https://img.shields.io/endpoint?url=https://api.napari-hub.org/shields/napari-ome-arrow)](https://napari-hub.org/plugins/napari-ome-arrow)
76
76
  [![npe2](https://img.shields.io/badge/plugin-npe2-blue?link=https://napari.org/stable/plugins/index.html)](https://napari.org/stable/plugins/index.html)
77
+ [![Software DOI badge](https://zenodo.org/badge/DOI/10.5281/zenodo.17613571.svg)](https://doi.org/10.5281/zenodo.17613571)
77
78
 
78
79
  `napari-ome-arrow` is a minimal plugin for [napari](https://napari.org) that opens image data through the [OME-Arrow](https://github.com/wayscience/ome-arrow) toolkit.
79
80
 
@@ -5,6 +5,7 @@
5
5
  [![Python Version](https://img.shields.io/pypi/pyversions/napari-ome-arrow.svg?color=green)](https://python.org)
6
6
  [![napari hub](https://img.shields.io/endpoint?url=https://api.napari-hub.org/shields/napari-ome-arrow)](https://napari-hub.org/plugins/napari-ome-arrow)
7
7
  [![npe2](https://img.shields.io/badge/plugin-npe2-blue?link=https://napari.org/stable/plugins/index.html)](https://napari.org/stable/plugins/index.html)
8
+ [![Software DOI badge](https://zenodo.org/badge/DOI/10.5281/zenodo.17613571.svg)](https://doi.org/10.5281/zenodo.17613571)
8
9
 
9
10
  `napari-ome-arrow` is a minimal plugin for [napari](https://napari.org) that opens image data through the [OME-Arrow](https://github.com/wayscience/ome-arrow) toolkit.
10
11
 
@@ -28,7 +28,7 @@ version_tuple: VERSION_TUPLE
28
28
  commit_id: COMMIT_ID
29
29
  __commit_id__: COMMIT_ID
30
30
 
31
- __version__ = version = '0.0.3'
32
- __version_tuple__ = version_tuple = (0, 0, 3)
31
+ __version__ = version = '0.0.4'
32
+ __version_tuple__ = version_tuple = (0, 0, 4)
33
33
 
34
- __commit_id__ = commit_id = 'g837da2b31'
34
+ __commit_id__ = commit_id = 'gca6cfbc54'
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: napari-ome-arrow
3
- Version: 0.0.3
3
+ Version: 0.0.4
4
4
  Summary: A Napari plugin for OME-Arrow and OME-Parquet bioimage data
5
5
  License:
6
6
  Copyright (c) 2025, Dave Bunten
@@ -74,6 +74,7 @@ Dynamic: license-file
74
74
  [![Python Version](https://img.shields.io/pypi/pyversions/napari-ome-arrow.svg?color=green)](https://python.org)
75
75
  [![napari hub](https://img.shields.io/endpoint?url=https://api.napari-hub.org/shields/napari-ome-arrow)](https://napari-hub.org/plugins/napari-ome-arrow)
76
76
  [![npe2](https://img.shields.io/badge/plugin-npe2-blue?link=https://napari.org/stable/plugins/index.html)](https://napari.org/stable/plugins/index.html)
77
+ [![Software DOI badge](https://zenodo.org/badge/DOI/10.5281/zenodo.17613571.svg)](https://doi.org/10.5281/zenodo.17613571)
77
78
 
78
79
  `napari-ome-arrow` is a minimal plugin for [napari](https://napari.org) that opens image data through the [OME-Arrow](https://github.com/wayscience/ome-arrow) toolkit.
79
80