vitessce 3.7.5__tar.gz → 3.7.6__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 (49) hide show
  1. {vitessce-3.7.5 → vitessce-3.7.6}/PKG-INFO +1 -1
  2. {vitessce-3.7.5 → vitessce-3.7.6}/pyproject.toml +1 -1
  3. {vitessce-3.7.5 → vitessce-3.7.6}/src/vitessce/wrappers.py +7 -0
  4. {vitessce-3.7.5 → vitessce-3.7.6}/uv.lock +1 -1
  5. {vitessce-3.7.5 → vitessce-3.7.6}/.coveragerc_omit +0 -0
  6. {vitessce-3.7.5 → vitessce-3.7.6}/.coveragerc_real +0 -0
  7. {vitessce-3.7.5 → vitessce-3.7.6}/.devcontainer/devcontainer.json +0 -0
  8. {vitessce-3.7.5 → vitessce-3.7.6}/.gitignore +0 -0
  9. {vitessce-3.7.5 → vitessce-3.7.6}/.python-version +0 -0
  10. {vitessce-3.7.5 → vitessce-3.7.6}/CHANGELOG.md +0 -0
  11. {vitessce-3.7.5 → vitessce-3.7.6}/LICENSE +0 -0
  12. {vitessce-3.7.5 → vitessce-3.7.6}/MANIFEST.in +0 -0
  13. {vitessce-3.7.5 → vitessce-3.7.6}/Makefile +0 -0
  14. {vitessce-3.7.5 → vitessce-3.7.6}/README.md +0 -0
  15. {vitessce-3.7.5 → vitessce-3.7.6}/setup.cfg +0 -0
  16. {vitessce-3.7.5 → vitessce-3.7.6}/setup.py +0 -0
  17. {vitessce-3.7.5 → vitessce-3.7.6}/src/vitessce/__init__.py +0 -0
  18. {vitessce-3.7.5 → vitessce-3.7.6}/src/vitessce/config.py +0 -0
  19. {vitessce-3.7.5 → vitessce-3.7.6}/src/vitessce/config_converter.py +0 -0
  20. {vitessce-3.7.5 → vitessce-3.7.6}/src/vitessce/constants.py +0 -0
  21. {vitessce-3.7.5 → vitessce-3.7.6}/src/vitessce/data_utils/__init__.py +0 -0
  22. {vitessce-3.7.5 → vitessce-3.7.6}/src/vitessce/data_utils/anndata.py +0 -0
  23. {vitessce-3.7.5 → vitessce-3.7.6}/src/vitessce/data_utils/entities.py +0 -0
  24. {vitessce-3.7.5 → vitessce-3.7.6}/src/vitessce/data_utils/multivec.py +0 -0
  25. {vitessce-3.7.5 → vitessce-3.7.6}/src/vitessce/data_utils/ome.py +0 -0
  26. {vitessce-3.7.5 → vitessce-3.7.6}/src/vitessce/export.py +0 -0
  27. {vitessce-3.7.5 → vitessce-3.7.6}/src/vitessce/file_def_utils.py +0 -0
  28. {vitessce-3.7.5 → vitessce-3.7.6}/src/vitessce/repr.py +0 -0
  29. {vitessce-3.7.5 → vitessce-3.7.6}/src/vitessce/responses.py +0 -0
  30. {vitessce-3.7.5 → vitessce-3.7.6}/src/vitessce/routes.py +0 -0
  31. {vitessce-3.7.5 → vitessce-3.7.6}/src/vitessce/utils.py +0 -0
  32. {vitessce-3.7.5 → vitessce-3.7.6}/src/vitessce/widget.py +0 -0
  33. {vitessce-3.7.5 → vitessce-3.7.6}/src/vitessce/widget_plugins/__init__.py +0 -0
  34. {vitessce-3.7.5 → vitessce-3.7.6}/src/vitessce/widget_plugins/demo_plugin.py +0 -0
  35. {vitessce-3.7.5 → vitessce-3.7.6}/src/vitessce/widget_plugins/spatial_query.py +0 -0
  36. {vitessce-3.7.5 → vitessce-3.7.6}/tests/__init__.py +0 -0
  37. {vitessce-3.7.5 → vitessce-3.7.6}/tests/create_test_data.py +0 -0
  38. {vitessce-3.7.5 → vitessce-3.7.6}/tests/data/test.ome.tif +0 -0
  39. {vitessce-3.7.5 → vitessce-3.7.6}/tests/test_anndata_utils.py +0 -0
  40. {vitessce-3.7.5 → vitessce-3.7.6}/tests/test_config.py +0 -0
  41. {vitessce-3.7.5 → vitessce-3.7.6}/tests/test_config_converter.py +0 -0
  42. {vitessce-3.7.5 → vitessce-3.7.6}/tests/test_config_updates.py +0 -0
  43. {vitessce-3.7.5 → vitessce-3.7.6}/tests/test_entities.py +0 -0
  44. {vitessce-3.7.5 → vitessce-3.7.6}/tests/test_ome_utils.py +0 -0
  45. {vitessce-3.7.5 → vitessce-3.7.6}/tests/test_wrappers.py +0 -0
  46. {vitessce-3.7.5 → vitessce-3.7.6}/tests-widget/example.spec.js +0 -0
  47. {vitessce-3.7.5 → vitessce-3.7.6}/tests-widget/package.json +0 -0
  48. {vitessce-3.7.5 → vitessce-3.7.6}/tests-widget/playwright.config.js +0 -0
  49. {vitessce-3.7.5 → vitessce-3.7.6}/tests-widget/pnpm-lock.yaml +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: vitessce
3
- Version: 3.7.5
3
+ Version: 3.7.6
4
4
  Summary: Jupyter widget facilitating interactive visualization of spatial single-cell data with Vitessce
5
5
  Project-URL: repository, https://github.com/vitessce/vitessce-python
6
6
  Author-email: Mark Keller <mark_keller@hms.harvard.edu>
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
4
 
5
5
  [project]
6
6
  name = "vitessce"
7
- version = "3.7.5"
7
+ version = "3.7.6"
8
8
  authors = [
9
9
  { name="Mark Keller", email="mark_keller@hms.harvard.edu" },
10
10
  ]
@@ -74,6 +74,7 @@ class AbstractWrapper:
74
74
  self.routes = []
75
75
  self.is_remote = False # TODO: change to needs_localhost_serving for clarity
76
76
  self.is_store = False # TODO: change to needs_store_registration for clarity
77
+ self.is_zip = False
77
78
  self.file_def_creators = []
78
79
  self.base_dir = None
79
80
  self.stores = {}
@@ -1326,6 +1327,12 @@ class AnnDataWrapper(AbstractWrapper):
1326
1327
  *self.get_local_file_route(dataset_uid, obj_i, self._adata_path, self.local_file_uid),
1327
1328
  *self.get_local_file_route(dataset_uid, obj_i, self._ref_path, self.local_ref_uid)
1328
1329
  ]
1330
+ elif self.is_zip:
1331
+ return [
1332
+ # TODO: modify so that the .zip file extension is used
1333
+ # (not necessary, but could help with debugging or with base_dir mode)
1334
+ *self.get_local_file_route(dataset_uid, obj_i, self._adata_path, self.local_dir_uid)
1335
+ ]
1329
1336
  else:
1330
1337
  return self.get_local_dir_route(dataset_uid, obj_i, self._adata_path, self.local_dir_uid)
1331
1338
 
@@ -4496,7 +4496,7 @@ wheels = [
4496
4496
 
4497
4497
  [[package]]
4498
4498
  name = "vitessce"
4499
- version = "3.7.5"
4499
+ version = "3.7.6"
4500
4500
  source = { editable = "." }
4501
4501
  dependencies = [
4502
4502
  { name = "black" },
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes