fecd249f9f009bd7f2e4546135384d37d124cfa7977d11a77c0b269c45c308dc
- 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 11
OBS-URL: https://build.opensuse.org/request/show/1129235
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-numexpr?expand=0&rev=21
Description
No description provided
Languages
RPM Spec
100%