File tree 2 files changed +14
-2
lines changed
2 files changed +14
-2
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.1...HEAD )
3
+ ## [ Upcoming release] ( https://github.com/open2c/bioframe/compare/v0.7.2...HEAD )
4
+
5
+ ## v0.7.2
6
+
7
+ Date: 2024-06-19
8
+
9
+ API changes:
10
+ * ` read_alignment ` function introduced in v0.7.0 has been pluralized to ` read_alignments `
11
+
12
+ Maintenance:
13
+ * Skip ` read_alignments ` tests on big-endian architectures by @nvictus in https://github.com/open2c/bioframe/pull/216
14
+
15
+ ** Full Changelog** : https://github.com/open2c/bioframe/compare/v0.7.1...v0.7.2
4
16
5
17
## v0.7.1
6
18
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.1 "
7
+ version = " 0.7.2 "
8
8
description = " Operations and utilities for Genomic Interval Dataframes."
9
9
license = {text = " MIT" }
10
10
authors = [
You can’t perform that action at this time.
0 commit comments