Skip to content

Releases: lgarrison/parallel-numpy-rng

v0.1.2

29 Dec 21:08
35915f3
Compare
Choose a tag to compare

Packaging changes; release on PyPI.

Full Changelog: v0.1.1...v0.1.2

v0.1.1

19 Dec 01:40
a9c1331
Compare
Choose a tag to compare

This is a bugfix release for standard_normal producing inf occasionally. As a result of the fix, the standard_normal outputs will change by about 2^-24.

Fixes

  • standard_normal sometimes produces inf [#2]

Enhancements

  • Added more test coverage for mixing functions and threads [#3]

v0.1

06 Dec 19:28
e40273d
Compare
Choose a tag to compare

First release: uniform and normal randoms supported, for both float32 and float64. Reasonably thorough test coverage.