Skip to content

Commit

Permalink
changelog and min spatialdata dep
Browse files Browse the repository at this point in the history
  • Loading branch information
LucaMarconato committed Nov 26, 2024
1 parent 8a41c13 commit ea6797d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,11 @@ and this project adheres to [Semantic Versioning][].
[keep a changelog]: https://keepachangelog.com/en/1.0.0/
[semantic versioning]: https://semver.org/spec/v2.0.0.html

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

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

## [0.1.5] - 2024-09-25

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ dependencies = [
"anndata",
"numpy",
"scanpy",
"spatialdata>=0.2.3",
"spatialdata>=0.2.6",
"scikit-image",
"h5py",
"joblib",
Expand Down

0 comments on commit ea6797d

Please sign in to comment.