v0.4.0
API changes:
- New strand-aware directionality options for
closest()
viadirection_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 regionselect_indices()
returns integer indices corresponding to intervals that overlap the query regionselect_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).