File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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" ,
You can’t perform that action at this time.
0 commit comments