Skip to content

Releases: bashtage/ng-numpy-randomstate

Release 1.14.0

21 Mar 08:10
Compare
Choose a tag to compare

This is the final release of randomstate. All future work will be on randomgen.

  • Show a deprecation warning and pass on information about randomgen.

Release 1.13.3

29 Sep 17:12
Compare
Choose a tag to compare

Feature and upstream sync release:

  • Build Linux wheel using manylinux1
  • Allow randint to broadcast inputs
  • Sync with upstream NumPy changes
  • Add protection against negative inputs in dirichlet

Release 1.13.2

02 Aug 17:56
Compare
Choose a tag to compare

Feature release with:

  • Ziggurat generation for standard gamma
  • Ziggurat generator for standard exponential
  • SIMD-oriented Fast Mersenne Twister (SFMT) generator
  • Complex normal distribution
  • Jump support for the MT19937 generator
  • Jump support for the SFMT generator

Release 1.13.1

23 May 11:59
Compare
Choose a tag to compare

Release to fix sdist issues on PyPI related to publishing from Windows. No code changes.

Release 1.13

22 May 20:32
Compare
Choose a tag to compare

Release to synchronize version numbers with recently released NumPy 1.13. This version passes all NumPy 1.13 tests for the MT PRNG.

Release 1.12

18 Jan 10:33
Compare
Choose a tag to compare

Release to synchronize version numbers with recently released NumPy 1.12. This version passes all NumPy 1.12 tests for the MT PRNG.

Release 1.11.4

26 Oct 11:18
Compare
Choose a tag to compare

Small release for Ziggurat patch

Release 1.11.3

15 Jul 09:58
Compare
Choose a tag to compare

Extended 32-bit generation to

  • Uniforms
  • Normals
  • Standard Gammas
  • Standard Exponentials

using the dtype keyword.

  • Removed random_uintegers since these are special cases of randint
  • Release to include files required for install from PyPi

New release featuring single precision uniforms

13 Jun 14:44
Compare
Choose a tag to compare

Added single precision uniforms which might be useful in some applications. Should be faster and of course requrie less memory.

Release 1.11.1

24 May 13:34
Compare
Choose a tag to compare

New release featuring the XoroShiro PRNG.