This repository was archived by the owner on Jun 14, 2023. It is now read-only.
Releases: junekiwi/HMMBase.jl
Releases · junekiwi/HMMBase.jl
Release list
v1.0.6
v1.0.5
HMMBase v1.0.5
Merged pull requests:
v1.0.4
v1.0.3
HMMBase v1.0.3
Merged pull requests:
- CompatHelper: bump compat for "Distributions" to "0.22" (#14) (@github-actions[bot])
v1.0.2
v1.0.1
HMMBase v1.0
Improvements:
- Faster and cleaner implementations of the forward, backward, Viterbi and EM algorithms.
- New methods:
randtransmat,istransmat,statsdists,permute,copy,size,== - Internal refactoring, reduced memory allocations
Breaking changes:
HMMstruct renaming:π0, π, Dbecomea, A, B- Removal of
StaticHMMandStaticArraysdependency - Methods renaming, see documentation for a full list
- Forward/Backward algorithms uses likelihood by default (instead of log-likelihoods), use the
logloption to use log-likelihoods - Baum-Welch algorithm returns
hmm, historyinstead ofhmm, logtot rand(hmm, T)returnsyinstead ofz, yby default, useseq = trueto getz, y
See Migration to v1.0 for details on migrating your code to the new version.