accumulation
accumulation copied to clipboard
Update ark-std requirement from ^0.2.0 to ^0.4.0
Updates the requirements on ark-std to permit the latest version.
Changelog
Sourced from ark-std's changelog.
v0.4.0
Breaking changes
- #35 Change
test_rngto returnimpl Rng, and make the output randomized by default when thestdfeature is set. Introduces aDETERMINISTIC_TEST_RNGenvironment variable that forces the old deterministic behavior whenDETERMINISTIC_TEST_RNG=1is set.Features
Improvements
Bug fixes
v0.3.0
Breaking changes
- #32 Bump
randto 0.8 and remove the use ofrand_xorshift.Features
- #34 Re-export
num_traits::{One, Zero}fromark-std.Improvements
Bug fixes
Commits
6b7081dchore: Release ark-std version 0.4.0857e09fupdate repository linkeb2361fUpdate CHANGELOG to reflect a new versionbd6f363Release 0.4.0-alpha7019830fix a typo (#42)05b7a19Additerable::Reverse. (#41)082e281Make iterable::Iterable shareable across threads. (#40)4b907b6Upgrade to edition 2021 (#39)9501c25makerand/getrandomdependency explicit with a feature (#37)452f5d5Add Iterable to support streaming (#38)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)