- Fix bug that caused histograms of n-dimensional arrays to not be computed correctly. [21]
- Avoid memory copies for non-native endian 64-bit float arrays. [18]
- Avoid memory copies for any numerical Numpy type and non-contiguous arrays. [23]
- Raise a better error if arrays are passed to the `bins` argument. [24]