Skip to content

v0.3.0

Compare
Choose a tag to compare
@github-actions github-actions released this 30 May 12:48

Added

  • Database.extract method to subset a database given a sequence of indices.
  • Database.mask method to subset a database given a boolean mask.

Changed

  • Replaced cpu-features library with archspec Python package for runtime detection of CPU features.

Fixed

  • Segmentation fault in alignment reconstruction code for Needleman-Wunsch algorithm (#1).
  • Erroneous error message in Database.search on invalid overflow value (#2).