Re: [Numpy-discussion] [SciPy-User] disabling SVN (was: Trouble installing scipy after upgrading to Mac OS X 10.7 aka Lion)

2011-08-13 Thread josef . pktd
On Sat, Aug 13, 2011 at 3:45 PM, Pauli Virtanen wrote: > Sat, 13 Aug 2011 18:14:11 +0200, Ralf Gommers wrote: > [clip] >> We should check if there's still any code in SVN branches that is >> useful. >> If so the people who are interested in it should move it somewhere else. >> Anyone? > > All the

Re: [Numpy-discussion] bug with assignment into an indexed array?

2011-08-13 Thread Mark Wiebe
On Thu, Aug 11, 2011 at 1:37 PM, Benjamin Root wrote: > On Thu, Aug 11, 2011 at 10:33 AM, Olivier Delalleau wrote: > >> 2011/8/11 Benjamin Root >> >>> >>> >>> On Thu, Aug 11, 2011 at 8:37 AM, Olivier Delalleau wrote: >>> Maybe confusing, but working as expected. When you wri

Re: [Numpy-discussion] Questionable reduceat behavior

2011-08-13 Thread Mark Wiebe
Looks like this is the second-oldest open bug in the bug tracker. http://projects.scipy.org/numpy/ticket/236 For what it's worth, I'm in favour of changing this behavior to be more consistent as proposed in that ticket. -Mark On Thu, Aug 11, 2011 at 11:25 AM, Wes McKinney wrote: > I'm a littl

Re: [Numpy-discussion] nditer confusion

2011-08-13 Thread Mark Wiebe
I've made a pull request with some fairly extensive introductory material. It's available here: https://github.com/numpy/numpy/pull/138 It walks through nditer usage starting with basic iteration of one array, through broadcasting and iterator-allocated outputs, and finally covers accelerating t

Re: [Numpy-discussion] bug with latest numpy git snapshot build with Python3

2011-08-13 Thread Paul Anton Letnes
On 13. aug. 2011, at 20.42, Charles R Harris wrote: > > > 2011/8/11 Dmitrey > bug in KUBUNTU 11.04, latest numpy git snapshot build with Python3 > >>> import numpy > Traceback (most recent call last): > File "", line 1, in > File "/usr/local/lib/python3.2/dist-packages/numpy/__init__.py",

Re: [Numpy-discussion] [SciPy-User] disabling SVN (was: Trouble installing scipy after upgrading to Mac OS X 10.7 aka Lion)

2011-08-13 Thread Pauli Virtanen
Sat, 13 Aug 2011 18:14:11 +0200, Ralf Gommers wrote: [clip] > We should check if there's still any code in SVN branches that is > useful. > If so the people who are interested in it should move it somewhere else. > Anyone? All the SVN branches are available in Git, though some are hidden. Do

Re: [Numpy-discussion] bug with latest numpy git snapshot build with Python3

2011-08-13 Thread Charles R Harris
2011/8/11 Dmitrey > bug in KUBUNTU 11.04, latest numpy git snapshot build with Python3 > >>> import numpy > Traceback (most recent call last): > File "", line 1, in > File "/usr/local/lib/python3.2/dist-packages/numpy/__init__.py", line > 137, in > from . import add_newdocs > File "/

Re: [Numpy-discussion] SVD does not converge on "clean" matrix

2011-08-13 Thread Charles R Harris
On Thu, Aug 11, 2011 at 7:23 AM, wrote: > Hi all, > > I get an error message "numpy.linalg.linalg.LinAlgError: SVD did not > converge" when calling numpy.linalg.svd on a "clean" matrix of size (1952, > 895). The matrix is clean in the sense that it contains no NaN or Inf > values. The correspondi

Re: [Numpy-discussion] [SciPy-User] disabling SVN (was: Trouble installing scipy after upgrading to Mac OS X 10.7 aka Lion)

2011-08-13 Thread Ralf Gommers
On Sat, Aug 13, 2011 at 6:00 PM, Ognen Duzlevski wrote: > On Sat, Aug 13, 2011 at 11:58 AM, Ralf Gommers < > ralf.gomm...@googlemail.com> wrote: > >> >> >> On Thu, Aug 11, 2011 at 8:19 PM, Jonathan Guyer wrote: >> >>> >>> On Aug 10, 2011, at 5:16 PM, Ralf Gommers wrote: >>> >>> > Ah, with "svn" y

[Numpy-discussion] disabling SVN (was: Trouble installing scipy after upgrading to Mac OS X 10.7 aka Lion)

2011-08-13 Thread Ralf Gommers
On Thu, Aug 11, 2011 at 8:19 PM, Jonathan Guyer wrote: > > On Aug 10, 2011, at 5:16 PM, Ralf Gommers wrote: > > > Ah, with "svn" you actually meant svn:) I thought that was supposed to > not even work anymore. > > It does work and it's confusing. I had not been following the transition > closely