From 0bec24097f3df09d886089f3939bd6d4675b6c4a Mon Sep 17 00:00:00 2001 From: Nezar Abdennur Date: Fri, 20 Dec 2024 20:07:31 -0600 Subject: [PATCH] Prepare for release --- CHANGES.md | 12 +++++++++--- pyproject.toml | 2 +- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index dde97f5..338e15a 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,13 +1,19 @@ # Release notes # -## [v0.10.2](https://github.com/open2c/cooler/compare/v0.10.0...v0.10.1) +## [v0.10.3](https://github.com/open2c/cooler/compare/v0.10.2...v0.10.3) -## Maintenance +### Maintenance +* Update to support numpy>=1.26 and numpy 2.x by @lrauschning in https://github.com/open2c/cooler/pull/446 +* Dropped support for numpy < 1.26 and Python 3.8 + +## [v0.10.2](https://github.com/open2c/cooler/compare/v0.10.1...v0.10.2) + +### Maintenance * NumPy 2.0 was released. Pin `numpy < 2` until we achieve compatibility. ## [v0.10.1](https://github.com/open2c/cooler/compare/v0.10.0...v0.10.1) -## Bug fixes +### Bug fixes * fix: Pixel annotation with partial bin table in https://github.com/open2c/cooler/pull/426 ## [v0.10.0](https://github.com/open2c/cooler/compare/v0.9.3...v0.10.0) diff --git a/pyproject.toml b/pyproject.toml index 8b2ac03..19559be 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "cooler" -version = "0.10.2" +version = "0.10.3" description = "Sparse binary format for genomic interaction matrices." requires-python = ">=3.9" license = {text = "BSD-3-Clause"}