ndarray-stats
ndarray-stats copied to clipboard
bump rand to 0.9.0
@bluss Would you kindly review and release a new patch version if possible?
I did similar changes independently and successfully ran cargo test before checking if a PR was already up.
Some additional things of note that I think should not block merging this, since they are testing or benchmarking related:
ndarray-rand, currently with released version 0.15.0, is used for tests. That version of the crate usesrand0.8, but the version on the main branch already uses 0.9.- When a new version of
ndarray-randis released and the version inndarray-statsis bumped to that, some of the tests and benches need to have the results fromUniform::newhandled, I think by just unwrapping.
- When a new version of
quickcheckversion 0.9.2, also for tests, usesrand0.7. The latest released version 1.0.3 usesrand0.8. Their current main branch uses 0.9.- Bumping
quickcheckcurrently causes some new test failures. Possibly seems like its rummaging through more floating point numbers than previous versions. However, the failures I observed were due to stuff like NaNs, infs, or huge values around 10308.
- Bumping