Skip to content

Releases: dmetivie/ExpectationMaximization.jl

v0.3.1

20 May 17:27

Choose a tag to compare

ExpectationMaximization v0.3.1

Diff since v0.3.0

use in place for S-EM S step (reducing dramatically allocs)
use @. in E_step for gamma

Merged pull requests:

  • Bump the julia-dependencies group across 3 directories with 5 updates (#25) (@dependabot[bot])

v0.3.0

19 May 15:22

Choose a tag to compare

ExpectationMaximization v0.3.0

Diff since v0.2.4

Fix tiny bugs in S-EM M_step function
Rebase slightly to merge fit_mle! with weights and no weighs
Add benchmark for the package
add AirSpeedVelocity CI
rerun benchmark comparison with R/Python (did not get it working with CI yet)
all doc examples (expect comparison) are now literate generated
workspace for test, benchmark and docs. Hence Julia compat has been updated to 1.12 and this is breaking

Merged pull requests:

  • Bump actions/checkout from 4 to 5 (#16) (@dependabot[bot])
  • Bump actions/checkout from 5 to 6 (#17) (@dependabot[bot])
  • Bump julia-actions/setup-julia from 2 to 3 (#18) (@dependabot[bot])
  • Bump codecov/codecov-action from 5 to 6 (#19) (@dependabot[bot])
  • Bump julia-actions/cache from 2 to 3 (#20) (@dependabot[bot])
  • Bump the julia-dependencies group across 2 directories with 7 updates (#21) (@dependabot[bot])
  • Bump the julia-dependencies group across 2 directories with 12 updates (#23) (@dependabot[bot])

v0.2.4

03 Jul 21:52

Choose a tag to compare

ExpectationMaximization v0.2.4

Diff since v0.2.3

Merged pull requests:

Closed issues:

  • Fitting a beta mixture fails with no method found (#9)

v0.2.3

08 Nov 00:17
1cc8941

Choose a tag to compare

ExpectationMaximization v0.2.3

Diff since v0.2.2

Merged pull requests:

v0.2.2

05 Sep 08:10

Choose a tag to compare

ExpectationMaximization v0.2.2

Diff since v0.2.1

v0.2.1

23 Mar 15:17

Choose a tag to compare

ExpectationMaximization v0.2.1

Diff since v0.2.0

v0.2.0

23 Mar 00:01

Choose a tag to compare

ExpectationMaximization v0.2.0

Diff since v0.1.6

v0.1.6

23 Jan 13:28

Choose a tag to compare

ExpectationMaximization v0.1.6

Diff since v0.1.4

v0.1.4

01 Dec 16:15

Choose a tag to compare

ExpectationMaximization v0.1.4

Diff since v0.1.1

Merged pull requests:

  • CompatHelper: bump compat for StatsFuns to 1, (keep existing compat) (#5) (@github-actions[bot])
  • CompatHelper: add new compat entry for LogExpFunctions at version 0.3, (keep existing compat) (#6) (@github-actions[bot])

v0.1.1

29 Mar 13:21

Choose a tag to compare

ExpectationMaximization v0.1.1

Diff since v0.1.0

Fix a bug due to new version of logpdf