@vitessce/scatterplot-embedding 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-Bxpb2AKZ.js";
2
+ import { B as BaseDecoder } from "./index-DgPOdHp3.js";
3
3
  class DeflateDecoder extends BaseDecoder {
4
4
  decodeBlock(buffer) {
5
5
  return inflate_1(new Uint8Array(buffer)).buffer;
@@ -11223,7 +11223,9 @@ const obsSegmentationsSpatialdataSchema = z.object({
11223
11223
  const obsPointsSpatialdataSchema = z.object({
11224
11224
  path: z.string().describe("The path to the point data."),
11225
11225
  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."),
11226
- 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.')
11226
+ 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.'),
11227
+ 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)."),
11228
+ 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".')
11227
11229
  });
11228
11230
  z.object({
11229
11231
  path: z.string(),
@@ -123408,22 +123410,22 @@ function addDecoder(cases, importFn) {
123408
123410
  }
123409
123411
  cases.forEach((c2) => registry$1.set(c2, importFn));
123410
123412
  }
123411
- addDecoder([void 0, 1], () => import("./raw-DSxiAWgk.js").then((m2) => m2.default));
123412
- addDecoder(5, () => import("./lzw-BUVadDKF.js").then((m2) => m2.default));
123413
+ addDecoder([void 0, 1], () => import("./raw-Cv7A6Is8.js").then((m2) => m2.default));
123414
+ addDecoder(5, () => import("./lzw-BdbvO0aS.js").then((m2) => m2.default));
123413
123415
  addDecoder(6, () => {
123414
123416
  throw new Error("old style JPEG compression is not supported.");
123415
123417
  });
123416
- addDecoder(7, () => import("./jpeg-DrCLRsoT.js").then((m2) => m2.default));
123417
- addDecoder([8, 32946], () => import("./deflate-CcLuHSgx.js").then((m2) => m2.default));
123418
- addDecoder(32773, () => import("./packbits-CaNBbQQ0.js").then((m2) => m2.default));
123418
+ addDecoder(7, () => import("./jpeg-C9Q09Dvz.js").then((m2) => m2.default));
123419
+ addDecoder([8, 32946], () => import("./deflate-Vi0b2b-T.js").then((m2) => m2.default));
123420
+ addDecoder(32773, () => import("./packbits-CLr-1bFS.js").then((m2) => m2.default));
123419
123421
  addDecoder(
123420
123422
  34887,
123421
- () => import("./lerc-B9rIwWOn.js").then(async (m2) => {
123423
+ () => import("./lerc-C3dlbBvE.js").then(async (m2) => {
123422
123424
  await m2.zstd.init();
123423
123425
  return m2;
123424
123426
  }).then((m2) => m2.default)
123425
123427
  );
123426
- addDecoder(50001, () => import("./webimage-Bg7AiNmf.js").then((m2) => m2.default));
123428
+ addDecoder(50001, () => import("./webimage-BI60-gR7.js").then((m2) => m2.default));
123427
123429
  function decodeRowAcc(row, stride) {
123428
123430
  let length2 = row.length - stride;
123429
123431
  let offset2 = 0;
package/dist/index.js CHANGED
@@ -1,4 +1,4 @@
1
- import { D, E } from "./index-Bxpb2AKZ.js";
1
+ import { D, E } from "./index-DgPOdHp3.js";
2
2
  export {
3
3
  D as DualEmbeddingScatterplotSubscriber,
4
4
  E as EmbeddingScatterplotSubscriber
@@ -1,4 +1,4 @@
1
- import { B as BaseDecoder } from "./index-Bxpb2AKZ.js";
1
+ import { B as BaseDecoder } from "./index-DgPOdHp3.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-Bxpb2AKZ.js";
2
+ import { g as getDefaultExportFromCjs, B as BaseDecoder } from "./index-DgPOdHp3.js";
3
3
  const LercParameters = {
4
4
  AddCompression: 1
5
5
  };
@@ -1,4 +1,4 @@
1
- import { B as BaseDecoder } from "./index-Bxpb2AKZ.js";
1
+ import { B as BaseDecoder } from "./index-DgPOdHp3.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-Bxpb2AKZ.js";
1
+ import { B as BaseDecoder } from "./index-DgPOdHp3.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-Bxpb2AKZ.js";
1
+ import { B as BaseDecoder } from "./index-DgPOdHp3.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-Bxpb2AKZ.js";
1
+ import { B as BaseDecoder } from "./index-DgPOdHp3.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/scatterplot-embedding",
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": {
@@ -20,13 +20,13 @@
20
20
  "lodash-es": "^4.17.21",
21
21
  "react-aria": "^3.28.0",
22
22
  "@turf/circle": "^7.2.0",
23
- "@vitessce/styles": "3.9.0",
24
- "@vitessce/constants-internal": "3.9.0",
25
- "@vitessce/legend": "3.9.0",
26
- "@vitessce/scatterplot": "3.9.0",
27
- "@vitessce/sets-utils": "3.9.0",
28
- "@vitessce/utils": "3.9.0",
29
- "@vitessce/vit-s": "3.9.0"
23
+ "@vitessce/constants-internal": "3.9.1",
24
+ "@vitessce/scatterplot": "3.9.1",
25
+ "@vitessce/styles": "3.9.1",
26
+ "@vitessce/legend": "3.9.1",
27
+ "@vitessce/sets-utils": "3.9.1",
28
+ "@vitessce/utils": "3.9.1",
29
+ "@vitessce/vit-s": "3.9.1"
30
30
  },
31
31
  "devDependencies": {
32
32
  "react": "18.3.1",