Skip to content

Commit f20f474

Browse files
committed
Release v0.2.10
1 parent 7eb51f4 commit f20f474

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning][].
77

88
[keep a changelog]: https://keepachangelog.com/en/1.0.0/
99
[semantic versioning]: https://semver.org/spec/v2.0.0.html
10+
## [0.2.10] 2026-2
11+
12+
### Changed
13+
- H5AD output layers are now sorted alphabetically for deterministic output
14+
1015
## [0.2.9] 2026-2
1116
### Added
1217
- `--visualize_doublets` flag to generate toggle-able UMAP/t-SNE plots showing singlets and doublets with shared coordinate space

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ requires = [ "hatchling" ]
55

66
[project]
77
name = "qcatch"
8-
version = "0.2.9"
8+
version = "0.2.10"
99
description = "QCatch: Automated quality control of single-cell quantifications from `alevin-fry` and `simpleaf`."
1010
readme = "README.md"
1111
authors = [

0 commit comments

Comments
 (0)