Skip to content

Releases: bashtage/ng-numpy-randomstate

Release 1.14.0

Choose a tag to compare

@bashtage bashtage released this 21 Mar 08:10

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

Choose a tag to compare

@bashtage bashtage released this 29 Sep 17:12

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

Choose a tag to compare

@bashtage bashtage released this 02 Aug 17:56

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

Choose a tag to compare

@bashtage bashtage released this 23 May 11:59

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

Release 1.13

Choose a tag to compare

@bashtage bashtage released this 22 May 20:32

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

Choose a tag to compare

@bashtage bashtage released this 18 Jan 10:33

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

Choose a tag to compare

@bashtage bashtage released this 26 Oct 11:18

Small release for Ziggurat patch

Release 1.11.3

Choose a tag to compare

@bashtage bashtage released this 15 Jul 09:58

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

Choose a tag to compare

@bashtage bashtage released this 13 Jun 14:44

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

Release 1.11.1

Choose a tag to compare

@bashtage bashtage released this 24 May 13:34

New release featuring the XoroShiro PRNG.