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

Replace MatrixDirichlet and TensorDirichlet with DirichletCollection #229

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

wouterwln
Copy link
Member

@wouterwln wouterwln commented Feb 4, 2025

This pull request primarily focuses on renaming the TensorDirichlet distribution to DirichletCollection and updating all related references and functionality across various files. We also delete MatrixDirichlet. The most important changes include updating the benchmark files, documentation, and source code to reflect this renaming.

Renaming and updates:

@wouterwln wouterwln linked an issue Feb 4, 2025 that may be closed by this pull request
Copy link

codecov bot commented Feb 4, 2025

Codecov Report

Attention: Patch coverage is 93.54839% with 4 lines in your changes missing coverage. Please review.

Project coverage is 81.50%. Comparing base (3e91e64) to head (47606c4).

Files with missing lines Patch % Lines
src/distributions/dirichlet_collection.jl 92.72% 4 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #229      +/-   ##
==========================================
- Coverage   81.77%   81.50%   -0.28%     
==========================================
  Files          41       40       -1     
  Lines        3478     3373     -105     
==========================================
- Hits         2844     2749      -95     
+ Misses        634      624      -10     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

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.

Replace MatrixDirichlet with TensorDirichlet
1 participant