Skip to content

Commit 7ce9de6

Browse files
committed
Patch bump
1 parent 08de198 commit 7ce9de6

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

Diff for: CHANGES.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,18 @@
11
# Release notes
22

3-
## [Upcoming release](https://github.com/open2c/bioframe/compare/v0.6.2...HEAD)
3+
## [Upcoming release](https://github.com/open2c/bioframe/compare/v0.6.3...HEAD)
4+
5+
## [v0.6.3](https://github.com/open2c/bioframe/compare/v0.6.2...v0.6.3)
6+
Date 2024-03-11
7+
8+
Fixes:
9+
* Prevent dropout from `closest` in some cases of left intervals with no neighbors by @agalitsyna in https://github.com/open2c/bioframe/pull/185
10+
* 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
11+
12+
**Full Changelog**: https://github.com/open2c/bioframe/compare/v0.6.2...v0.6.3
413

514
## [v0.6.2](https://github.com/open2c/bioframe/compare/v0.6.1...v0.6.2)
15+
Date 2024-02-08
616

717
Changes:
818
* cols and df_view_col passed to downstream functions by @smitkadvani in https://github.com/open2c/bioframe/pull/182

Diff for: bioframe/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.6.2"
1+
__version__ = "0.6.3"

0 commit comments

Comments
 (0)