Skip to content

Releases: IntelPython/mkl_random

v1.2.7

05 Aug 11:22
e1ed130
Compare
Choose a tag to compare

This release addresses technical debt, and fixes the project to work with NumPy 2.0 on both Windows and Linux.

  • Removed use of vendored numpy.pxd, replaced with recommended cimport numpy. This resolved the warning of changes struct size for Cython class broadcast.
  • Fixed warnings from clang compiler
  • Corrected data types for allocation made in Cython which were responsible for test failures with NumPy 2.0 on Windows.

v1.2.6

28 May 14:02
3b45998
Compare
Choose a tag to compare
v1.2.6 Pre-release
Pre-release

This is a bug fix release updates mkl_random to support NumPy 2.0

v1.2.5

14 Feb 14:44
d02f447
Compare
Choose a tag to compare

Transition testing suite to pytest to enable support for Python 3.12

v1.2.4

14 Sep 23:18
Compare
Choose a tag to compare

Change to fix build on mkl_random with clang with new build system introduced in v1.2.3.

v1.2.3

05 Sep 13:36
Compare
Choose a tag to compare
  • Modified example of parallel Monte-Carlo work to correctly work on Windows. (gh-26)
  • Transitioned away from using numpy.distutils as it went away in NumPy 1.25 (gh-24)

v1.2.2.post2

26 Aug 14:47
780fde9
Compare
Choose a tag to compare

Update description for Pypi package installation

v1.2.2

24 May 16:40
Compare
Choose a tag to compare

Added examples/ folder provided an example of parallel Monte-Carlo estimation of a probability of a certain event.

Added support for ARS5 counter-based basic random number generator available in MKL, see
https://software.intel.com/content/www/us/en/develop/documentation/onemkl-vsnotes/top/testing-of-basic-random-number-generators/basic-random-generator-properties-and-testing-results/ars5.html

v1.2.1

10 Feb 17:27
Compare
Choose a tag to compare

This is a bug fix release, including #17 and #18.

v1.2.0

14 Sep 19:32
Compare
Choose a tag to compare

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
Choose a tag to compare

Minor bug-fix release.

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