Skip to content

v0.10.3

Compare
Choose a tag to compare
@github-actions github-actions released this 22 Oct 11:50

Added

  • Out-of-band pickle serialization of Bitfield objects.
  • Getters for float attributes and forward/backward parameters of OptimizedProfile.
  • InvalidHMM error raised by HMM.validate.

Changed

  • Mark HMM.zero method as noexcept.
  • Increase size of buffer for the query queue in the hmmer dispatcher.

Fixed

  • Unneeded semaphore in pyhmmer.hmmer message passing implementation.
  • Broken assertion in Bitfield._from_raw_bytes.
  • Relax tolerance of HMM validation in TraceAligner.align_traces.