diff --git a/numba-0.35.0.tar.gz b/numba-0.35.0.tar.gz deleted file mode 100644 index ef58c7e..0000000 --- a/numba-0.35.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:11564937757605bee590c5758c73cfe9fd6d569726b56d970316a6228971ecc3 -size 1269882 diff --git a/numba-0.36.1.tar.gz b/numba-0.36.1.tar.gz new file mode 100644 index 0000000..0c14308 --- /dev/null +++ b/numba-0.36.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3b7540713c39f4d7a8d3b18cd49249c6356a35ee1ab5e15a89f7cf970004f0a +size 1334749 diff --git a/python-numba.changes b/python-numba.changes index 2027b31..cca7b19 100644 --- a/python-numba.changes +++ b/python-numba.changes @@ -1,3 +1,45 @@ +------------------------------------------------------------------- +Fri Dec 8 17:59:51 UTC 2017 - arun@gmx.de + +- update to version 0.36.1: + * ParallelAccelerator features: + + PR #2457: Stencil Computations in ParallelAccelerator + + PR #2548: Slice and range fusion, parallelizing bitarray and + slice assignment + + PR #2516: Support general reductions in ParallelAccelerator + * ParallelAccelerator fixes: + + PR #2540: Fix bug #2537 + + PR #2566: Fix issue #2564. + + PR #2599: Fix nested multi-dimensional parfor type inference + issue + + PR #2604: Fixes for stencil tests and cmath sin(). + + PR #2605: Fixes issue #2603. + * PR #2568: Update for LLVM 5 + * PR #2607: Fixes abort when getting address to + "nrt_unresolved_abort" + * PR #2615: Working towards conda build 3 + * Misc fixes/enhancements: + + PR #2534: Add tuple support to np.take. + + PR #2551: Rebranding fix + + PR #2552: relative doc links + + PR #2570: Fix issue #2561, handle missing successor on loop exit + + PR #2588: Fix #2555. Disable libpython.so linking on linux + + PR #2601: Update llvmlite version dependency. + + PR #2608: Fix potential cache file collision + + PR #2612: Fix NRT test failure due to increased overhead when + running in coverage + + PR #2619: Fix dubious pthread_cond_signal not in lock + + PR #2622: Fix `np.nanmedian` for all NaN case. + + PR #2633: Fix markdown in CONTRIBUTING.md + + PR #2635: Make the dependency on compilers for AOT optional. + * CUDA support fixes: + + PR #2523: Fix invalid cuda context in memory transfer calls in + another thread + + PR #2575: Use CPU to initialize xoroshiro states for GPU + RNG. Fixes #2573 + + PR #2581: Fix cuda gufunc mishandling of scalar arg as array and + out argument + ------------------------------------------------------------------- Tue Oct 3 06:05:20 UTC 2017 - arun@gmx.de diff --git a/python-numba.spec b/python-numba.spec index c177819..211868a 100644 --- a/python-numba.spec +++ b/python-numba.spec @@ -20,7 +20,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-numba -Version: 0.35.0 +Version: 0.36.1 Release: 0 Summary: Compiling Python code using LLVM License: BSD-2-Clause