diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a2229b3..aae34de1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,9 @@ -## [1.x.x] - xxxx-xx-xx +## [1.0.13] - 2024-04-22 ### Changed -- Renamed `sopa.embedding` into `sopa.patches` -- Don't recompute `to_multiscale` if the right scales are already used for Xenium Explorer image writing - Xenium reader now adds channel names, and support more recent versions (#68) +- Renamed `sopa.embedding` into `sopa.patches`, and moved internal files +- Don't recompute `to_multiscale` if the right scales are already used for Xenium Explorer image writing ### Added - New tutorial on Xenium Explorer interoperability diff --git a/pyproject.toml b/pyproject.toml index 8a94b851..b0f679f5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "sopa" -version = "1.0.12" +version = "1.0.13" description = "Spatial-omics pipeline and analysis" documentation = "https://gustaveroussy.github.io/sopa" homepage = "https://gustaveroussy.github.io/sopa"