Go to file
Tomáš Chvátal b4daad252d Accepting request 798175 from home:mcalabkova:branches:devel:languages:python:numeric
- Update to 0.49.0
  * Removal of all Python 2 related code and also updating the minimum supported
    Python version to 3.6, the minimum supported NumPy version to 1.15 and the
    minimum supported SciPy version to 1.0. (Stuart Archibald).
  * Refactoring of the Numba code base. The code is now organised into submodules
    by functionality. This cleans up Numba's top level namespace.
    (Stuart Archibald).
  * Introduction of an ``ir.Del`` free static single assignment form for Numba's
    intermediate representation (Siu Kwan Lam and Stuart Archibald).
  * An OpenMP-like thread masking API has been added for use with code using the
    parallel CPU backends (Aaron Meurer and Stuart Archibald).
  * For the CUDA target, all kernel launches now require a configuration, this
    preventing accidental launches of kernels with the old default of a single
    thread in a single block. The hard-coded autotuner is also now removed, such
    tuning is deferred to CUDA API calls that provide the same functionality
    (Graham Markall).
  * The CUDA target also gained an External Memory Management plugin interface to
    allow Numba to use another CUDA-aware library for all memory allocations and
    deallocations (Graham Markall).
  * The Numba Typed List container gained support for construction from iterables
    (Valentin Haenel).
  * Experimental support was added for first-class function types
    (Pearu Peterson).
- Refreshed patch skip-failing-tests.patch 
  * the troublesome tests are skipped upstream on 32-bit
- Unpin llvmlite

OBS-URL: https://build.opensuse.org/request/show/798175
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-numba?expand=0&rev=41
2020-04-27 19:40:16 +00:00
_multibuild - Switch to multibuilt as the tests take ages to build and we 2020-04-06 08:03:09 +00:00
.gitattributes Accepting request 492720 from devel:languages:python 2017-05-27 11:14:35 +00:00
.gitignore Accepting request 492720 from devel:languages:python 2017-05-27 11:14:35 +00:00
fix-max-name-size.patch Accepting request 742268 from home:TheBlackCat:branches:devel:languages:python:numeric 2019-10-24 00:59:28 +00:00
numba-0.49.0.tar.gz Accepting request 798175 from home:mcalabkova:branches:devel:languages:python:numeric 2020-04-27 19:40:16 +00:00
python-numba.changes Accepting request 798175 from home:mcalabkova:branches:devel:languages:python:numeric 2020-04-27 19:40:16 +00:00
python-numba.spec Accepting request 798175 from home:mcalabkova:branches:devel:languages:python:numeric 2020-04-27 19:40:16 +00:00
skip-failing-tests.patch Accepting request 798175 from home:mcalabkova:branches:devel:languages:python:numeric 2020-04-27 19:40:16 +00:00