28558dca80
Build / Build and test on ubuntu-24.04-arm for aarch64 (push) Waiting to run
Build / Build and test on windows-11-arm for aarch64 (push) Waiting to run
Build / Build and test on macos-latest for x86_64 (push) Waiting to run
Build / Build and test on windows-latest for x86_64 (push) Waiting to run
Build / Build and test on ubuntu-latest for x86_64 (push) Failing after 1s
Build / Build and test on ubuntu-latest (numpy 1.26) for x86_64 (push) Failing after 0s
35 lines
1.1 KiB
Plaintext
35 lines
1.1 KiB
Plaintext
Numexpr was initially written by David Cooke, and extended to more
|
|
types by Tim Hochberg.
|
|
|
|
Francesc Alted contributed support for booleans and simple-precision
|
|
floating point types, efficient strided and unaligned array operations
|
|
and multi-threading code.
|
|
|
|
Ivan Vilata contributed support for strings.
|
|
|
|
Gregor Thalhammer implemented the support for Intel VML (Vector Math
|
|
Library).
|
|
|
|
Mark Wiebe added support for the new iterator in NumPy, which allows
|
|
for better performance in more scenarios (like broadcasting,
|
|
fortran-ordered or non-native byte orderings).
|
|
|
|
Gaëtan de Menten contributed important bug fixes and speed
|
|
enhancements.
|
|
|
|
Antonio Valentino contributed the port to Python 3.
|
|
|
|
Google Inc. contributed bug fixes.
|
|
|
|
David Cox improved readability of the Readme.
|
|
|
|
Robert A. McLeod contributed bug fixes and ported the documentation to
|
|
numexpr.readthedocs.io. He has served as the maintainer of the package
|
|
since 2016 to 2023.
|
|
|
|
Teng Liu fixed many bugs, and in particular, contributed valuable fixes
|
|
to the new regex sanitizer for expressions.
|
|
|
|
Luke Shaw contributed a bunch of new functions, and expanded the amount
|
|
of opcodes from 128 to 256.
|