-
Notifications
You must be signed in to change notification settings - Fork 212
/
AUTHORS.txt
31 lines (21 loc) · 1.03 KB
/
AUTHORS.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
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.