553b7cd5ecAccepting request 1228310 from devel:languages:python:numeric
factory
Ana Guerrero
2024-12-05 16:08:50 +0000
5009c94269- Update to 2.10.2 * Better support for CPUs that do not have a power of 2 number of cores. See #479 and #490. Thanks to @avalentino. * Allow numexpr to run with the multithreading package in Python. See PR #496. Thanks to @emmaai * Wheels for Python 3.13 are now provided. - Drop fix-test-max-threads-unset.patch
devel
Benjamin Greiner2024-12-04 13:13:33 +0000
70936695f9Accepting request 1223649 from devel:languages:python:numeric
Ana Guerrero
2024-11-12 18:23:59 +0000
f0bcbbbf19- Add upstream patch fix-test-max-threads-unset.patch - Remove upstreamed patch numexpr-pr485-allow-numpy1.patch - Update to 2.10.1: - The default number of 'safe' threads has been upgraded to 16 (instead of previous 8). That means that if your CPU has > 16 cores, the default is to use 16. You can always override this with the "NUMEXPR_MAX_THREADS" environment variable. - NumPy 1.23 is now the minimum supported. - Preliminary support for Python 3.13. Thanks to Karolina Surma. - Fix tests on nthreads detection (closes: #479). Thanks to @avalentino. - The build process has been modernized and now uses the pyproject.toml file for more of the configuration options.Daniel Garcia2024-11-12 11:40:48 +0000
88262658a7Accepting request 1173536 from devel:languages:python:numeric
Ana Guerrero
2024-05-13 15:57:55 +0000
48131fa090Accepting request 1173493 from home:bnavigator:branches:devel:languages:python:numericMatej Cepl2024-05-12 22:14:42 +0000
1b971d956cAccepting request 1169895 from devel:languages:python:numeric
Ana Guerrero
2024-04-23 16:57:43 +0000
9c5d272880Accepting request 1169641 from home:mcalabkova:branches:devel:languages:python:numericMatej Cepl2024-04-23 14:04:37 +0000
127c0a5a08Accepting request 1169176 from home:bnavigator:numpyMatej Cepl2024-04-19 22:24:54 +0000
4bfce12c9fAccepting request 1144513 from devel:languages:python:numeric
Ana Guerrero
2024-02-06 15:35:34 +0000
437a0fad72- update to 2.9.0: * Support for PyPy (see PRs #467 and #740). The full test suite should pass now, at least for the 3.10 version. providing help and additional fixes. * Fixed more sanitizer issues (see PR #469). * Modernized the test suite to avoid some warnings.Dirk Mueller2024-02-06 09:33:30 +0000
256a862a3cAccepting request 1133817 from devel:languages:python:numeric
Ana Guerrero
2023-12-18 21:56:31 +0000
aefd57f1e1- update to 2.8.8: * Fix re_evaluate not taking global_dict as argument. * Fix parsing of simple complex numbers. Now, ne.evaluate('1.5j') works. * Fixes for upcoming NumPy 2.0Dirk Mueller2023-12-18 09:24:49 +0000
19478113f3Accepting request 1129235 from devel:languages:python:numeric
Ana Guerrero
2023-11-27 21:45:08 +0000
937c518329- update to 2.8.7: * More permissive rules in sanitizing regular expression: allow to access digits after the . with scientific notation. * Don't reject double underscores that are not at the start or end of a variable name (pandas uses those), or scientific-notation numbers with digits after the decimal point. * Do not use numpy.alltrue in the test suite, as it has been deprecated (replaced by numpy.all). * Python 3.12 support * Thanks to Kirill Kouzoubov for a range of fixes to constants parsing that was * Thanks to Mark Harfouche for noticing that we no longer need numpy version - skip python3.6 build (no numpy) - python3 package added * Fixed several issues with different platforms not supporting * Now, when trying to use pure Python boolean operators, 'and', 'or' and 'not, an error is issued and suggesting that '&', '|' - fix requiements for SLE 11Dirk Mueller2023-11-27 19:49:32 +0000
9e35e7cde7Accepting request 1109001 from devel:languages:python:numeric
Ana Guerrero
2023-09-06 16:56:58 +0000
80f3cbc59cAccepting request 1108948 from home:bnavigator:branches:devel:languages:python:numericMarkéta Machová2023-09-05 08:00:57 +0000
e68efbe7b7Accepting request 1106397 from devel:languages:python:numeric
Ana Guerrero
2023-08-28 15:17:30 +0000
7ed1ae3941Accepting request 1106190 from home:apersaud:branches:devel:languages:python:numericMarkéta Machová2023-08-28 10:55:31 +0000
fc34a3fc88Accepting request 1046267 from devel:languages:python:numeric
Dominique Leuenberger
2023-01-03 14:04:27 +0000
2c990f8492- update to 2.8.4: * Support for Python 3.11 has been added. * Thanks to Tobias Hangleiter for an improved accuracy complex expm1 function. While it is 25 % slower, it is significantly more accurate for the real component over a range of values and matches NumPy outputs much more closely. * Thanks to Kirill Kouzoubov for a range of fixes to constants parsing that was resulting in duplicated constants of the same value. * Thanks to Mark Harfouche for noticing that we no longer need numpy version checks. packaging is no longer a requirement as a result.Dirk Mueller2023-01-02 18:50:45 +0000
8cc2b87b60Accepting request 989833 from devel:languages:python:numeric
Dominique Leuenberger
2022-08-04 11:23:09 +0000
0b9eb70209Accepting request 989743 from home:bnavigator:branches:devel:languages:pythonDirk Mueller2022-07-18 09:52:07 +0000
7376af881eAccepting request 988324 from devel:languages:python:numeric
Dominique Leuenberger
2022-07-12 09:12:09 +0000
188b57a206Accepting request 988037 from home:apersaud:branches:devel:languages:python:numericMatej Cepl2022-07-11 09:48:09 +0000
d831148c84Accepting request 952057 from devel:languages:python:numeric
Dominique Leuenberger
2022-02-09 19:38:11 +0000
2c584fcf60Accepting request 952000 from home:apersaud:branches:devel:languages:python:numericDirk Mueller2022-02-07 09:26:40 +0000
ed1b15118eAccepting request 878626 from devel:languages:python:numeric
Dominique Leuenberger
2021-03-15 09:54:27 +0000