Skip to content

Commit

Permalink
Patch bump
Browse files Browse the repository at this point in the history
  • Loading branch information
nvictus committed Mar 12, 2024
1 parent 08de198 commit 7ce9de6
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion bioframe/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.6.2"
__version__ = "0.6.3"

0 comments on commit 7ce9de6

Please sign in to comment.