We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a41c13 commit ea6797dCopy full SHA for ea6797d
2 files changed
CHANGELOG.md
@@ -8,10 +8,11 @@ and this project adheres to [Semantic Versioning][].
8
[keep a changelog]: https://keepachangelog.com/en/1.0.0/
9
[semantic versioning]: https://semver.org/spec/v2.0.0.html
10
11
-## [0.1.6] - xxxx-xx-xx
+## [0.1.6] - 2024-11-26
12
13
- (MERSCOPE) added `feature_key` attribute for points (i.e., the `'gene'` column) #210
14
- (Visium HD) get transformation matrices even when only images are parsed #215
15
+- Support for `xarray.DataTree` (which was moved from `datatree.DataTree`) #232
16
17
## [0.1.5] - 2024-09-25
18
pyproject.toml
@@ -25,7 +25,7 @@ dependencies = [
25
"anndata",
26
"numpy",
27
"scanpy",
28
- "spatialdata>=0.2.3",
+ "spatialdata>=0.2.6",
29
"scikit-image",
30
"h5py",
31
"joblib",
0 commit comments