Skip to content

v0.10.0

Compare
Choose a tag to compare
@nvictus nvictus released this 21 May 21:05
· 14 commits to master since this release

New features

  • Support custom contig separator characters in pairix index by @nvictus in #398

Performance improvements and bug fixes

  • Make annotate faster by using indexing instead of merge by @Phlya in #353
  • Fix input text file handling on certain pandas versions by @thomas-reimonn in #384
  • Reduce memory consumption of very high-resolution merges by @nvictus in #408

Maintenance

New Contributors