numba 0.7.1: bugfix release + random package

Numba 0.7.1 is a bugfix release which brings bug fixes such as the array slicing bug, but it also brings us closer to Python 3 compatibility thanks to Hernan Grecco. The release also brings the 'numba.random' package, thanks to Travis Oliphant. It allows you to use fast random number generators from randomkit provided in NumPy, directly from numba code. An example can be found here: https://github.com/numba/numba/blob/master/numba/tests/support/random/test_r... Download: https://pypi.python.org/pypi/numba/0.7.1 Documentation: http://numba.pydata.org/numba-doc/0.7/ Github: https://github.com/numba/numba Numba ====== Numba is an just-in-time specializing compiler for Python and NumPy code to LLVM for annotated functions (through decorators). It's goal is to seamlessly integrate with the Python scientific software stack and provide optimized native code and integration with native foreign languages. Enjoy!
participants (1)
-
mark florisson