Skip to content

Commit 376abed

Browse files
committed
Prepare for minor release
1 parent 5563524 commit 376abed

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

Diff for: CHANGES.md

+16-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
# Release notes
22

3-
## [Upcoming release](https://github.com/open2c/bioframe/compare/v0.5.1...HEAD)
3+
## [Upcoming release](https://github.com/open2c/bioframe/compare/v0.6.0...HEAD)
4+
5+
## [v0.6.0](https://github.com/open2c/bioframe/compare/v0.5.1...v0.6.0)
6+
Date 2024-01-04
7+
8+
API changes:
9+
* `overlap`: In previous versions, output coordinate columns were always converted to Pandas "nullable" `Int64` dtype before returning. In the interest of flexibility, memory efficiency, and least surprise, the coordinate columns returned in the output dataframe now preserve dtype from the input dataframes, following native type casting rules if missing data are introduced. We introduce the `ensure_nullable` argument to force Pandas nullable dtypes in the output coordinates. See the [docs](https://bioframe.readthedocs.io/en/latest/api-intervalops.html#bioframe.ops.overlap) for more details. (#178)
10+
11+
Bug fixes:
12+
* Fixed `coverage` with custom `cols1` (#170)
13+
14+
Documentation:
15+
* Added contributing guidelines and NumFOCUS affiliation.
16+
* Updated README and added CITATION.cff file.
17+
* Updated performance benchmarks.
18+
419

520
## [v0.5.1](https://github.com/open2c/bioframe/compare/v0.5.0...v0.5.1)
621
Date 2023-11-08

Diff for: bioframe/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.5.1"
1+
__version__ = "0.6.0"

0 commit comments

Comments
 (0)