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!
-- 
http://mail.python.org/mailman/listinfo/python-announce-list

        Support the Python Software Foundation:
        http://www.python.org/psf/donations/

Reply via email to