Skip to content

Releases: JuliaStats/HiddenMarkovModels.jl

v0.7.1

Choose a tag to compare

@github-actions github-actions released this 25 Jun 08:01
89396b3

HiddenMarkovModels v0.7.1

Diff since v0.7.0

Merged pull requests:

Closed issues:

  • Examples of fitting with gradient descent (#51)
  • Progress bar? (#131)
  • docs: mention what weight_seq is for in examples/interfaces.jl (#140)
  • Documentation link in README 404s (#145)
  • Pin JuliaFormatter version (#151)

v0.7.0

Choose a tag to compare

@github-actions github-actions released this 06 May 05:52
350e205

HiddenMarkovModels v0.7.0

Diff since v0.6.3

Breaking changes

  • Shift temporal effect of control on transition matrix (#138). The control variable $u_t$ used to influence the transition matrix from $x_t$ to $x_{t+1}$, now it influences the transition from $x_{t-1}$ to $x_t$ (which is more coherent with the observation process). Models without controls are not affected by this change.

Merged pull requests:

  • BREAKING CHANGE: Shift temporal effect of control on transition matrix (#138) (@gdalle)

v0.6.3

Choose a tag to compare

@github-actions github-actions released this 04 May 04:51
c30f218

HiddenMarkovModels v0.6.3

Diff since v0.6.2

Merged pull requests:

v0.6.2

Choose a tag to compare

@github-actions github-actions released this 28 Mar 07:48
71adcc9

HiddenMarkovModels v0.6.2

Diff since v0.6.1

Merged pull requests:

Closed issues:

  • HDP priors? (#118)

v0.6.1

Choose a tag to compare

@github-actions github-actions released this 15 Nov 20:01
e9f5de4

HiddenMarkovModels v0.6.1

Diff since v0.6.0

Merged pull requests:

Closed issues:

  • Linear memory Baum-Welch? (#7)

v0.6.0

Choose a tag to compare

@github-actions github-actions released this 03 Oct 05:04
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)

v0.5.4

Choose a tag to compare

@github-actions github-actions released this 30 Sep 08:40
882f2f7

HiddenMarkovModels v0.5.4

Diff since v0.5.3

Merged pull requests:

Closed issues:

  • Avoid repeated transposition when using time-homogenous transition matrix (#106)

v0.5.3

Choose a tag to compare

@github-actions github-actions released this 29 May 06:40
a8b048a

HiddenMarkovModels v0.5.3

Diff since v0.5.2

Merged pull requests:

Closed issues:

  • Allow dist to be a Vector{Distribution{Univariate, Continuous}} in Baum Welch (#101)

v0.5.2

Choose a tag to compare

@github-actions github-actions released this 27 May 08:57
67934b1

HiddenMarkovModels v0.5.2

Diff since v0.5.1

Merged pull requests:

Closed issues:

  • Allow different types for transition matrix and elementwise log (#99)

v0.5.1

Choose a tag to compare

@github-actions github-actions released this 05 Apr 10:49
583e48f

HiddenMarkovModels v0.5.1

Diff since v0.5.0

Merged pull requests:

Closed issues:

  • Benchmarks (#2)
  • Porting issues from HMMBase.jl (#92)