Additions:
- pyranges_db now out on PyPI
Changes:
- PyRanges can now have Strand column with other data than "+" or "-", but it is considered unstranded.
- Ensure that slack parameter is always integer.
- no keep_metadata-flag in windows. Metadata is always kept. Can call drop() beforehand if metadata should not be kept.
Remove:
- remove confusing keep flag from drop method (use gr[cols_to_keep] instead)
Fixes:
- add missing ... in pyranges tostring