Bottleneck 1.2.1¶
Release date: 2017-05-15
This release adds support for NumPy’s relaxed strides checking and fixes a few bugs.
Bug Fixes¶
Installing bottleneck when two versions of NumPy are present (#156)
Compiling on Ubuntu 14.04 inside a Windows 7 WMware (#157)
Occasional segmentation fault in
bn.nanargmin()
,nanargmax()
,median()
, andnanmedian()
when all of the following conditions are met: axis is None, input array is 2d or greater, and input array is not C contiguous. (#159)Reducing np.array([2**31], dtype=np.int64) overflows on Windows (#163)