python-bottleneck

Fast NumPy array functions written in C - Python 2
  http://berkeleyanalytics.com/bottleneck
  0
  no reviews



Bottleneck is a collection of fast NumPy array functions written in C.

Only arrays with data type (dtype) int32, int64, float32, and float64 are accelerated. All other dtypes result in calls to slower, unaccelerated functions.

This package contains the Python 2 version.