File tree Expand file tree Collapse file tree 2 files changed +14
-2
lines changed
Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 11# Release notes
22
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
416
517## v0.7.1
618
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44
55[project ]
66name = " bioframe"
7- version = " 0.7.1 "
7+ version = " 0.7.2 "
88description = " Operations and utilities for Genomic Interval Dataframes."
99license = {text = " MIT" }
1010authors = [
You can’t perform that action at this time.
0 commit comments