@vitessce/statistical-plots 3.9.0 → 3.9.1

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.
@@ -1,5 +1,5 @@
1
1
  import { i as inflate_1 } from "./pako.esm-SxljTded.js";
2
- import { B as BaseDecoder } from "./index-9fVs96zH.js";
2
+ import { B as BaseDecoder } from "./index-DQNZPvU7.js";
3
3
  class DeflateDecoder extends BaseDecoder {
4
4
  decodeBlock(buffer) {
5
5
  return inflate_1(new Uint8Array(buffer)).buffer;
@@ -11479,7 +11479,9 @@ const obsSegmentationsSpatialdataSchema = z.object({
11479
11479
  const obsPointsSpatialdataSchema = z.object({
11480
11480
  path: z.string().describe("The path to the point data."),
11481
11481
  tablePath: z.string().optional().describe("The path to a table which annotates the points. If available but not specified, the spot identifiers may not be aligned with associated tabular data as expected."),
11482
- coordinateSystem: z.string().optional().describe('The name of a coordinate transformation output used to transform the image. If not provided, the "global" coordinate system is assumed.')
11482
+ coordinateSystem: z.string().optional().describe('The name of a coordinate transformation output used to transform the image. If not provided, the "global" coordinate system is assumed.'),
11483
+ featureIndexColumn: z.string().optional().describe("The name of the column in the table which contains the feature (e.g., gene) indices associated with each point (aligned with the table var.index dataframe column)."),
11484
+ mortonCodeColumn: z.string().optional().describe('The name of the column in the table which contains the Morton codes for each point, used for efficient spatial querying. If not provided, Vitessce will assume the default column name "morton_code_2d".')
11483
11485
  });
11484
11486
  z.object({
11485
11487
  path: z.string(),
@@ -179155,22 +179157,22 @@ function addDecoder(cases2, importFn) {
179155
179157
  }
179156
179158
  cases2.forEach((c2) => registry$1.set(c2, importFn));
179157
179159
  }
179158
- addDecoder([void 0, 1], () => import("./raw-BY6qb5oD.js").then((m2) => m2.default));
179159
- addDecoder(5, () => import("./lzw-D4ly43Bg.js").then((m2) => m2.default));
179160
+ addDecoder([void 0, 1], () => import("./raw-D9gtw8Jf.js").then((m2) => m2.default));
179161
+ addDecoder(5, () => import("./lzw-BtWmo4l4.js").then((m2) => m2.default));
179160
179162
  addDecoder(6, () => {
179161
179163
  throw new Error("old style JPEG compression is not supported.");
179162
179164
  });
179163
- addDecoder(7, () => import("./jpeg-Wvr1Cm-A.js").then((m2) => m2.default));
179164
- addDecoder([8, 32946], () => import("./deflate-Bj5O1nfg.js").then((m2) => m2.default));
179165
- addDecoder(32773, () => import("./packbits-2vnLiyhJ.js").then((m2) => m2.default));
179165
+ addDecoder(7, () => import("./jpeg-6eOh2nfm.js").then((m2) => m2.default));
179166
+ addDecoder([8, 32946], () => import("./deflate-SjqVcI9s.js").then((m2) => m2.default));
179167
+ addDecoder(32773, () => import("./packbits-tosASsXM.js").then((m2) => m2.default));
179166
179168
  addDecoder(
179167
179169
  34887,
179168
- () => import("./lerc-bi6D1HS5.js").then(async (m2) => {
179170
+ () => import("./lerc-DqyheC4U.js").then(async (m2) => {
179169
179171
  await m2.zstd.init();
179170
179172
  return m2;
179171
179173
  }).then((m2) => m2.default)
179172
179174
  );
179173
- addDecoder(50001, () => import("./webimage-0VOGQ7_T.js").then((m2) => m2.default));
179175
+ addDecoder(50001, () => import("./webimage-DiBGmjKS.js").then((m2) => m2.default));
179174
179176
  function decodeRowAcc(row, stride) {
179175
179177
  let length2 = row.length - stride;
179176
179178
  let offset2 = 0;
package/dist/index.js CHANGED
@@ -1,4 +1,4 @@
1
- import { b, f, C, e, a, i, D, h, E, F, c, d, T, V } from "./index-9fVs96zH.js";
1
+ import { b, f, C, e, a, i, D, h, E, F, c, d, T, V } from "./index-DQNZPvU7.js";
2
2
  export {
3
3
  b as CellSetCompositionBarPlotSubscriber,
4
4
  f as CellSetExpressionPlot,
@@ -1,4 +1,4 @@
1
- import { B as BaseDecoder } from "./index-9fVs96zH.js";
1
+ import { B as BaseDecoder } from "./index-DQNZPvU7.js";
2
2
  const dctZigZag = new Int32Array([
3
3
  0,
4
4
  1,
@@ -1,5 +1,5 @@
1
1
  import { i as inflate_1 } from "./pako.esm-SxljTded.js";
2
- import { g as getDefaultExportFromCjs, B as BaseDecoder } from "./index-9fVs96zH.js";
2
+ import { g as getDefaultExportFromCjs, B as BaseDecoder } from "./index-DQNZPvU7.js";
3
3
  const LercParameters = {
4
4
  AddCompression: 1
5
5
  };
@@ -1,4 +1,4 @@
1
- import { B as BaseDecoder } from "./index-9fVs96zH.js";
1
+ import { B as BaseDecoder } from "./index-DQNZPvU7.js";
2
2
  const MIN_BITS = 9;
3
3
  const CLEAR_CODE = 256;
4
4
  const EOI_CODE = 257;
@@ -1,4 +1,4 @@
1
- import { B as BaseDecoder } from "./index-9fVs96zH.js";
1
+ import { B as BaseDecoder } from "./index-DQNZPvU7.js";
2
2
  class PackbitsDecoder extends BaseDecoder {
3
3
  decodeBlock(buffer) {
4
4
  const dataView = new DataView(buffer);
@@ -1,4 +1,4 @@
1
- import { B as BaseDecoder } from "./index-9fVs96zH.js";
1
+ import { B as BaseDecoder } from "./index-DQNZPvU7.js";
2
2
  class RawDecoder extends BaseDecoder {
3
3
  decodeBlock(buffer) {
4
4
  return buffer;
@@ -1,4 +1,4 @@
1
- import { B as BaseDecoder } from "./index-9fVs96zH.js";
1
+ import { B as BaseDecoder } from "./index-DQNZPvU7.js";
2
2
  class WebImageDecoder extends BaseDecoder {
3
3
  constructor() {
4
4
  super();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vitessce/statistical-plots",
3
- "version": "3.9.0",
3
+ "version": "3.9.1",
4
4
  "author": "HIDIVE Lab at HMS",
5
5
  "homepage": "http://vitessce.io",
6
6
  "repository": {
@@ -28,13 +28,13 @@
28
28
  "react-aria": "^3.28.0",
29
29
  "internmap": "^2.0.3",
30
30
  "uuid": "^9.0.0",
31
- "@vitessce/styles": "3.9.0",
32
- "@vitessce/sets-utils": "3.9.0",
33
- "@vitessce/constants-internal": "3.9.0",
34
- "@vitessce/utils": "3.9.0",
35
- "@vitessce/vega": "3.9.0",
36
- "@vitessce/vit-s": "3.9.0",
37
- "@vitessce/gl": "3.9.0"
31
+ "@vitessce/styles": "3.9.1",
32
+ "@vitessce/constants-internal": "3.9.1",
33
+ "@vitessce/sets-utils": "3.9.1",
34
+ "@vitessce/vega": "3.9.1",
35
+ "@vitessce/utils": "3.9.1",
36
+ "@vitessce/gl": "3.9.1",
37
+ "@vitessce/vit-s": "3.9.1"
38
38
  },
39
39
  "devDependencies": {
40
40
  "react": "18.3.1",