@vitessce/vit-s 3.5.10 → 3.5.12

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 +7 -5
  2. package/package.json +10 -10
package/dist/index.js CHANGED
@@ -28318,6 +28318,7 @@ const CoordinationType$1 = {
28318
28318
  FEATURE_VALUE_COLORMAP: "featureValueColormap",
28319
28319
  FEATURE_VALUE_TRANSFORM: "featureValueTransform",
28320
28320
  FEATURE_VALUE_COLORMAP_RANGE: "featureValueColormapRange",
28321
+ FEATURE_AGGREGATION_STRATEGY: "featureAggregationStrategy",
28321
28322
  OBS_COLOR_ENCODING: "obsColorEncoding",
28322
28323
  SPATIAL_IMAGE_LAYER: "spatialImageLayer",
28323
28324
  SPATIAL_SEGMENTATION_LAYER: "spatialSegmentationLayer",
@@ -28483,13 +28484,14 @@ const AUTO_INDEPENDENT_COORDINATION_TYPES = [
28483
28484
  CoordinationType$1.EMBEDDING_OBS_SET_LABELS_VISIBLE,
28484
28485
  CoordinationType$1.EMBEDDING_OBS_SET_LABEL_SIZE,
28485
28486
  CoordinationType$1.EMBEDDING_OBS_RADIUS,
28486
- CoordinationType$1.EMBEDDING_OBS_OPACITY
28487
+ CoordinationType$1.EMBEDDING_OBS_OPACITY,
28488
+ CoordinationType$1.FEATURE_AGGREGATION_STRATEGY
28487
28489
  ];
28488
28490
  const note = "This file is autogenerated by .changeset/post-changelog.mjs.";
28489
- const version = "3.5.10";
28490
- const date = "2025-03-27";
28491
+ const version = "3.5.12";
28492
+ const date = "2025-05-14";
28491
28493
  const branch = "changeset-release/main";
28492
- const hash = "17431b4f";
28494
+ const hash = "a2f10645";
28493
28495
  const META_VERSION = {
28494
28496
  note,
28495
28497
  version,
@@ -28836,6 +28838,7 @@ z.object({
28836
28838
  termColumn: z.string().optional(),
28837
28839
  pValueColumn: z.string(),
28838
28840
  pValueAdjusted: z.boolean().optional(),
28841
+ featureSetLibrary: z.string().optional().describe("Optionally, provide a feature set library name. By default, Reactome_2022."),
28839
28842
  analysisType: z.string().optional().describe("Optionally, provide an analysis_type name. By default, pertpy_hypergeometric.")
28840
28843
  });
28841
28844
  z.object({
@@ -28846,7 +28849,6 @@ z.object({
28846
28849
  foldChangeColumn: z.string().describe("The log-fold change is then calculated between this expected sample and the expected sample with no active covariates from the intercept section."),
28847
28850
  foldChangeTransformation: z.enum(["log2"]).optional(),
28848
28851
  isCredibleEffectColumn: z.string().describe("Column which annotates effects as being credible or not (boolean)."),
28849
- covariateColumn: z.string().describe("Column which defines the covariate used in the analysis."),
28850
28852
  analysisType: z.string().optional().describe("Optionally, provide an analysis_type name. By default, sccoda_df.")
28851
28853
  });
28852
28854
  const annDataObsLabels = annDataObs;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vitessce/vit-s",
3
- "version": "3.5.10",
3
+ "version": "3.5.12",
4
4
  "author": "HIDIVE Lab at HMS",
5
5
  "homepage": "http://vitessce.io",
6
6
  "repository": {
@@ -30,14 +30,14 @@
30
30
  "zustand": "^3.5.10",
31
31
  "react-aria": "^3.28.0",
32
32
  "react-error-boundary": "^5.0.0",
33
- "@vitessce/abstract": "3.5.10",
34
- "@vitessce/constants-internal": "3.5.10",
35
- "@vitessce/plugins": "3.5.10",
36
- "@vitessce/schemas": "3.5.10",
37
- "@vitessce/sets-utils": "3.5.10",
38
- "@vitessce/config": "3.5.10",
39
- "@vitessce/globals": "3.5.10",
40
- "@vitessce/utils": "3.5.10"
33
+ "@vitessce/abstract": "3.5.12",
34
+ "@vitessce/constants-internal": "3.5.12",
35
+ "@vitessce/plugins": "3.5.12",
36
+ "@vitessce/schemas": "3.5.12",
37
+ "@vitessce/utils": "3.5.12",
38
+ "@vitessce/sets-utils": "3.5.12",
39
+ "@vitessce/config": "3.5.12",
40
+ "@vitessce/globals": "3.5.12"
41
41
  },
42
42
  "devDependencies": {
43
43
  "@testing-library/jest-dom": "^5.16.4",
@@ -45,7 +45,7 @@
45
45
  "react": "^18.0.0",
46
46
  "vite": "^4.3.0",
47
47
  "vitest": "^0.32.2",
48
- "@vitessce/types": "3.5.10"
48
+ "@vitessce/types": "3.5.12"
49
49
  },
50
50
  "peerDependencies": {
51
51
  "react": "^16.8.0 || ^17.0.0 || ^18.0.0"