Re: [Numpy-discussion] changeset 3439 breaks Python 2.3 numpy build

2006-11-18 Thread Johan Fredrik Øhman
unsubscribe -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Robert Kern Sent: 18. november 2006 21:02 To: Discussion of Numerical Python Subject: Re: [Numpy-discussion] changeset 3439 breaks Python 2.3 numpy build [EMAIL PROTECTED] wrote: > Hi, > > http:

Re: [Numpy-discussion] changeset 3439 breaks Python 2.3 numpy build

2006-11-18 Thread Robert Kern
[EMAIL PROTECTED] wrote: > Hi, > > http://projects.scipy.org/scipy/numpy/changeset/3439 > > uses Py_CLEAR that was introduced in Python 2.4. > > Shall we drop Python 2.3 support? Please, no. -- Robert Kern "I have come to believe that the whole world is an enigma, a harmless enigma that is

Re: [Numpy-discussion] mysql -> record array

2006-11-18 Thread Robert Kern
nicholas cunliffe wrote: > I think someone needs to sort out distribution lists, im getting lots > of unstructured emails under many different titles What exactly is the problem? If you mean that you used to get the digests rather than the list emails themselves, this is an unfortunate side effect

Re: [Numpy-discussion] mysql -> record array

2006-11-18 Thread Travis Oliphant
Erin Sheldon wrote: > Hi Travis - > > That is an impressive speed increase. Why is w/o dtype taking > so much longer? Is this just from determining elements sizes and > counts? > If you don't specify the data-type, then the auto-discovery algorithm looks at each element in the nested sequence

Re: [Numpy-discussion] mysql -> record array

2006-11-18 Thread Erin Sheldon
On 11/16/06, Travis Oliphant <[EMAIL PROTECTED]> wrote: > John Hunter wrote: > > >> "Erin" == Erin Sheldon <[EMAIL PROTECTED]> writes: > >> > > > > > >Erin> The question I have been asking myself is "what is the > >Erin> advantage of such an approach?". It would be faster, but

Re: [Numpy-discussion] mysql -> record array

2006-11-18 Thread nicholas cunliffe
I think someone needs to sort out distribution lists, im getting lots of unstructured emails under many different titles On 11/17/06, Francesc Altet <[EMAIL PROTECTED]> wrote: > A Dijous 16 Novembre 2006 22:28, Erin Sheldon escrigué: > > Hi Francesc - > > > > Unless I missed something, I think wha

Re: [Numpy-discussion] mysql -> record array

2006-11-18 Thread Travis Oliphant
John Hunter wrote: >> "Erin" == Erin Sheldon <[EMAIL PROTECTED]> writes: >> > > >Erin> The question I have been asking myself is "what is the >Erin> advantage of such an approach?". It would be faster, but by > > In the use case that prompted this message, the pull

[Numpy-discussion] changeset 3439 breaks Python 2.3 numpy build

2006-11-18 Thread pearu
Hi, http://projects.scipy.org/scipy/numpy/changeset/3439 uses Py_CLEAR that was introduced in Python 2.4. Shall we drop Python 2.3 support? Pearu ___ Numpy-discussion mailing list Numpy-discussion@scipy.org http://projects.scipy.org/mailman/listinfo