We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e13e0ad commit 7794527Copy full SHA for 7794527
CHANGES.md
@@ -1,5 +1,10 @@
1
# Release notes #
2
3
+## [v0.10.1](https://github.com/open2c/cooler/compare/v0.10.0...v0.10.1)
4
+
5
+## Bug fixes
6
+* fix: Pixel annotation with partial bin table in https://github.com/open2c/cooler/pull/422
7
8
## [v0.10.0](https://github.com/open2c/cooler/compare/v0.9.3...v0.10.0)
9
10
### New features
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project]
name = "cooler"
-version = "0.10.0"
+version = "0.10.1"
description = "Sparse binary format for genomic interaction matrices."
requires-python = ">=3.8"
license = {text = "BSD-3-Clause"}
0 commit comments