Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python.announce > #973
| Date | 2013-06-04 11:53 +0100 |
|---|---|
| Subject | numba 0.9 |
| From | mark florisson <markflorisson88@gmail.com> |
| Newsgroups | comp.lang.python.announce |
| Message-ID | <mailman.2792.1370513017.3114.python-announce-list@python.org> (permalink) |
Numba 0.9 adds support better math functions for all supported data types (complex and floating). The release also comes with open-sourced generalized ufunc support from numbapro. This allows users to write a NumPy generalized ufunc directly in python and compile it with numba. There is now also support for long double on all platforms. The support comes with a new dependency on llvmmath. Array expressions and their performance have also been improved. Generalized ufuncs: http://numba.pydata.org/numba-doc/0.9/arrays.html#generalized-ufuncs Supported math functions: https://github.com/ContinuumIO/llvmmath/blob/master/llvmmath/RequiredSymbols.txt Download ======== http://numba.pydata.org/download.html Website ======= http://numba.pydata.org/ Documentation ============ http://numba.pydata.org/numba-doc/0.9/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.
Back to comp.lang.python.announce | Previous | Next | Find similar | Unroll thread
numba 0.9 mark florisson <markflorisson88@gmail.com> - 2013-06-04 11:53 +0100
csiph-web