Skip to content

Commit c38fc72

Browse files
committed
Minor version bump
1 parent f208fe6 commit c38fc72

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

Diff for: CHANGES.md

+20
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# Release notes
22

3+
## [v0.5.0](https://github.com/open2c/bioframe/compare/v0.4.1...v0.5.0)
4+
5+
Date 2023-05-10
6+
7+
API changes:
8+
* New builtin curated genome assembly database (metadata, chromsizes, cytobands):
9+
* `bioframe.list_assemblies()`
10+
* `bioframe.assembly_info()`
11+
* New UCSC RGB color converter utility #158
12+
* Options added to `pair_by_distance`
13+
14+
Bug fixes:
15+
* Make expand throw an error if both pad and scale are passed (#148)
16+
* Fixes to bioframe.select query interval semantics (#147)
17+
18+
Maintenance:
19+
* Migrate to hatch build system and pyproject.toml
20+
* Various refactorings
21+
22+
323
## [v0.4.1](https://github.com/open2c/bioframe/compare/v0.4.0...v0.4.1)
424

525
Date 2023-04-22

Diff for: bioframe/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.4.1"
1+
__version__ = "0.5.0"

0 commit comments

Comments
 (0)