Re: [Numpy-discussion] ANN: NumPy 1.6.2 release candidate 1

2012-05-05 Thread Paul Anton Letnes
All tests for 1.6.2rc1 pass on Mac OS X 10.7.3 python 2.7.2 gcc 4.2 (Apple) Great! Paul On 6. mai 2012, at 00:12, Charles R Harris wrote: > > > On Sat, May 5, 2012 at 2:56 PM, Paul Anton Letnes > wrote: > Hi, > > I'm getting a couple of errors when testing. System: > Arch Linux (updated t

Re: [Numpy-discussion] Issue Tracking

2012-05-05 Thread Benjamin Root
On Saturday, May 5, 2012, Charles R Harris wrote: > > > On Sat, May 5, 2012 at 8:50 PM, Benjamin Root > > > wrote: > >> >> >> On Saturday, May 5, 2012, Pauli Virtanen wrote: >> >>> 05.05.2012 22:53, Ralf Gommers kirjoitti: >>> [clip] >>> > would be great to get it done by end of June.To

Re: [Numpy-discussion] Extension types repository

2012-05-05 Thread Travis Oliphant
+1 Travis -- Travis Oliphant (on a mobile) 512-826-7480 On May 5, 2012, at 10:19 PM, Charles R Harris wrote: > All, > > Tom Aldcroft volunteered to bring quaternions into numpy. The proposal is to > set up a separate repository under the numpy name on github, npydtypes or > some such, and

Re: [Numpy-discussion] Issue Tracking

2012-05-05 Thread Charles R Harris
On Sat, May 5, 2012 at 8:50 PM, Benjamin Root wrote: > > > On Saturday, May 5, 2012, Pauli Virtanen wrote: > >> 05.05.2012 22:53, Ralf Gommers kirjoitti: >> [clip] >> > would be great to get it done by end of June.To Charles' list >> > and Ralf's suggestions, I would add setting up a

Re: [Numpy-discussion] sparse array data

2012-05-05 Thread Wolfgang Kerzendorf
Hey guys, Thanks for all the suggestions. They seem already relatively involved, but I'll have a look at the table implementation. That seems to be the easiest of them all. Cheers Wolfgang On 2012-05-03, at 9:39 AM, Charles R Harris wrote: > > > On Thu, May 3, 2012 at 3:41 AM, Nathanie

[Numpy-discussion] Extension types repository

2012-05-05 Thread Charles R Harris
All, Tom Aldcroft volunteered to bring quaternions into numpy. The proposal is to set up a separate repository under the numpy name on github, npydtypes or some such, and bring in Martin Ling's quaternion extension dtype as a start. Other extension types that would reside in the repository would b

Re: [Numpy-discussion] Issue Tracking

2012-05-05 Thread Benjamin Root
On Saturday, May 5, 2012, Pauli Virtanen wrote: > 05.05.2012 22:53, Ralf Gommers kirjoitti: > [clip] > > would be great to get it done by end of June.To Charles' list > > and Ralf's suggestions, I would add setting up a server that can > > relay pull requests to the mailing list. >

Re: [Numpy-discussion] Quaternion data type

2012-05-05 Thread Tom Aldcroft
On Sat, May 5, 2012 at 12:55 PM, Charles R Harris wrote: > > > On Sat, May 5, 2012 at 5:27 AM, Tom Aldcroft > wrote: >> >> On Fri, May 4, 2012 at 11:44 PM, Ilan Schnell >> wrote: >> > Hi Chuck, >> > >> > thanks for the prompt reply.  I as curious because because >> > someone was interested in ad

Re: [Numpy-discussion] Issue Tracking

2012-05-05 Thread Pauli Virtanen
05.05.2012 22:53, Ralf Gommers kirjoitti: [clip] > would be great to get it done by end of June.To Charles' list > and Ralf's suggestions, I would add setting up a server that can > relay pull requests to the mailing list. > > Don't know if you saw this, but it looks like Pauli is

Re: [Numpy-discussion] ANN: NumPy 1.6.2 release candidate 1

2012-05-05 Thread Christoph Gohlke
On 5/5/2012 2:51 PM, Christoph Gohlke wrote: > > > On 5/5/2012 11:15 AM, Ralf Gommers wrote: >> Hi, >> >> I'm pleased to announce the availability of the first release candidate >> of NumPy 1.6.2. This is a maintenance release. Due to the delay of the >> NumPy 1.7.0, this release contains far mo

Re: [Numpy-discussion] ANN: NumPy 1.6.2 release candidate 1

2012-05-05 Thread Charles R Harris
On Sat, May 5, 2012 at 2:56 PM, Paul Anton Letnes < paul.anton.let...@gmail.com> wrote: > Hi, > > I'm getting a couple of errors when testing. System: > Arch Linux (updated today) > Python 3.2.3 > gcc 4.7.0 > (Anything else?) > > I think that this error: > AssertionError: selectedrealkind(19): exp

Re: [Numpy-discussion] ANN: NumPy 1.6.2 release candidate 1

2012-05-05 Thread Christoph Gohlke
On 5/5/2012 11:15 AM, Ralf Gommers wrote: > Hi, > > I'm pleased to announce the availability of the first release candidate > of NumPy 1.6.2. This is a maintenance release. Due to the delay of the > NumPy 1.7.0, this release contains far more fixes than a regular NumPy > bugfix release. It also

Re: [Numpy-discussion] ANN: NumPy 1.6.2 release candidate 1

2012-05-05 Thread Charles R Harris
On Sat, May 5, 2012 at 2:56 PM, Paul Anton Letnes < paul.anton.let...@gmail.com> wrote: > Hi, > > I'm getting a couple of errors when testing. System: > Arch Linux (updated today) > Python 3.2.3 > gcc 4.7.0 > (Anything else?) > > I think that this error: > AssertionError: selectedrealkind(19): exp

Re: [Numpy-discussion] ANN: NumPy 1.6.2 release candidate 1

2012-05-05 Thread Paul Anton Letnes
Hi, I'm getting a couple of errors when testing. System: Arch Linux (updated today) Python 3.2.3 gcc 4.7.0 (Anything else?) I think that this error: AssertionError: selectedrealkind(19): expected -1 but got 16 is due to the fact that newer versions of gfortran actually supports precision this hig

Re: [Numpy-discussion] Issue Tracking

2012-05-05 Thread Ralf Gommers
On Sat, May 5, 2012 at 10:19 PM, Travis Oliphant wrote: > > On May 5, 2012, at 2:28 PM, Ralf Gommers wrote: > > > > On Wed, May 2, 2012 at 11:25 PM, Wes McKinney wrote: > >> On Wed, May 2, 2012 at 9:48 AM, Charles R Harris >> wrote: >> > >> > >> > On Tue, May 1, 2012 at 11:47 PM, Ralf Gommers <

Re: [Numpy-discussion] Quaternion data type

2012-05-05 Thread Mark Wiebe
On Sat, May 5, 2012 at 1:06 PM, Charles R Harris wrote: > > On Sat, May 5, 2012 at 11:19 AM, Mark Wiebe wrote: > >> On Sat, May 5, 2012 at 11:55 AM, Charles R Harris < >> charlesr.har...@gmail.com> wrote: >>> >>> On Sat, May 5, 2012 at 5:27 AM, Tom Aldcroft < >>> aldcr...@head.cfa.harvard.edu> wro

Re: [Numpy-discussion] Quaternion data type

2012-05-05 Thread Travis Oliphant
> > Would you be interested in carrying Martin's package forward? I'm not opposed > to having quaternions in numpy/scipy but there needs to be someone to push it > and deal with problems if they come up. Martin's package disappeared in large > part because Martin disappeared. I'd also like to h

Re: [Numpy-discussion] Is NumpyDotNet (aka numpy-refactor) likely to be merged into the mainline?

2012-05-05 Thread Charles R Harris
On Sat, May 5, 2012 at 1:33 PM, Ralf Gommers wrote: > > > On Tue, May 1, 2012 at 9:24 PM, Seth Nickell wrote: > >> With a little work, I think numpy/scipy could be very useful to those >> of us who have to program on .NET for one reason or another, but >> 64-bit is currently not supported (at lea

Re: [Numpy-discussion] Issue Tracking

2012-05-05 Thread Travis Oliphant
On May 5, 2012, at 2:28 PM, Ralf Gommers wrote: > > > On Wed, May 2, 2012 at 11:25 PM, Wes McKinney wrote: > On Wed, May 2, 2012 at 9:48 AM, Charles R Harris > wrote: > > > > > > On Tue, May 1, 2012 at 11:47 PM, Ralf Gommers > > wrote: > >> > >> > >> > >> On Wed, May 2, 2012 at 1:48 AM, Paul

Re: [Numpy-discussion] Issue Tracking

2012-05-05 Thread Charles R Harris
On Sat, May 5, 2012 at 1:28 PM, Ralf Gommers wrote: > > > On Wed, May 2, 2012 at 11:25 PM, Wes McKinney wrote: > >> On Wed, May 2, 2012 at 9:48 AM, Charles R Harris >> wrote: >> > >> > >> > On Tue, May 1, 2012 at 11:47 PM, Ralf Gommers < >> ralf.gomm...@googlemail.com> >> > wrote: >> >> >> >> >>

[Numpy-discussion] Fwd: [SIAM-CSE] pOSKI - Autotuner for parallel sparse-matrix-vector multiplication

2012-05-05 Thread Fernando Perez
Interesting, given the recent discussion on sparsity... -- Forwarded message -- From: James Demmel Date: Fri, May 4, 2012 at 12:03 PM Subject: [SIAM-CSE] pOSKI - Autotuner for parallel sparse-matrix-vector multiplication To: siam-...@siam.org We are pleased to announce the first

[Numpy-discussion] Fwd: [SIAM-CSE] pOSKI - Autotuner for parallel sparse-matrix-vector

2012-05-05 Thread Fernando Perez
Interesting, given the recent discussion on sparsity... -- Forwarded message -- From: James Demmel Date: Fri, May 4, 2012 at 12:03 PM Subject: [SIAM-CSE] pOSKI - Autotuner for parallel sparse-matrix-vector multiplication To: siam-...@siam.org We are pleased to announce the first

Re: [Numpy-discussion] Is NumpyDotNet (aka numpy-refactor) likely to be merged into the mainline?

2012-05-05 Thread Ralf Gommers
On Tue, May 1, 2012 at 9:24 PM, Seth Nickell wrote: > With a little work, I think numpy/scipy could be very useful to those > of us who have to program on .NET for one reason or another, but > 64-bit is currently not supported (at least, not as released). > > I'm considering working out 64-bit su

Re: [Numpy-discussion] Issue Tracking

2012-05-05 Thread Ralf Gommers
On Wed, May 2, 2012 at 11:25 PM, Wes McKinney wrote: > On Wed, May 2, 2012 at 9:48 AM, Charles R Harris > wrote: > > > > > > On Tue, May 1, 2012 at 11:47 PM, Ralf Gommers < > ralf.gomm...@googlemail.com> > > wrote: > >> > >> > >> > >> On Wed, May 2, 2012 at 1:48 AM, Pauli Virtanen wrote: > >>>

Re: [Numpy-discussion] Quaternion data type

2012-05-05 Thread Val Kalatsky
Hi Tod, Would you consider bundling the quaternion dtype with your package. I think everybody wins: your package would become stronger and Martin's dtype would become easily available. Thanks Val On Sat, May 5, 2012 at 6:27 AM, Tom Aldcroft wrote: > On Fri, May 4, 2012 at 11:44 PM, Ilan Schnell

Re: [Numpy-discussion] numpy doc for percentile function

2012-05-05 Thread Ralf Gommers
On Wed, Apr 4, 2012 at 3:53 PM, Skipper Seabold wrote: > On Wed, Apr 4, 2012 at 6:10 AM, Pierre Haessig > wrote: > >> Hi, >> >> I'm looking for the entry point in Numpy doc for the percentile function. >> I'm assuming it should sit in routines.statistics but do not see it : >> http://docs.scipy.

Re: [Numpy-discussion] ANN: NumPy 1.6.2 release candidate 1

2012-05-05 Thread Charles R Harris
On Sat, May 5, 2012 at 12:15 PM, Ralf Gommers wrote: > Hi, > > I'm pleased to announce the availability of the first release candidate of > NumPy 1.6.2. This is a maintenance release. Due to the delay of the NumPy > 1.7.0, this release contains far more fixes than a regular NumPy bugfix > release

[Numpy-discussion] ANN: NumPy 1.6.2 release candidate 1

2012-05-05 Thread Ralf Gommers
Hi, I'm pleased to announce the availability of the first release candidate of NumPy 1.6.2. This is a maintenance release. Due to the delay of the NumPy 1.7.0, this release contains far more fixes than a regular NumPy bugfix release. It also includes a number of documentation and build improveme

Re: [Numpy-discussion] Quaternion data type

2012-05-05 Thread Charles R Harris
On Sat, May 5, 2012 at 11:19 AM, Mark Wiebe wrote: > On Sat, May 5, 2012 at 11:55 AM, Charles R Harris < > charlesr.har...@gmail.com> wrote: > >> >> >> On Sat, May 5, 2012 at 5:27 AM, Tom Aldcroft < >> aldcr...@head.cfa.harvard.edu> wrote: >> >>> On Fri, May 4, 2012 at 11:44 PM, Ilan Schnell >>>

Re: [Numpy-discussion] Quaternion data type

2012-05-05 Thread Mark Wiebe
On Sat, May 5, 2012 at 11:55 AM, Charles R Harris wrote: > > > On Sat, May 5, 2012 at 5:27 AM, Tom Aldcroft < > aldcr...@head.cfa.harvard.edu> wrote: > >> On Fri, May 4, 2012 at 11:44 PM, Ilan Schnell >> wrote: >> > Hi Chuck, >> > >> > thanks for the prompt reply. I as curious because because >

Re: [Numpy-discussion] Quaternion data type

2012-05-05 Thread Charles R Harris
On Sat, May 5, 2012 at 5:27 AM, Tom Aldcroft wrote: > On Fri, May 4, 2012 at 11:44 PM, Ilan Schnell > wrote: > > Hi Chuck, > > > > thanks for the prompt reply. I as curious because because > > someone was interested in adding http://pypi.python.org/pypi/Quaternion > > to EPD, but Martin and Mark

Re: [Numpy-discussion] Quaternion data type

2012-05-05 Thread Tom Aldcroft
On Fri, May 4, 2012 at 11:44 PM, Ilan Schnell wrote: > Hi Chuck, > > thanks for the prompt reply.  I as curious because because > someone was interested in adding http://pypi.python.org/pypi/Quaternion > to EPD, but Martin and Mark's implementation of quaternions > looks much better. Hi - I'm a