Skip to content

Commit

Permalink
Prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
nvictus committed Dec 21, 2024
1 parent b75ba11 commit 0bec240
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
12 changes: 9 additions & 3 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"}
Expand Down

0 comments on commit 0bec240

Please sign in to comment.