Skip to content

Commit

Permalink
Minor version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
nvictus committed May 20, 2024
1 parent 50ff0ac commit 6376351
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
20 changes: 19 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,24 @@
# Release notes

## [Upcoming release](https://github.com/open2c/bioframe/compare/v0.6.4...HEAD)
## [Upcoming release](https://github.com/open2c/bioframe/compare/v0.7.0...HEAD)

## [v0.6.4](https://github.com/open2c/bioframe/compare/v0.6.4...v0.7.0)
Date 2024-05-20

API changes:
* Add `to_bed` function to validate and write standard BED files @gamazeps in https://github.com/open2c/bioframe/pull/203
* `read_bam` deprecated in favor of `read_alignments` @gamazeps in https://github.com/open2c/bioframe/pull/206

Documentation:
* Add "bioframe for bedtools users" guide to docs by @gamazeps in https://github.com/open2c/bioframe/pull/198

Bug fixes:
* Fix contig name and JSON isses in read_bam implementation by @gamazeps in https://github.com/open2c/bioframe/pull/206

New Contributors:
* @gamazeps made their first contribution in https://github.com/open2c/bioframe/pull/203

**Full Changelog**: https://github.com/open2c/bioframe/compare/v0.6.4...v0.7.0

## [v0.6.4](https://github.com/open2c/bioframe/compare/v0.6.3...v0.6.4)
Date 2024-04-06
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "bioframe"
version = "0.6.4"
version = "0.7.0"
description = "Operations and utilities for Genomic Interval Dataframes."
license = {text = "MIT"}
authors = [
Expand Down

0 comments on commit 6376351

Please sign in to comment.