Skip to content

Commit a0d854c

Browse files
v2.2.0
1 parent a10dbba commit a0d854c

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## [2.2.0] - xxxx-xx-xx
1+
## [2.2.0] - 2026-02-24
22

33
This release unpins `zarr`, allowing to upgrade to the newer `SpatialData` version.
44

@@ -7,6 +7,9 @@ Everything should be backward compatible, except for some updates in the `sopa.i
77
### Changed
88
- Moved to `zarr>=3.0.0`.
99

10+
### Fixed
11+
- Fixed `'No module named "pkg_resources"'` (#387) due to installing newer SpatialData version.
12+
1013
### Added
1114
- Python 3.14 should now be supported. More tests will be performed to ensure stability.
1215
- Faster `import sopa` (more lazy loaded packages).

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.1.11"
3+
version = "2.2.0"
44
description = "Spatial-omics pipeline and analysis"
55
authors = [{ name = "Quentin Blampey", email = "quentin.blampey@gmail.com" }]
66
requires-python = ">=3.11"

0 commit comments

Comments
 (0)