Skip to content

Releases: vandenman/EqualitySampler.jl

v0.2.0

14 Jan 15:19
Compare
Choose a tag to compare

EqualitySampler v0.2.0

Diff since v0.1.2

Breaking changes

  • The distributions over partitions now assume that partitions do not contain duplicate representations (i.e., [2, 2] is not allowed when calling logpdf and should be [1, 1]).
  • New distribution over partition, DuplicatedPartitionDistribution which allows for duplicate representations.
  • anova_test and proportion_test have been rewritten to use analytic solutions as much as possible. See the examples in the Readme for the new sampling options.

Merged pull requests:

v0.1.2

31 Oct 14:37
Compare
Choose a tag to compare

EqualitySampler v0.1.2

Diff since v0.1.1

v0.1.1

27 Oct 13:20
Compare
Choose a tag to compare

EqualitySampler v0.1.1

Merged pull requests:

  • CompatHelper: bump compat for DocStringExtensions to 0.9, (keep existing compat) (#93) (@github-actions[bot])
  • CompatHelper: bump compat for DynamicPPL to 0.20, (keep existing compat) (#94) (@github-actions[bot])
  • CompatHelper: bump compat for Turing to 0.24, (keep existing compat) (#96) (@github-actions[bot])

Closed issues:

  • TagBot trigger issue (#95)