numba 0.7.2: bugfix release + Python 3

mark florisson markflorisson88 at gmail.com
Wed Mar 20 19:32:48 CET 2013


Numba 0.7.2 is a bugfix release which brings various bug fixes
(https://github.com/numba/numba/issues?milestone=7&state=closed), as
well as full Python 3 compatibility thanks to Hernan Grecco. We now
officially support Python 3.2 and 3.3. The release also adds
intrinsics and instructions, which allows users to use any LLVM
instruction natively in Numba, or even from Python. Details are here:
http://numba.pydata.org/numba-doc/dev/doc/interface_c.html#using-intrinsics

Download: https://pypi.python.org/pypi/numba/0.7.2
Documentation: http://numba.pydata.org/numba-doc/0.7.2/
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!


More information about the Python-announce-list mailing list