Skip to content

v0.6.0

Compare
Choose a tag to compare
@github-actions github-actions released this 03 Oct 05:04
· 4 commits to main since this release
1656f7d

HiddenMarkovModels v0.6.0

Breaking changes

In-place single-sequence routines were hidden from the public API. Most user code will not be affected.

Performance improvements

  • Multithreading is now deactivated if seq_ends is passed as an NTuple. This helps remove overhead for very few sequences (especially for a single one).

Diff since v0.5.4

Merged pull requests:

Closed issues:

  • Stop testing against HMMBase (#109)
  • Avoid @threads for a single sequence (#110)