[Numpy-discussion] Issues for 1.7.0

2012-08-30 Thread Ondřej Čertík
Hi, I am keeping track of all issues that need to be done for the 1.7.0 release here: https://github.com/numpy/numpy/issues/396 If you have trac and github push access, here is how you can help (by closing/merging): Issues that need clarification: http://projects.scipy.org/numpy/ticket/2150 ht

Re: [Numpy-discussion] Access to SPARC 64

2012-08-30 Thread Jason Grout
On 8/30/12 10:10 PM, Ondřej Čertík wrote: > Hi, > > Does anyone have a SPARC 64 machine that I could have an access to, so > that I can try to reproduce and fix the following issue? > > http://projects.scipy.org/numpy/ticket/2076 > > That would be greatly appreciated, as it is currently marked as a

[Numpy-discussion] Access to SPARC 64

2012-08-30 Thread Ondřej Čertík
Hi, Does anyone have a SPARC 64 machine that I could have an access to, so that I can try to reproduce and fix the following issue? http://projects.scipy.org/numpy/ticket/2076 That would be greatly appreciated, as it is currently marked as a blocker for 1.7.0. Thanks, Ondrej ___

Re: [Numpy-discussion] Debian/Ubuntu patch help (was: ANN: NumPy 1.6.2 release candidate 1)

2012-08-30 Thread Ondřej Čertík
On Tue, May 15, 2012 at 11:52 AM, Ralf Gommers wrote: > > > On Sat, May 12, 2012 at 9:17 PM, Ralf Gommers > wrote: >> >> >> >> On Sat, May 12, 2012 at 6:22 PM, Sandro Tosi wrote: >>> >>> Hello, >>> >>> On Sat, May 5, 2012 at 8:15 PM, Ralf Gommers >>> wrote: >>> > Hi, >>> > >>> > I'm pleased to

Re: [Numpy-discussion] installing numpy in jython (in Netbeans)

2012-08-30 Thread Todd Brunhoff
On 8/27/2012 9:51 AM, Chris Barker wrote: > On Sun, Aug 26, 2012 at 8:53 PM, Todd Brunhoff wrote: >> Chris, >> winpdb is ok, although it is only a graphic debugger, not an ide, emphasis >> on the 'd'. > yup -- I mentioned, that as you seem to like NB -- and I know I try to > use the same editor

[Numpy-discussion] Temporary error accessing NumPy tickets

2012-08-30 Thread Ondřej Čertík
Hi, When I access tickets, for example: http://projects.scipy.org/numpy/ticket/2185 then sometimes I get: Trac detected an internal error: OperationalError: database is locked For example yesterday. A refresh in about a minute fixed the problem. Today it still lasts at the moment. Ondrej

Re: [Numpy-discussion] A sad day for our community. John Hunter: 1968-2012.

2012-08-30 Thread Sturla Molden
This is sad news for neuroscience and everyone doing data visualization in Python. Dr. Hunter was not only a well renowned neuroscientist, he also created what I hold to be among the best 2D data visualization tools available. My next neuroscience paper that uses Matplotlib will mention Dr. Hun

[Numpy-discussion] A sad day for our community. John Hunter: 1968-2012.

2012-08-30 Thread Fernando Perez
Dear friends and colleagues, I am terribly saddened to report that yesterday, August 28 2012 at 10am, John D. Hunter died from complications arising from cancer treatment at the University of Chicago hospital, after a brief but intense battle with this terrible illness. John is survived by his w

Re: [Numpy-discussion] broadcasting question

2012-08-30 Thread Robert Kern
On Thu, Aug 30, 2012 at 12:49 PM, Neal Becker wrote: > I think this should be simple, but I'm drawing a blank > > I have 2 2d matrixes > > Matrix A has indexes (i, symbol) > Matrix B has indexes (state, symbol) > > I combined them into a 3d matrix: > > C = A[:,newaxis,:] + B[newaxis,:,:] > where C

Re: [Numpy-discussion] broadcasting question

2012-08-30 Thread Benjamin Root
On Thursday, August 30, 2012, Neal Becker wrote: > I think this should be simple, but I'm drawing a blank > > I have 2 2d matrixes > > Matrix A has indexes (i, symbol) > Matrix B has indexes (state, symbol) > > I combined them into a 3d matrix: > > C = A[:,newaxis,:] + B[newaxis,:,:] > where C has

[Numpy-discussion] broadcasting question

2012-08-30 Thread Neal Becker
I think this should be simple, but I'm drawing a blank I have 2 2d matrixes Matrix A has indexes (i, symbol) Matrix B has indexes (state, symbol) I combined them into a 3d matrix: C = A[:,newaxis,:] + B[newaxis,:,:] where C has indexes (i, state, symbol) That works fine. Now suppose I want to