diff --git a/numexpr-2.11.0.tar.gz b/numexpr-2.11.0.tar.gz deleted file mode 100644 index 04b5c5d..0000000 --- a/numexpr-2.11.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:75b2c01a4eda2e7c357bc67a3f5c3dd76506c15b5fd4dc42845ef2e182181bad -size 108960 diff --git a/numexpr-2.14.1.tar.gz b/numexpr-2.14.1.tar.gz new file mode 100644 index 0000000..b416626 --- /dev/null +++ b/numexpr-2.14.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4be00b1086c7b7a5c32e31558122b7b80243fe098579b170967da83f3152b48b +size 119400 diff --git a/python-numexpr.changes b/python-numexpr.changes index 6e6ca78..f86072e 100644 --- a/python-numexpr.changes +++ b/python-numexpr.changes @@ -1,3 +1,34 @@ +------------------------------------------------------------------- +Mon Nov 17 21:48:08 UTC 2025 - Dirk Müller + +- 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 diff --git a/python-numexpr.spec b/python-numexpr.spec index ea5298a..020c346 100644 --- a/python-numexpr.spec +++ b/python-numexpr.spec @@ -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