@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.
- package/dist/{deflate-CcLuHSgx.js → deflate-Vi0b2b-T.js} +1 -1
- package/dist/{index-Bxpb2AKZ.js → index-DgPOdHp3.js} +10 -8
- package/dist/index.js +1 -1
- package/dist/{jpeg-DrCLRsoT.js → jpeg-C9Q09Dvz.js} +1 -1
- package/dist/{lerc-B9rIwWOn.js → lerc-C3dlbBvE.js} +1 -1
- package/dist/{lzw-BUVadDKF.js → lzw-BdbvO0aS.js} +1 -1
- package/dist/{packbits-CaNBbQQ0.js → packbits-CLr-1bFS.js} +1 -1
- package/dist/{raw-DSxiAWgk.js → raw-Cv7A6Is8.js} +1 -1
- package/dist/{webimage-Bg7AiNmf.js → webimage-BI60-gR7.js} +1 -1
- package/package.json +8 -8
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { i as inflate_1 } from "./pako.esm-SxljTded.js";
|
|
2
|
-
import { B as BaseDecoder } from "./index-
|
|
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-
|
|
123412
|
-
addDecoder(5, () => import("./lzw-
|
|
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-
|
|
123417
|
-
addDecoder([8, 32946], () => import("./deflate-
|
|
123418
|
-
addDecoder(32773, () => import("./packbits-
|
|
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-
|
|
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-
|
|
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,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-
|
|
2
|
+
import { g as getDefaultExportFromCjs, B as BaseDecoder } from "./index-DgPOdHp3.js";
|
|
3
3
|
const LercParameters = {
|
|
4
4
|
AddCompression: 1
|
|
5
5
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vitessce/scatterplot-embedding",
|
|
3
|
-
"version": "3.9.
|
|
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/
|
|
24
|
-
"@vitessce/
|
|
25
|
-
"@vitessce/
|
|
26
|
-
"@vitessce/
|
|
27
|
-
"@vitessce/sets-utils": "3.9.
|
|
28
|
-
"@vitessce/utils": "3.9.
|
|
29
|
-
"@vitessce/vit-s": "3.9.
|
|
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",
|