Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minor version bump #210

Merged
merged 1 commit into from
May 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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