@vitessce/vega 3.6.2 → 3.6.4

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 (2) hide show
  1. package/dist/index.js +32 -0
  2. package/package.json +4 -4
package/dist/index.js CHANGED
@@ -51356,6 +51356,7 @@ const FileType$1 = {
51356
51356
  ANNDATA_ZARR_ZIP: "anndata.zarr.zip",
51357
51357
  ANNDATA_H5AD: "anndata.h5ad",
51358
51358
  SPATIALDATA_ZARR: "spatialdata.zarr",
51359
+ SPATIALDATA_ZARR_ZIP: "spatialdata.zarr.zip",
51359
51360
  // Atomic file types
51360
51361
  OBS_EMBEDDING_CSV: "obsEmbedding.csv",
51361
51362
  OBS_SPOTS_CSV: "obsSpots.csv",
@@ -51436,6 +51437,14 @@ const FileType$1 = {
51436
51437
  // TODO:
51437
51438
  // OBS_POINTS_SPATIALDATA_ZARR: 'obsPoints.spatialdata.zarr',
51438
51439
  // OBS_LOCATIONS_SPATIALDATA_ZARR: 'obsLocations.spatialdata.zarr',
51440
+ // SpatialData - zipped
51441
+ IMAGE_SPATIALDATA_ZARR_ZIP: "image.spatialdata.zarr.zip",
51442
+ LABELS_SPATIALDATA_ZARR_ZIP: "labels.spatialdata.zarr.zip",
51443
+ SHAPES_SPATIALDATA_ZARR_ZIP: "shapes.spatialdata.zarr.zip",
51444
+ OBS_FEATURE_MATRIX_SPATIALDATA_ZARR_ZIP: "obsFeatureMatrix.spatialdata.zarr.zip",
51445
+ OBS_SETS_SPATIALDATA_ZARR_ZIP: "obsSets.spatialdata.zarr.zip",
51446
+ OBS_SPOTS_SPATIALDATA_ZARR_ZIP: "obsSpots.spatialdata.zarr.zip",
51447
+ FEATURE_LABELS_SPATIALDATA_ZARR_ZIP: "featureLabels.spatialdata.zarr.zip",
51439
51448
  // MuData
51440
51449
  OBS_FEATURE_MATRIX_MUDATA_ZARR: "obsFeatureMatrix.mudata.zarr",
51441
51450
  OBS_SETS_MUDATA_ZARR: "obsSets.mudata.zarr",
@@ -51833,6 +51842,28 @@ const CoordinationType$1 = {
51833
51842
  },
51834
51843
  [FileType$1.OBS_SEGMENTATIONS_OME_ZARR]: {
51835
51844
  zip: FileType$1.OBS_SEGMENTATIONS_OME_ZARR_ZIP
51845
+ },
51846
+ // For SpatialData:
51847
+ [FileType$1.IMAGE_SPATIALDATA_ZARR]: {
51848
+ zip: FileType$1.IMAGE_SPATIALDATA_ZARR_ZIP
51849
+ },
51850
+ [FileType$1.LABELS_SPATIALDATA_ZARR]: {
51851
+ zip: FileType$1.LABELS_SPATIALDATA_ZARR_ZIP
51852
+ },
51853
+ [FileType$1.SHAPES_SPATIALDATA_ZARR]: {
51854
+ zip: FileType$1.SHAPES_SPATIALDATA_ZARR_ZIP
51855
+ },
51856
+ [FileType$1.OBS_FEATURE_MATRIX_SPATIALDATA_ZARR]: {
51857
+ zip: FileType$1.OBS_FEATURE_MATRIX_SPATIALDATA_ZARR_ZIP
51858
+ },
51859
+ [FileType$1.OBS_SETS_SPATIALDATA_ZARR]: {
51860
+ zip: FileType$1.OBS_SETS_SPATIALDATA_ZARR_ZIP
51861
+ },
51862
+ [FileType$1.OBS_SPOTS_SPATIALDATA_ZARR]: {
51863
+ zip: FileType$1.OBS_SPOTS_SPATIALDATA_ZARR_ZIP
51864
+ },
51865
+ [FileType$1.FEATURE_LABELS_SPATIALDATA_ZARR]: {
51866
+ zip: FileType$1.FEATURE_LABELS_SPATIALDATA_ZARR_ZIP
51836
51867
  }
51837
51868
  });
51838
51869
  [
@@ -52953,6 +52984,7 @@ const anndataZarrSchema = z.object({
52953
52984
  z.array(annDataConvenienceFeatureLabelsItem)
52954
52985
  ]),
52955
52986
  obsFeatureMatrix: annDataObsFeatureMatrix,
52987
+ obsFeatureColumns: annDataObsFeatureColumnsArr,
52956
52988
  obsSets: annDataObsSetsArr,
52957
52989
  obsSpots: annDataObsSpots,
52958
52990
  obsPoints: annDataObsPoints,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vitessce/vega",
3
- "version": "3.6.2",
3
+ "version": "3.6.4",
4
4
  "author": "HIDIVE Lab at HMS",
5
5
  "homepage": "http://vitessce.io",
6
6
  "repository": {
@@ -21,9 +21,9 @@
21
21
  "vega": "^5.21.0",
22
22
  "vega-lite": "^5.1.1",
23
23
  "vega-tooltip": "^0.27.0",
24
- "@vitessce/styles": "3.6.2",
25
- "@vitessce/tooltip": "3.6.2",
26
- "@vitessce/legend": "3.6.2"
24
+ "@vitessce/styles": "3.6.4",
25
+ "@vitessce/tooltip": "3.6.4",
26
+ "@vitessce/legend": "3.6.4"
27
27
  },
28
28
  "devDependencies": {
29
29
  "react": "^18.0.0",