We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb54c94 commit afccfb9Copy full SHA for afccfb9
CHANGELOG.md
@@ -1,8 +1,11 @@
1
-## [0.1.6] - tbd
+## [0.1.6] - 2024-02-14
2
3
### Breaking changes
4
- `pixelsize` is now renamed `pixel_size`
5
6
+### Changed
7
+- Explorer images should have a higher contrast (not clipping values anymore)
8
+
9
## [0.1.5] - 2024-01-30
10
11
### Added
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "spatialdata_xenium_explorer"
-version = "0.1.5"
+version = "0.1.6"
description = "Converting any SpatialData object into files that can be open by the Xenium Explorer"
documentation = "https://quentinblampey.github.io/spatialdata_xenium_explorer/"
homepage = "https://quentinblampey.github.io/spatialdata_xenium_explorer/"
0 commit comments