I think the rationale is to allow selection of whole rows / columns. If you
want to choose a single element from each row/column, then, yes, you have to
pass np.arange(...). There is also np.choose function, but not recommended to
use for such cases as far as I understand. I'm not an expert, tho
Hi, Oguzhan. I suggest to add .md extension to the gist file, now it is
displayed as raw text.
Date: Tue, 24 Mar 2015 01:16:40 +0200
From: cengoguzhanu...@gmail.com
To: numpy-discussion@scipy.org
Subject: Re: [Numpy-discussion] Asking proposal review/feedback for GSOC 15
Hi again,
Thanks Ralf, I
pass tests
>
> On 01/08/2015 07:31 PM, Nikolay Mayorov wrote:
> > Hi all!
> >
> > I'm trying to build numpy on Windows 64 bit, Python 3.4.2 64 bit.
> >
> > I do environment setup by the following command:
> >
> > CMD /K "SET MSSdk=1 &
Hi all!
I'm trying to build numpy on Windows 64 bit, Python 3.4.2 64 bit.
I do environment setup by the following command:
CMD /K "SET MSSdk=1 && SET DISTUTILS_USE_SDK=1 && "C:\Program Files
(x86)\Microsoft Visual Studio 12.0\VC\vcvarsall.bat" x86_amd64"
Then I cd to the newly cloned numpy fold