-
Notifications
You must be signed in to change notification settings - Fork 421
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
Add NamedTupleVariate and ProductNamedTupleDistribution #1803
Conversation
One challenge is that |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #1803 +/- ##
==========================================
+ Coverage 86.02% 86.19% +0.17%
==========================================
Files 144 146 +2
Lines 8699 8767 +68
==========================================
+ Hits 7483 7557 +74
+ Misses 1216 1210 -6 ☔ View full report in Codecov by Sentry. |
IMO |
Without |
No, that's not what |
In which package is
Ah, okay, then this PR currently implements it incorrectly. Will fix.
Cool, this is the approach I took, so will leave as is. |
Sorry, I misremembered, it's called Ref #1402 (comment) |
I added a new API function RE docs, currently |
@devmotion this is ready for a review |
@devmotion I restructured the docs. I also noticed that, while |
Bump @devmotion |
Co-authored-by: David Widmann <devmotion@users.noreply.github.com>
This reverts commit a86cac4.
@devmotion alright, I've implemented the requested changes. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me, thank you 🙂
Co-authored-by: David Widmann <devmotion@users.noreply.github.com>
@devmotion can you merge this and make a release? |
Implements #1762