File tree 2 files changed +21
-1
lines changed
2 files changed +21
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Release notes
2
2
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
+
3
23
## [ v0.4.1] ( https://github.com/open2c/bioframe/compare/v0.4.0...v0.4.1 )
4
24
5
25
Date 2023-04-22
Original file line number Diff line number Diff line change 1
- __version__ = "0.4.1 "
1
+ __version__ = "0.5.0 "
You can’t perform that action at this time.
0 commit comments