File tree 2 files changed +20
-2
lines changed
2 files changed +20
-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.6.4...HEAD )
3
+ ## [ Upcoming release] ( https://github.com/open2c/bioframe/compare/v0.7.0...HEAD )
4
+
5
+ ## [ v0.6.4] ( https://github.com/open2c/bioframe/compare/v0.6.4...v0.7.0 )
6
+ Date 2024-05-20
7
+
8
+ API changes:
9
+ * Add ` to_bed ` function to validate and write standard BED files @gamazeps in https://github.com/open2c/bioframe/pull/203
10
+ * ` read_bam ` deprecated in favor of ` read_alignments ` @gamazeps in https://github.com/open2c/bioframe/pull/206
11
+
12
+ Documentation:
13
+ * Add "bioframe for bedtools users" guide to docs by @gamazeps in https://github.com/open2c/bioframe/pull/198
14
+
15
+ Bug fixes:
16
+ * Fix contig name and JSON isses in read_bam implementation by @gamazeps in https://github.com/open2c/bioframe/pull/206
17
+
18
+ New Contributors:
19
+ * @gamazeps made their first contribution in https://github.com/open2c/bioframe/pull/203
20
+
21
+ ** Full Changelog** : https://github.com/open2c/bioframe/compare/v0.6.4...v0.7.0
4
22
5
23
## [ v0.6.4] ( https://github.com/open2c/bioframe/compare/v0.6.3...v0.6.4 )
6
24
Date 2024-04-06
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.6.4 "
7
+ version = " 0.7.0 "
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