v0.6.0
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 anNTuple
. This helps remove overhead for very few sequences (especially for a single one).
Merged pull requests:
- Decompose forward function into initialize, predict, update (#105) (@THargreaves)
- Update inference routines (#116) (@gdalle)
Closed issues: