Skip to content

Commit 0135c23

Browse files
committed
Patch bump
1 parent 755abd5 commit 0135c23

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

Diff for: CHANGES.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
# Release notes
22

3-
## [Upcoming release](https://github.com/open2c/bioframe/compare/v0.7.0...HEAD)
3+
## [Upcoming release](https://github.com/open2c/bioframe/compare/v0.7.1...HEAD)
4+
5+
## [v0.7.0](https://github.com/open2c/bioframe/compare/v0.7.0...v0.7.1)
6+
7+
Maintenance:
8+
* Refactor join arrayops and intidx internals by @nvictus in https://github.com/open2c/bioframe/pull/204
9+
* NumPy 2.0 was released. Pin `numpy < 2` until we migrate.
10+
11+
**Full Changelog**: https://github.com/open2c/bioframe/compare/v0.7.0...v0.7.1
412

513
## [v0.7.0](https://github.com/open2c/bioframe/compare/v0.6.4...v0.7.0)
614
Date 2024-05-20

Diff for: pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "bioframe"
7-
version = "0.7.0"
7+
version = "0.7.1"
88
description = "Operations and utilities for Genomic Interval Dataframes."
99
license = {text = "MIT"}
1010
authors = [
@@ -37,7 +37,7 @@ classifiers = [
3737
readme = "README.md"
3838
dependencies = [
3939
"matplotlib",
40-
"numpy>=1.10",
40+
"numpy>=1.10, <2",
4141
"pandas>=1.3",
4242
"pyyaml",
4343
"requests",

0 commit comments

Comments
 (0)