Skip to content

Commit 4c459a3

Browse files
release v2.0.5
1 parent 4aaf393 commit 4c459a3

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
@@ -1,9 +1,10 @@
1-
## [2.0.5] - xxxx-xx-xx
1+
## [2.0.5] - 2025-04-24
22

33
### Added
44
- New Resolve Bioscience reader `sopa.io.molecular_cartography` (#240)
55
- Adding `roi_key` argument in `sopa.patches.compute_embeddings` to filter the patches by any shapes element (not just the segmented tissue). For instance, keep only the patches behind the cells.
66
- Support `python==3.13`
7+
- [Docker images](https://hub.docker.com/r/quentinblampey/sopa) auto build on tag release (#242) @Clemsazert
78

89
### Fixed
910
- When installing the `stardist` extra, force `numpy<2.0.0` (#245)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "sopa"
3-
version = "2.0.4"
3+
version = "2.0.5"
44
description = "Spatial-omics pipeline and analysis"
55
authors = [{ name = "Quentin Blampey", email = "quentin.blampey@gmail.com" }]
66
requires-python = ">=3.10,<3.14"

0 commit comments

Comments
 (0)