- update to 0.59.1:
* Fixed caching of kernels that use target-specific overloads * Fixed a performance regression introduced in Numba 0.59 which made ``np.searchsorted`` considerably slower. * This patch fixes two issues with ``np.searchsorted``. First, a regression is fixed in the support of ``np.datetime64``. Second, adopt ``NAT``-aware comparisons to fix mishandling of ``NAT`` value. * Allow use of Python 3.12 PEP-695 type parameter syntax OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-numba?expand=0&rev=84
This commit is contained in:
parent
882453f5e6
commit
7de0d7fba4
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:12b9b064a3e4ad00e2371fc5212ef0396c80f41caec9b5ec391c8b04b6eaf2a8
|
||||
size 2656773
|
BIN
numba-0.59.1.tar.gz
(Stored with Git LFS)
Normal file
BIN
numba-0.59.1.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 22 20:05:25 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 0.59.1:
|
||||
* Fixed caching of kernels that use target-specific overloads
|
||||
* Fixed a performance regression introduced in Numba 0.59 which
|
||||
made ``np.searchsorted`` considerably slower.
|
||||
* This patch fixes two issues with ``np.searchsorted``. First,
|
||||
a regression is fixed in the support of ``np.datetime64``.
|
||||
Second, adopt ``NAT``-aware comparisons to fix mishandling
|
||||
of ``NAT`` value.
|
||||
* Allow use of Python 3.12 PEP-695 type parameter syntax
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 8 15:37:58 UTC 2024 - Ben Greiner <code@bnavigator.de>
|
||||
|
||||
|
@ -50,12 +50,12 @@ ExclusiveArch: donotbuild
|
||||
%define python_module() %flavor-not-enabled-in-buildset-for-suse-%{?suse_version}
|
||||
%else
|
||||
# Tests fail on ppc64 big endian, not resolvable on s390x, wrong types on 32-bit. See also above compatibility list for building
|
||||
ExcludeArch: s390x ppc64 %ix86 %arm
|
||||
ExcludeArch: s390x ppc64 %ix86 %arm
|
||||
%endif
|
||||
%endif
|
||||
|
||||
Name: python-numba%{?psuffix}
|
||||
Version: 0.59.0
|
||||
Version: 0.59.1
|
||||
Release: 0
|
||||
Summary: NumPy-aware optimizing compiler for Python using LLVM
|
||||
License: BSD-2-Clause
|
||||
|
Loading…
Reference in New Issue
Block a user