Re: [Numpy-discussion] numpy 1.9b1 bug in pad function?

2014-06-14 Thread Stefan van der Walt
On 2014-06-14 14:40:29, Nadav Horesh wrote: > TypeError: pad() missing 1 required positional argument: 'pad_width' I've added a PR here for further discussion: https://github.com/numpy/numpy/pull/4808 Stéfan ___ NumPy-Discussion mailing list NumPy-Dis

Re: [Numpy-discussion] numpy 1.9b1 bug in pad function?

2014-06-14 Thread Stefan van der Walt
On 2014-06-14 14:40:29, Nadav Horesh wrote: > This is most likely a documentation error since: > > In [7]: np.pad(a) > --- > TypeError Traceback (most recent call last) > in () > > 1 np.pad

Re: [Numpy-discussion] numpy 1.9b1 bug in pad function?

2014-06-14 Thread Nadav Horesh
This is most likely a documentation error since: In [7]: np.pad(a) --- TypeError Traceback (most recent call last) in () > 1 np.pad(a) TypeError: pad() missing 1 required positional argu

Re: [Numpy-discussion] numpy 1.9b1 bug in pad function?

2014-06-14 Thread Stéfan van der Walt
Hi Nadav On Sat, Jun 14, 2014 at 8:11 AM, Nadav Horesh wrote: > In [4]: np.__version__ > Out[4]: '1.9.0b1' > > The documentation specify that the mode parameter is optional I don't see the optional specification in the docstring. Perhaps because mode=None in the signature? The reason is that t

Re: [Numpy-discussion] Switch to using ATLAS for OSX binary wheels

2014-06-14 Thread Matthew Brett
On Friday, June 13, 2014, Ralf Gommers wrote: > > > > On Fri, Jun 13, 2014 at 2:07 PM, Matthew Brett > wrote: > >> Hi, >> >> Summary : I'm planning to upload OSX wheels for numpy and scipy using >> the ATLAS blas / lapack library instead of the default OSX Accelerate >> framework. >> >> We've ru

Re: [Numpy-discussion] Switch to using ATLAS for OSX binary wheels

2014-06-14 Thread Matthew Brett
On Friday, June 13, 2014, Julian Taylor wrote: > On 13.06.2014 14:07, Matthew Brett wrote: > > Hi, > > > > Summary : I'm planning to upload OSX wheels for numpy and scipy using > > the ATLAS blas / lapack library instead of the default OSX Accelerate > > framework. > > > > hi, > thanks for doing