From 38243b84a50f81dd7e84affe98878aee2fda87041c43a3110bfccc49f02c3c1f Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Mon, 5 Mar 2018 12:44:52 +0000 Subject: [PATCH] Accepting request 582528 from devel:languages:python OBS-URL: https://build.opensuse.org/request/show/582528 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-numba?expand=0&rev=6 --- numba-0.36.2.tar.gz | 3 -- numba-0.37.0.tar.gz | 3 ++ python-numba.changes | 67 ++++++++++++++++++++++++++++++++++++++++++++ python-numba.spec | 2 +- 4 files changed, 71 insertions(+), 4 deletions(-) delete mode 100644 numba-0.36.2.tar.gz create mode 100644 numba-0.37.0.tar.gz diff --git a/numba-0.36.2.tar.gz b/numba-0.36.2.tar.gz deleted file mode 100644 index cd65235..0000000 --- a/numba-0.36.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d61597808ce511e81b64e32da664f52beb7d947bf834dde8b8b60b29d205e5c2 -size 1335034 diff --git a/numba-0.37.0.tar.gz b/numba-0.37.0.tar.gz new file mode 100644 index 0000000..8c4835f --- /dev/null +++ b/numba-0.37.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c62121b2d384d8b4d244ef26c1cf8bb5cb819278a80b893bf41918ad6d391258 +size 1366942 diff --git a/python-numba.changes b/python-numba.changes index 80cbbe3..dfb145c 100644 --- a/python-numba.changes +++ b/python-numba.changes @@ -1,3 +1,70 @@ +------------------------------------------------------------------- +Fri Mar 2 23:16:36 UTC 2018 - arun@gmx.de + +- specfile: + * update required llvmlite version + +- update to version 0.37.0: + * Misc enhancements: + + PR #2627: Remove hacks to make llvmlite threadsafe + + PR #2672: Add ascontiguousarray + + PR #2678: Add Gitter badge + + PR #2691: Fix #2690: add intrinsic to convert array to tuple + + PR #2703: Test runner feature: failed-first and last-failed + + PR #2708: Patch for issue #1907 + + PR #2732: Add support for array.fill + * Misc Fixes: + + PR #2610: Fix #2606 lowering of optional.setattr + + PR #2650: Remove skip for win32 cosine test + + PR #2668: Fix empty_like from readonly arrays. + + PR #2682: Fixes 2210, remove _DisableJitWrapper + + PR #2684: Fix #2340, generator error yielding bool + + PR #2693: Add travis-ci testing of NumPy 1.14, and also check on + Python 2.7 + + PR #2694: Avoid type inference failure due to a typing template + rejection + + PR #2695: Update llvmlite version dependency. + + PR #2696: Fix tuple indexing codegeneration for empty tuple + + PR #2698: Fix #2697 by deferring deletion in the simplify_CFG + loop. + + PR #2701: Small fix to avoid tempfiles being created in the + current directory + + PR #2725: Fix 2481, LLVM IR parsing error due to mutated IR + + PR #2726: Fix #2673: incorrect fork error msg. + + PR #2728: Alternative to #2620. Remove dead code + ByteCodeInst.get. + + PR #2730: Add guard for test needing SciPy/BLAS + * Documentation updates: + + PR #2670: Update communication channels + + PR #2671: Add docs about diagnosing loop vectorizer + + PR #2683: Add docs on const arg requirements and on const mem + alloc + + PR #2722: Add docs on numpy support in cuda + + PR #2724: Update doc: warning about unsupported arguments + * ParallelAccelerator enhancements/fixes: + + Parallel support for `np.arange` and `np.linspace`, also + `np.mean`, `np.std` and `np.var` are added. This was performed + as part of a general refactor and cleanup of the core ParallelAccelerator code. + + PR #2674: Core pa + + PR #2704: Generate Dels after parfor sequential lowering + + PR #2716: Handle matching directly supported functions + * CUDA enhancements: + + PR #2665: CUDA DeviceNDArray: Support numpy tranpose API + + PR #2681: Allow Assigning to DeviceNDArrays + + PR #2702: Make DummyArray do High Dimensional Reshapes + + PR #2714: Use CFFI to Reuse Code + * CUDA fixes: + + PR #2667: Fix CUDA DeviceNDArray slicing + + PR #2686: Fix #2663: incorrect offset when indexing cuda array. + + PR #2687: Ensure Constructed Stream Bound + + PR #2706: Workaround for unexpected warp divergence due to + exception raising code + + PR #2707: Fix regression: cuda test submodules not loading + properly in runtests + + PR #2731: Use more challenging values in slice tests. + + PR #2720: A quick testsuite fix to not run the new cuda testcase + in the multiprocess pool + ------------------------------------------------------------------- Thu Jan 11 19:25:55 UTC 2018 - toddrme2178@gmail.com diff --git a/python-numba.spec b/python-numba.spec index 928b3bb..404ec40 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.36.2 +Version: 0.37.0 Release: 0 Summary: Compiling Python code using LLVM License: BSD-2-Clause