Accepting request 1319844 from devel:languages:python:numeric
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/1319844 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-numexpr?expand=0&rev=29
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:75b2c01a4eda2e7c357bc67a3f5c3dd76506c15b5fd4dc42845ef2e182181bad
|
||||
size 108960
|
||||
3
numexpr-2.14.1.tar.gz
Normal file
3
numexpr-2.14.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4be00b1086c7b7a5c32e31558122b7b80243fe098579b170967da83f3152b48b
|
||||
size 119400
|
||||
@@ -1,3 +1,34 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 17 21:48:08 UTC 2025 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 2.14.1:
|
||||
* Rolled back static typing support to ensure compatibiity with
|
||||
NumPy 1.26.
|
||||
* Added CI tests for NumPy 1.26
|
||||
* Numerical stability for overflow has been improved for tan /
|
||||
tanh to handle possible overflows for complex numbers.
|
||||
* Static typing support has been added, making NumExpr
|
||||
compatible with static type checkers like mypy and pyright.
|
||||
Thanks to Joren Hammudoglu (@jorenham) for the work.
|
||||
* Patch to maximum/minimum functions in order to match NumPy
|
||||
NaN handling
|
||||
* Patch to convert '+'->'|' and '*'->'&' for booleans
|
||||
* New functionality has been added:
|
||||
* Bitwise operators (and, or, not, xor): &, |, ~, ^
|
||||
* New binary arithmetic operator for floor division: //
|
||||
* New functions: signbit, hypot, copysign, nextafter, maximum,
|
||||
minimum, log2, trunc, round and sign.
|
||||
* Also enables integer outputs for integer inputs for abs,
|
||||
copy, ones_like, sign and round.
|
||||
* New wheels for Python 3.14 and 3.14t are provided.
|
||||
* Added complex counterparts for isnan/isfinite/isinf
|
||||
functions. Thanks to Luke Shaw.
|
||||
* Updated documentation for the new functions and instructions
|
||||
for adding new functions to the virtual machine. Thanks to
|
||||
Luke Shaw.
|
||||
* Fixed MKL support; it was broken in 2.12.0.
|
||||
* Added isnan/isfinite/isinf functions.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 27 04:10:48 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
|
||||
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-numexpr
|
||||
Version: 2.11.0
|
||||
Version: 2.14.1
|
||||
Release: 0
|
||||
Summary: Numerical expression evaluator for NumPy
|
||||
License: MIT
|
||||
|
||||
Reference in New Issue
Block a user