Skip to content

v0.2.2

Choose a tag to compare

@github-actions github-actions released this 08 Jun 19:38

Added

  • Keyword arguments to specify the half-window sizes in manual trimmer.
  • Alignment.dump and Alignment.dumps function to write an alignment to a file, file-like object, or string.
  • Optimized implementation of Similarity::calculateVectors.

Changed

  • Use faster implementation of SSE2 horizontal sum based on _mm_sad_epu8.