Releases: vitessce/vitessce
v3.9.6
Patch Changes
-
Define obsPoints.ng-annotations as a fileType, enabling users to specify Neuroglancer point annotations via the usual datasets part of the Vitessce configuration. Add logic for controlling segmentation and point layers via the existing layerControllerBeta UI, including coloring and filtering points via the featureList. (
@vitessce/spatial-zarr,@vitessce/neuroglancer,@vitessce/example-configs) (#2420) -
Use obsType from coordinationValues for pointLayer and spotLayer when available. (
@vitessce/spatial-zarr,@vitessce/zarr,@vitessce/csv) (#2441) -
Added legend to Neuroglancer view (
@vitessce/neuroglancer,@vitessce/constants-internal) (#2435)
Versioned Sites
v3.9.5
v3.9.4
v3.9.3
v3.9.2
Patch Changes
-
Add spatialdata blobs example dataset configuration. Improve support for non-tiled SpatialData points when they have a feature_index column mapping each point to an index in the corresponding SpatialData Table var.index column, e.g. to map points to gene indices. (
@vitessce/spatial-zarr,@vitessce/spatial-beta,@vitessce/example-configs) (#2403) -
Move informational subtitles below relevant views. (
@vitessce/vit-s) (#2396) -
Convert styles package to TypeScript. (
@vitessce/styles) (#2400)
Versioned Sites
v3.9.1
Patch Changes
-
Pre-initialize zipped zarr stores to improve loading performance and avoid losing JS context for multiplexing. (
@vitessce/vit-s) (#2392) -
Add spatialdata.zarr options for obsPoints to specify featureIndexColumn and mortonCodeColumn names. (
@vitessce/spatial-zarr,@vitessce/example-configs,@vitessce/schemas) (#2394)
Versioned Sites
v3.9.0
v3.8.13
v3.8.10
Patch Changes
-
Enable min/max slider controls for legend. (
@vitessce/scatterplot-embedding,@vitessce/heatmap,@vitessce/spatial,@vitessce/legend) (#2365) -
Increase automatic scatterplot point size (
@vitessce/scatterplot) (#2363) -
Improvements to generateConfig to support Zarr stores containing recarrays (will skip rather than error) and to reduce network requests by passing the
kindparameter to zarr.open. (@vitessce/launcher,@vitessce/config) (#2366)
Versioned Sites
v3.8.9
Patch Changes
-
Support featureAggregationStrategy in scatterplot view. Perform aggregation prior to uint8 normalization. (
@vitessce/scatterplot-embedding,@vitessce/utils) (#2335) -
Fix VitessceGrid regression preventing resizing/moving views in the grid, introduced in v3.8.7. (
@vitessce/vit-s) (#2337) -
Preserve hidden selected gene in featureList when enableMultiSelect is true. (
@vitessce/feature-list) (#2332)