Skip to content

Commit

Permalink
add compat for ProgressMeter
Browse files Browse the repository at this point in the history
  • Loading branch information
vandenman committed Jan 14, 2025
1 parent 8328cc7 commit 2d949f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ LogarithmicNumbers = "1"
Optim = "1"
OrderedCollections = "1.4"
PDMats = "0.11"
ProgressMeter = "1"
QuadGK = "2"
Random = "1.6"
SpecialFunctions = "2"
Expand Down

2 comments on commit 2d949f2

@vandenman
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register

Release notes:

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.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request updated: JuliaRegistries/General/122987

Tagging

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.2.0 -m "<description of version>" 2d949f260445274ab9aaed669e99e13895fa1af1
git push origin v0.2.0

Please sign in to comment.