Skip to content

v0.2.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 14 Jan 15:19

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: