Releases: vandenman/EqualitySampler.jl
Releases · vandenman/EqualitySampler.jl
v0.2.0
EqualitySampler v0.2.0
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
andproportion_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:
- changes for revision (#124) (@vandenman)
v0.1.2
EqualitySampler v0.1.2
v0.1.1
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)