Skip to content

Commit

Permalink
v1.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
quentinblampey committed Sep 17, 2024
1 parent 8494a05 commit 29ca914
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
## [1.x.x] - 2024-xx-xx
## [1.1.5] - 2024-09-17

### Fix
- Accept `object` dtype for channel names (#114)
- Update MACSima reader to support the latest file format

### Changed
- Update MACSima reader to read the channel names of the latest file format

## [1.1.4] - 2024-08-21

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "sopa"
version = "1.1.4"
version = "1.1.5"
description = "Spatial-omics pipeline and analysis"
documentation = "https://gustaveroussy.github.io/sopa"
homepage = "https://gustaveroussy.github.io/sopa"
Expand Down
2 changes: 1 addition & 1 deletion workflow/config/macsima/base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ patchify:
segmentation:
cellpose:
diameter: 35
channels: ["DAPI (000)"]
channels: ["DAPI"]
flow_threshold: 2
cellprob_threshold: -6
min_area: 400
Expand Down

0 comments on commit 29ca914

Please sign in to comment.