File tree 2 files changed +11
-3
lines changed
2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Release notes
2
2
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
4
12
5
13
## [ v0.7.0] ( https://github.com/open2c/bioframe/compare/v0.6.4...v0.7.0 )
6
14
Date 2024-05-20
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
4
5
5
[project ]
6
6
name = " bioframe"
7
- version = " 0.7.0 "
7
+ version = " 0.7.1 "
8
8
description = " Operations and utilities for Genomic Interval Dataframes."
9
9
license = {text = " MIT" }
10
10
authors = [
@@ -37,7 +37,7 @@ classifiers = [
37
37
readme = " README.md"
38
38
dependencies = [
39
39
" matplotlib" ,
40
- " numpy>=1.10" ,
40
+ " numpy>=1.10, <2 " ,
41
41
" pandas>=1.3" ,
42
42
" pyyaml" ,
43
43
" requests" ,
You can’t perform that action at this time.
0 commit comments