Skip to content

v0.4.0

Compare
Choose a tag to compare
@nvictus nvictus released this 23 Mar 22:10
· 156 commits to main since this release

API changes:

  • New strand-aware directionality options for closest() via direction_col #129.
  • New index-based range query selectors on single bioframes to complement select() #128:
    • select_mask() returns boolean indices corresponding to intervals that overlap the query region
    • select_indices() returns integer indices corresponding to intervals that overlap the query region
    • select_labels() returns pandas label indices corresponding to intervals that overlap the query region

Bug fixes:

  • Import fixes in sandbox
  • Relax bioframe validator to permit using same column as start and end (e.g. point variants).