Re: [Numpy-discussion] Multidimensional Indexing

2015-04-08 Thread Nikolay Mayorov
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,

Re: [Numpy-discussion] Asking proposal review/feedback for GSOC 15

2015-03-24 Thread Nikolay Mayorov
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

Re: [Numpy-discussion] Build doesn't pass tests

2015-01-09 Thread Nikolay Mayorov
/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 SET DISTUTILS_USE_SDK=1 C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\vcvarsall.bat

[Numpy-discussion] Build doesn't pass tests

2015-01-08 Thread Nikolay Mayorov
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 folder and