Open
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #302 +/- ##
==========================================
+ Coverage 93.70% 93.74% +0.03%
==========================================
Files 53 53
Lines 11935 12007 +72
==========================================
+ Hits 11184 11256 +72
Misses 751 751 ☔ View full report in Codecov by Sentry. |
lint: remove unused imports
0457e05 to
c2dea67
Compare
(3 distributions) * (density evalution + sampling) lint: run clippy specify required features for random_clap random_clap can pmf for multinomial refactoring for multivariate densities set some default parameters, on distn basis fix: specify type sampled after merging statrs-dev#155 fix: sampling should use DistIter, but not collect it chore: lint for reserve-after-new doc: specify delimiter in help messages
c2dea67 to
0fc0339
Compare
Contributor
Author
|
Didn't even think about how dev-dependencies would affect the lockfile. The workflow for MSRV should generally avoid the dev dependencies. Will get back to this after the 0.18 release. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
figured text output would be quick for verifying implementations with external programs, will help with verifying the implementation of #287
EDIT
1Figured this is also an example of using the features, but not extending on top of the interface.
Footnotes
removed commit messages from text ↩