Changelog of @hackage/learning-hmm 0.2.1.0

Revision history for Haskell package learning-hmm

Version 0.2.1.0

  • Performance improvements with employing 'hmatrix'
  • withEmission now does iterative re-estimation based on the Viterbi path

Version 0.2.0.0

  • Remove dependency on the 'logfloat' package
  • Performance improvements

Version 0.1.1.0

  • Add function init for random initialization
  • Add function simulate for running a Markov process

Version 0.1.0.0

  • Original version