Re: [Numpy-discussion] Two questions on indexing

2010-09-16 Thread Friedrich Romstedt
2010/9/15 Mark Fenner mfen...@gmail.com: One method of using indices seems to be as follows: In [19]: a = N.array(range(6)).reshape(3,2) In [20]: i = N.indices([3,2]) In [21]: r,c = i In [22]: a[r,c] Out[22]: array([[0, 1],       [2, 3],       [4, 5]]) In [23]: a[tuple(i)] Out[23]:

[Numpy-discussion] Numpy SVN frozen; move to Git

2010-09-16 Thread Pauli Virtanen
Dear all, Numpy SVN repository is now frozen, and does not accept new commits. Future development should end up in the Git repository: http://github.com/numpy/numpy The next things on the TODO list: - Update any links that point to http://svn.scipy.org/svn/numpy or talk about SVN.

Re: [Numpy-discussion] Numpy SVN frozen; move to Git

2010-09-16 Thread Stéfan van der Walt
On Thu, Sep 16, 2010 at 10:58 AM, Pauli Virtanen p...@iki.fi wrote: Numpy SVN repository is now frozen, and does not accept new commits. Future development should end up in the Git repository:    http://github.com/numpy/numpy Beautiful! It now takes mere seconds to clone NumPy (compared to

Re: [Numpy-discussion] Silent DeprecationWarnings under Python 2.7 onwards

2010-09-16 Thread Ralf Gommers
On Wed, Sep 15, 2010 at 10:34 PM, Benjamin Root ben.r...@ou.edu wrote: On Wed, Sep 15, 2010 at 8:28 AM, Ralf Gommers ralf.gomm...@googlemail.com wrote: On Fri, Sep 10, 2010 at 12:05 AM, Peter numpy-discuss...@maubp.freeserve.co.uk wrote: Hi all, NumPy currently makes extensive use of

Re: [Numpy-discussion] Numpy SVN frozen; move to Git

2010-09-16 Thread Pauli Virtanen
Thu, 16 Sep 2010 08:58:46 +, Pauli Virtanen wrote: The next things on the TODO list: - Update any links that point to http://svn.scipy.org/svn/numpy or talk about SVN. E.g. numpy.org needs updating. - Put up documentation on how to contribute to Numpy via Git.

Re: [Numpy-discussion] Numpy SVN frozen; move to Git

2010-09-16 Thread David
On 09/16/2010 10:30 PM, Pauli Virtanen wrote: Thu, 16 Sep 2010 08:58:46 +, Pauli Virtanen wrote: The next things on the TODO list: - Update any links that point to http://svn.scipy.org/svn/numpy or talk about SVN. E.g. numpy.org needs updating. - Put up documentation

Re: [Numpy-discussion] Numpy SVN frozen; move to Git

2010-09-16 Thread Charles R Harris
On Thu, Sep 16, 2010 at 7:21 PM, David da...@silveregg.co.jp wrote: On 09/16/2010 10:30 PM, Pauli Virtanen wrote: Thu, 16 Sep 2010 08:58:46 +, Pauli Virtanen wrote: The next things on the TODO list: - Update any links that point to http://svn.scipy.org/svn/numpy or talk

[Numpy-discussion] Viewer for 2D Numpy arrays (GUI)

2010-09-16 Thread Mayank P Jain
Currently I am exporting them to csv files, but I wonder if there is a viewer that can be used with native numpy array files to view and preferably modify the 2D arrays. Any help would be appreciated. Regards Mayank P Jain V R TechNiche Transportation Modeler/Planner Phone: +91 901 356