Skip to content

Releases: IntelPython/mkl_random

v1.1.1

16 Apr 21:22
Compare
Choose a tag to compare

Minor bug-fix release.

Updated initialization script allowing import mkl_random to execute without errors with NumPy 1.18

v1.1.0

05 Sep 22:14
Compare
Choose a tag to compare
  1. Added support (#9), for non-deterministic basic random number generator, based on RDRAND hardware instruction.

  2. Sampling from multinomial distribution now uses MKL's own viRngMultinomial, rather than using viRngBinomial to sample from the condition tower.

v1.0.4

27 Apr 21:35
Compare
Choose a tag to compare

Fixed build in Azure, by adding an include of "Python.h" in randomkit.h

No other functional changes.

v1.0.3

27 Apr 20:33
Compare
Choose a tag to compare

Fixed build break due to missing include of "Python.h", upgraded conda recipe to conda-build 3

v1.0.2

02 Nov 15:03
Compare
Choose a tag to compare

Maintenance release, including fixes for issue #3, #4.