Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix entropy of Dirichlet #1271

Merged
merged 1 commit into from
Feb 13, 2021

Conversation

devmotion
Copy link
Member

This PR fixes #1270 that was introduced in #1243. I also added tests.

I bumped the version such that a bugfix release can be made available as soon as the PR is merged.

@codecov-io
Copy link

codecov-io commented Jan 28, 2021

Codecov Report

Merging #1271 (003db0d) into master (863844c) will increase coverage by 0.06%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1271      +/-   ##
==========================================
+ Coverage   81.29%   81.36%   +0.06%     
==========================================
  Files         117      117              
  Lines        6566     6568       +2     
==========================================
+ Hits         5338     5344       +6     
+ Misses       1228     1224       -4     
Impacted Files Coverage Δ
src/multivariate/dirichlet.jl 64.89% <100.00%> (+2.52%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 863844c...003db0d. Read the comment docs.

@devmotion
Copy link
Member Author

devmotion commented Feb 12, 2021

Bump 🙂

@andreasnoack andreasnoack merged commit f409cfe into JuliaStats:master Feb 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Entropy of Dirichlet distribution is broken
3 participants