Skip to content

Releases: maximtrp/mchmm

mchmm: v0.4.3

02 Jun 20:29
Compare
Choose a tag to compare

This release updates all docstrings in the package and adds type hints to all classes and methods.

mchmm 0.4.0

12 Sep 18:28
Compare
Choose a tag to compare
mchmm 0.4.0 Pre-release
Pre-release

Baum-Welch algorithm was incorrectly implemented in the previous versions of mchmm package.
This release features the updated implementation of Baum-Welch algorithm.

mchmm 0.3.2

16 Jul 17:44
Compare
Choose a tag to compare
mchmm 0.3.2 Pre-release
Pre-release

This release introduces a fix in HiddenMarkovModel class related to random initial and terminal probabilities normalization.

mchmm 0.3.1

13 Jul 17:43
Compare
Choose a tag to compare
mchmm 0.3.1 Pre-release
Pre-release

This release introduces a number of fixes in MarkovChain class related to simulation and transition probability matrix calculation.