From 637635138ea41ee9fda1792aabc76543f15f800e Mon Sep 17 00:00:00 2001 From: Nezar Abdennur Date: Mon, 20 May 2024 14:39:37 -0400 Subject: [PATCH] Minor version bump --- CHANGES.md | 20 +++++++++++++++++++- pyproject.toml | 2 +- 2 files changed, 20 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 1937e86..dfeffa9 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -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 diff --git a/pyproject.toml b/pyproject.toml index e5121f5..ee53dd9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 = [