Skip to content

Commit 49e4be6

Browse files
release v1.0.2
1 parent 6a460f5 commit 49e4be6

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,18 @@
1-
## [1.0.x] - tbd
1+
## [1.0.2] - 2024-01-15
22

33
### Fix
44
- When geometries are `GeometryCollection`, convert them back to Polygons (#11)
55
- Give `min_area` parameter to the right Baysor function in snakemake
66

77
### Added
8+
- API tutorial
9+
- `sopa.spatial` tutorial
810
- Docstrings for the snakemake pipeline utils
911
- Show right micron scale in the Xenium Explorer
1012

13+
### Changed
14+
- `sopa.stats` is now called `sopa.spatial`
15+
1116
## [1.0.1] - 2024-01-10
1217

1318
### Added

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "sopa"
3-
version = "1.0.1"
3+
version = "1.0.2"
44
description = "Spatial-omics pipeline and analysis"
55
documentation = "https://gustaveroussy.github.io/sopa"
66
homepage = "https://gustaveroussy.github.io/sopa"

0 commit comments

Comments
 (0)