You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to bottl...@googlegroups.com
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
#156 Installing bottleneck when two versions of NumPy are present
#157 Compiling on Ubuntu 14.04 inside a Windows 7 WMware
#159 Occasional segmentation fault in nanargmin, nanargmax, median,
and nanmedian when all of the following conditions are met:
axis is None, input array is 2d or greater, and input array is not C
contiguous.
#163 Reducing np.array([2**31], dtype=np.int64) overflows on Windows