Skip to content

Commit 6376351

Browse files
committed
Minor version bump
1 parent 50ff0ac commit 6376351

File tree

2 files changed

+20
-2
lines changed

2 files changed

+20
-2
lines changed

Diff for: CHANGES.md

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

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
422

523
## [v0.6.4](https://github.com/open2c/bioframe/compare/v0.6.3...v0.6.4)
624
Date 2024-04-06

Diff for: pyproject.toml

+1-1
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.6.4"
7+
version = "0.7.0"
88
description = "Operations and utilities for Genomic Interval Dataframes."
99
license = {text = "MIT"}
1010
authors = [

0 commit comments

Comments
 (0)