@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.
- package/dist/{deflate-Bj5O1nfg.js → deflate-SjqVcI9s.js} +1 -1
- package/dist/{index-9fVs96zH.js → index-DQNZPvU7.js} +10 -8
- package/dist/index.js +1 -1
- package/dist/{jpeg-Wvr1Cm-A.js → jpeg-6eOh2nfm.js} +1 -1
- package/dist/{lerc-bi6D1HS5.js → lerc-DqyheC4U.js} +1 -1
- package/dist/{lzw-D4ly43Bg.js → lzw-BtWmo4l4.js} +1 -1
- package/dist/{packbits-2vnLiyhJ.js → packbits-tosASsXM.js} +1 -1
- package/dist/{raw-BY6qb5oD.js → raw-D9gtw8Jf.js} +1 -1
- package/dist/{webimage-0VOGQ7_T.js → webimage-DiBGmjKS.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-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-
|
|
179159
|
-
addDecoder(5, () => import("./lzw-
|
|
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-
|
|
179164
|
-
addDecoder([8, 32946], () => import("./deflate-
|
|
179165
|
-
addDecoder(32773, () => import("./packbits-
|
|
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-
|
|
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-
|
|
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,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-DQNZPvU7.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/statistical-plots",
|
|
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": {
|
|
@@ -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.
|
|
32
|
-
"@vitessce/
|
|
33
|
-
"@vitessce/
|
|
34
|
-
"@vitessce/
|
|
35
|
-
"@vitessce/
|
|
36
|
-
"@vitessce/
|
|
37
|
-
"@vitessce/
|
|
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",
|