5103d6a546
Version 0.39.0 Here are the highlights for the Numba 0.39.0 release. This is the first version that supports Python 3.7. With help from Intel, we have fixed the issues with SVML support. List has gained support for containing reference-counted types like NumPy arrays and list. Note, list still cannot hold heterogeneous types. We have made a significant change to the internal calling-convention, which should be transparent to most users, to allow for a future feature that will permitting jumping back into python-mode from a nopython-mode function. This also fixes a limitation to print that disabled its use from nopython functions that were deep in the call-stack. For CUDA GPU support, we added a __cuda_array_interface__ following the NumPy array interface specification to allow Numba to consume externally defined device arrays. We have opened a corresponding pull request to CuPy to test out the concept and be able to use a CuPy GPU array. The Numba dispatcher inspect_types() method now supports the kwarg pretty which if set to True will produce ANSI/HTML output, showing the annotated types, when invoked from ipython/jupyter-notebook respectively. The NumPy functions ndarray.dot, np.percentile and np.nanpercentile, and np.unique are now supported. Numba now supports the use of a per-project configuration file to permanently set behaviours typically set via NUMBA_* family environment variables. Support for the ppc64le architecture has been added. |
||
---|---|---|
.. | ||
DESCR | ||
distinfo | ||
Makefile | ||
PLIST |