Releases: bashtage/ng-numpy-randomstate
Releases · bashtage/ng-numpy-randomstate
Release 1.14.0
Release 1.13.3
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
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
Release to fix sdist issues on PyPI related to publishing from Windows. No code changes.
Release 1.13
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
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
Small release for Ziggurat patch
Release 1.11.3
Extended 32-bit generation to
- Uniforms
- Normals
- Standard Gammas
- Standard Exponentials
using the dtype
keyword.
- Removed
random_uintegers
since these are special cases ofrandint
- Release to include files required for install from PyPi
New release featuring single precision uniforms
Added single precision uniforms which might be useful in some applications. Should be faster and of course requrie less memory.
Release 1.11.1
New release featuring the XoroShiro PRNG.