Re: [Numpy-discussion] The BLAS problem (was: Re: Wiki page for building numerical stuff on Windows)

2014-07-11 Thread Dr. Michael Lehn
Am 29.04.2014 um 02:01 schrieb Nathaniel Smith n...@pobox.com: On Tue, Apr 29, 2014 at 12:52 AM, Sturla Molden sturla.mol...@gmail.com wrote: On 29/04/14 01:30, Nathaniel Smith wrote: I finally read this paper: http://www.cs.utexas.edu/users/flame/pubs/blis2_toms_rev2.pdf and I

[Numpy-discussion] np.zeros of structured array of array of objects

2014-07-11 Thread Julian Taylor
Hi, looking at https://github.com/numpy/numpy/issues/4857 I noticed that np.zeros of a structured array of array of objects only initializes the first element of if the embedded array to zero and leaves the rest None: In [1]: a = numpy.zeros(10, dtype=[('multiple objects', object, 2)]); a Out[1]:

Re: [Numpy-discussion] 64-bit windows numpy / scipy wheels for testing

2014-07-11 Thread Olivier Grisel
2014-07-10 0:53 GMT+02:00 Robert McGibbon rmcgi...@gmail.com: This is an awesome resource for tons of projects. Thanks. FYI here is the PR for sklearn to use AppVeyor CI: https://github.com/scikit-learn/scikit-learn/pull/3363 It's slightly different from the minimalistic sample I wrote for

Re: [Numpy-discussion] ANN: Pandas 0.14.0 Release Candidate 1

2014-07-11 Thread Jeff
Matthew, we posted the release of 0.14.1 last night. Are these picked up and build here automatically? https://nipy.bic.berkeley.edu/scipy_installers/ thanks Jeff On Saturday, May 17, 2014 7:22:00 AM UTC-4, Jeff wrote: Hi, I'm pleased to announce the availability of the first release