From 7ce9de62c7045715727b78edcb0937a1c5f5d5e1 Mon Sep 17 00:00:00 2001 From: Nezar Abdennur Date: Mon, 11 Mar 2024 21:07:32 -0400 Subject: [PATCH] Patch bump --- CHANGES.md | 12 +++++++++++- bioframe/_version.py | 2 +- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 28cee6a2..984157f1 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,8 +1,18 @@ # Release notes -## [Upcoming release](https://github.com/open2c/bioframe/compare/v0.6.2...HEAD) +## [Upcoming release](https://github.com/open2c/bioframe/compare/v0.6.3...HEAD) + +## [v0.6.3](https://github.com/open2c/bioframe/compare/v0.6.2...v0.6.3) +Date 2024-03-11 + +Fixes: +* Prevent dropout from `closest` in some cases of left intervals with no neighbors by @agalitsyna in https://github.com/open2c/bioframe/pull/185 +* Fix overlap returning float indexes causing failing tests (numpy v1.22.4, pandas v1.5.2) by @agalitsyna in https://github.com/open2c/bioframe/pull/185 + +**Full Changelog**: https://github.com/open2c/bioframe/compare/v0.6.2...v0.6.3 ## [v0.6.2](https://github.com/open2c/bioframe/compare/v0.6.1...v0.6.2) +Date 2024-02-08 Changes: * cols and df_view_col passed to downstream functions by @smitkadvani in https://github.com/open2c/bioframe/pull/182 diff --git a/bioframe/_version.py b/bioframe/_version.py index 22049ab2..63af8876 100644 --- a/bioframe/_version.py +++ b/bioframe/_version.py @@ -1 +1 @@ -__version__ = "0.6.2" +__version__ = "0.6.3"