Closed sunxd3 closed 1 year ago
Thanks, @sunxd3 -- it looks good; feel free to merge once CI passes.
:exclamation: No coverage uploaded for pull request base (
releases-0.5.x@d6d898b
). Click here to learn what that means. Patch has no changes to coverable lines.
:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.
For future backports, a common approach (that we use e.g. also in SpecialFunctions) is to cherry-pick the relevant commit. See e.g. https://github.com/JuliaLang/julia/blob/a77ba79855f400420ccaa09c153ecec2784e386e/doc/src/devdocs/build/distributing.md#cherry-picking-commits for an explanation. The advantage is that one can then resolve conflicts similar to merges and git copies information such as the original commit message and contributors.
The changes were done by local git cherry-pick
, somehow the original commit information was lost still, I'll verify next time.
rand
defaults have been added since AbstractPPL v0.6.2 (#79), backporting to v0.5 for compatibility.