blob: db9fcbf3c886712c6824e20d5ab26d43b03b2c92 (
plain)
1
2
3
4
5
|
``__array_function__`` machinery is now much faster
---------------------------------------------------
The overhead of the majority of functions in NumPy is now smaller
especially when keyword arguments are used. This change significantly
speeds up many simple function calls.
|