Skip to content

Commit

Permalink
v1.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
quentinblampey committed Mar 29, 2024
1 parent bae5437 commit 237fe51
Show file tree
Hide file tree
Showing 3 changed files with 86 additions and 71 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,14 @@
### Changed
- Improvements in the CLI and API tutorials
- Sequential segmentation now requires `patchify` to be run independently
- Dependency `spatialdata>=0.1.0`
- Dependency `spatialdata>=0.1.1`

### Added
- Kwargs can be provided to Cellpose model init

### Fixed
- `set_transformation` issue for image alignment
- Import issue #37 #39

## [1.0.6] - 2024-03-13

Expand Down
148 changes: 81 additions & 67 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "sopa"
version = "1.0.6"
version = "1.0.7"
description = "Spatial-omics pipeline and analysis"
documentation = "https://gustaveroussy.github.io/sopa"
homepage = "https://gustaveroussy.github.io/sopa"
Expand All @@ -23,8 +23,8 @@ sopa = "sopa.main:app"

[tool.poetry.dependencies]
python = ">=3.9,<3.12"
spatialdata = ">=0.1.0"
spatialdata-io = ">=0.0.8"
spatialdata = ">=0.1.1"
spatialdata-io = ">=0.1.1"
scanpy = ">=1.9.5,!=1.9.7"
botocore = "1.34.19"
typer = ">=0.9.0"
Expand Down

0 comments on commit 237fe51

Please sign in to comment.