numba 0.10

mark florisson markflorisson88 at gmail.com
Mon Aug 5 13:43:54 CEST 2013


Numba 0.10 has some new interesting features, thanks to some new
contributors. In short, it has a code annotation tool, builtins min,
max, enumerate and zip, a parallel range (open sourced from numbapro)
and support for the raise statement. Many thanks to Eugene Toder, Jay
Bourque and Björn Linse.

Version 0.10
==========
* Annotation tool (./bin/numba --annotate --fancy) (thanks to Jay Bourque)
* Open sourced prange
* Support for raise statement
* Pluggable array representation
* Support for enumerate and zip (thanks to Eugene Toder)
* Better string formatting support (thanks to Eugene Toder)
* Builtins min(), max() and bool() (thanks to Eugene Toder)
* Fix some code reloading issues (thanks to Björn Linse)
* Recognize NumPy scalar objects (thanks to Björn Linse)

Download
========
http://numba.pydata.org/download.html

Website
=======
http://numba.pydata.org/

Documentation
============
http://numba.pydata.org/numba-doc/0.10/index.html

Numba
======
Numba is an just-in-time specializing compiler which compiles
annotated Python and NumPy code to LLVM (through decorators). Its goal
is to seamlessly integrate with the Python scientific software stack
and produce optimized native code, as well as integrate with native
foreign languages.


More information about the Python-announce-list mailing list