Skip to content

Releases: lgarrison/parallel-numpy-rng

v0.2.0

06 Nov 17:01

Choose a tag to compare

This is a bugfix release for compatibility with NumPy 2 and adds native support for multi-dimensional arrays. It also contains some modernizations to the packaging.

What's Changed

  • support multi-dimensional arrays by @chansonZ in #5
  • fix numpy 2 compatibility, modernize packaging and testing by @lgarrison in #6

New Contributors

Full Changelog: v0.1.2...v0.1.3rc1

v0.2.0rc1

06 Nov 16:20

Choose a tag to compare

v0.2.0rc1 Pre-release
Pre-release

This is a bugfix release for compatibility with NumPy 2 and adds native support for multi-dimensional arrays. It also contains some modernizations to the packaging.

What's Changed

  • support multi-dimensional arrays by @chansonZ in #5
  • fix numpy 2 compatibility, modernize packaging and testing by @lgarrison in #6

New Contributors

Full Changelog: v0.1.2...v0.1.3rc1

v0.1.2

29 Dec 21:08
35915f3

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

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

Choose a tag to compare

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