Accepting request 809224 from devel:languages:python:numeric
OBS-URL: https://build.opensuse.org/request/show/809224 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-numba?expand=0&rev=26
This commit is contained in:
commit
bea33efdb3
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9dbef9c738685a624fb0a4e2ec4cc425bed0e1de830d9bafc629bdb55e8df98f
|
||||
size 2008626
|
3
numba-0.49.1.tar.gz
Normal file
3
numba-0.49.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:89e1ad8215918036b0ffc53501888d44ed44c1f2cb09a9e047d06af5cd7e7a5a
|
||||
size 2011378
|
@ -1,3 +1,23 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed May 27 07:24:32 UTC 2020 - pgajdos@suse.com
|
||||
|
||||
- version update to 0.49.1
|
||||
* PR #5587: Fixed #5586 Threading Implementation Typos
|
||||
* PR #5592: Fixes #5583 Remove references to cffi_support from docs and examples
|
||||
* PR #5614: Fix invalid type in resolve for comparison expr in parfors.
|
||||
* PR #5624: Fix erroneous rewrite of predicate to bit const on prune.
|
||||
* PR #5627: Fixes #5623, SSA local def scan based on invalid equality
|
||||
assumption.
|
||||
* PR #5629: Fixes naming error in array_exprs
|
||||
* PR #5630: Fix #5570. Incorrect race variable detection due to SSA naming.
|
||||
* PR #5638: Make literal_unroll function work as a freevar.
|
||||
* PR #5648: Unset the memory manager after EMM Plugin tests
|
||||
* PR #5651: Fix some SSA issues
|
||||
* PR #5652: Pin to sphinx=2.4.4 to avoid problem with C declaration
|
||||
* PR #5658: Fix unifying undefined first class function types issue
|
||||
* PR #5669: Update example in 5m guide WRT SSA type stability.
|
||||
* PR #5676: Restore ``numba.types`` as public API
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 24 14:07:35 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
|
||||
|
||||
|
@ -27,7 +27,7 @@
|
||||
%bcond_with test
|
||||
%endif
|
||||
Name: python-numba%{psuffix}
|
||||
Version: 0.49.0
|
||||
Version: 0.49.1
|
||||
Release: 0
|
||||
Summary: NumPy-aware optimizing compiler for Python using LLVM
|
||||
License: BSD-2-Clause
|
||||
|
Loading…
Reference in New Issue
Block a user