Python Bottleneck 0.6
Free
Latest version:
1.0.0
See all
Developer:
Bottleneck is a collection of fast NumPy array functions written in Cython. Under the hood Bottleneck uses a separate Cython function for each combination of ndim, dtype, and axis. A lot of the overhead in bn.nanmax(), for example, is in checking that the axis is within range, converting non-array data to an array, and selecting the function to use to calculate the maximum.
Comments