Skip to content

Commit ea6797d

Browse files
committed
changelog and min spatialdata dep
1 parent 8a41c13 commit ea6797d

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,11 @@ and this project adheres to [Semantic Versioning][].
88
[keep a changelog]: https://keepachangelog.com/en/1.0.0/
99
[semantic versioning]: https://semver.org/spec/v2.0.0.html
1010

11-
## [0.1.6] - xxxx-xx-xx
11+
## [0.1.6] - 2024-11-26
1212

1313
- (MERSCOPE) added `feature_key` attribute for points (i.e., the `'gene'` column) #210
1414
- (Visium HD) get transformation matrices even when only images are parsed #215
15+
- Support for `xarray.DataTree` (which was moved from `datatree.DataTree`) #232
1516

1617
## [0.1.5] - 2024-09-25
1718

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ dependencies = [
2525
"anndata",
2626
"numpy",
2727
"scanpy",
28-
"spatialdata>=0.2.3",
28+
"spatialdata>=0.2.6",
2929
"scikit-image",
3030
"h5py",
3131
"joblib",

0 commit comments

Comments
 (0)