Skip to content

v0.5.0

Choose a tag to compare

@nvictus nvictus released this 06 Oct 02:22
· 127 commits to main since this release

API changes:

  • New builtin curated genome assembly database (metadata, chromsizes, cytobands):
    • bioframe.list_assemblies()
    • bioframe.assembly_info()
  • New UCSC RGB color converter utility #158
  • Options added to pair_by_distance

Bug fixes:

  • Make expand throw an error if both pad and scale are passed (#148)
  • Fixes to bioframe.select query interval semantics (#147)

Maintenance:

  • Migrate to hatch build system and pyproject.toml
  • Various refactorings