Skip to content

Commit

Permalink
Patch bump
Browse files Browse the repository at this point in the history
  • Loading branch information
nvictus committed Jun 17, 2024
1 parent 755abd5 commit 0135c23
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
10 changes: 9 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
# Release notes

## [Upcoming release](https://github.com/open2c/bioframe/compare/v0.7.0...HEAD)
## [Upcoming release](https://github.com/open2c/bioframe/compare/v0.7.1...HEAD)

## [v0.7.0](https://github.com/open2c/bioframe/compare/v0.7.0...v0.7.1)

Maintenance:
* Refactor join arrayops and intidx internals by @nvictus in https://github.com/open2c/bioframe/pull/204
* NumPy 2.0 was released. Pin `numpy < 2` until we migrate.

**Full Changelog**: https://github.com/open2c/bioframe/compare/v0.7.0...v0.7.1

## [v0.7.0](https://github.com/open2c/bioframe/compare/v0.6.4...v0.7.0)
Date 2024-05-20
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "bioframe"
version = "0.7.0"
version = "0.7.1"
description = "Operations and utilities for Genomic Interval Dataframes."
license = {text = "MIT"}
authors = [
Expand Down Expand Up @@ -37,7 +37,7 @@ classifiers = [
readme = "README.md"
dependencies = [
"matplotlib",
"numpy>=1.10",
"numpy>=1.10, <2",
"pandas>=1.3",
"pyyaml",
"requests",
Expand Down

0 comments on commit 0135c23

Please sign in to comment.