Releases: IntelPython/mkl_random
Releases · IntelPython/mkl_random
v1.2.1
10 Feb 17:27
Compare
Sorry, something went wrong.
No results found
This is a bug fix release, including #17 and #18 .
v1.2.0
14 Sep 19:32
Compare
Sorry, something went wrong.
No results found
The default brng keyword setting of RandomState.seed changed from MT19937 to None, meaning reuse the brng specified to the constructor, per #10
v1.1.1
16 Apr 21:22
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
Added support (#9 ), for non-deterministic basic random number generator, based on RDRAND hardware instruction.
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
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
Maintenance release, including fixes for issue #3 , #4 .