Re: [Numpy-discussion] Py3 merge

2009-12-08 Thread David Cournapeau
On Tue, Dec 8, 2009 at 8:03 PM, Francesc Alted fal...@pytables.org wrote: That's true, but at least this can be attributed to a poor programming practice.  The same happens with: array([1]).dtype == 'int32'  # in 32-bit systems array([1]).dtype == 'int64'  # in 64-bit systems and my

Re: [Numpy-discussion] Py3 merge

2009-12-07 Thread Michael Droettboom
Charles R Harris wrote: We need character arrays for the astro people. I assume these will be byte arrays. Maybe Michael will weigh in here. I can't find in the thread where removing byte arrays (meaning arrays of fixed-length non-unicode strings) was suggested -- though changing the dtype

Re: [Numpy-discussion] Py3 merge

2009-12-07 Thread Pauli Virtanen
ma, 2009-12-07 kello 09:12 -0500, Michael Droettboom kirjoitti: We need character arrays for the astro people. I assume these will be byte arrays. Maybe Michael will weigh in here. I can't find in the thread where removing byte arrays (meaning arrays of fixed-length non-unicode strings)

Re: [Numpy-discussion] Py3 merge

2009-12-07 Thread Michael Droettboom
Pauli Virtanen wrote: ma, 2009-12-07 kello 09:12 -0500, Michael Droettboom kirjoitti: We need character arrays for the astro people. I assume these will be byte arrays. Maybe Michael will weigh in here. I can't find in the thread where removing byte arrays (meaning arrays of

Re: [Numpy-discussion] Py3 merge

2009-12-07 Thread Pauli Virtanen
ma, 2009-12-07 kello 09:50 -0500, Michael Droettboom kirjoitti: Pauli Virtanen wrote: [clip] The character 'B' is already by unsigned bytes -- I wonder if it's easy to support 'B123' and plain 'B' at the same time, or whether we have to pick a different letter for byte strings. 'y' would be

Re: [Numpy-discussion] Py3 merge

2009-12-07 Thread Michael Droettboom
Pauli Virtanen wrote: ma, 2009-12-07 kello 09:50 -0500, Michael Droettboom kirjoitti: Pauli Virtanen wrote: [clip] The character 'B' is already by unsigned bytes -- I wonder if it's easy to support 'B123' and plain 'B' at the same time, or whether we have to pick a different

Re: [Numpy-discussion] Py3 merge

2009-12-06 Thread Darren Dale
On Sat, Dec 5, 2009 at 10:54 PM, David Cournapeau courn...@gmail.com wrote: On Sun, Dec 6, 2009 at 9:41 AM, Pauli Virtanen p...@iki.fi wrote: Hi, I'd like to commit my Py3 Numpy branch to SVN trunk soon:        http://github.com/pv/numpy-work/commits/py3k Awesome - I think we should merge

Re: [Numpy-discussion] Py3 merge

2009-12-06 Thread Pauli Virtanen
su, 2009-12-06 kello 12:54 +0900, David Cournapeau kirjoitti: On Sun, Dec 6, 2009 at 9:41 AM, Pauli Virtanen p...@iki.fi wrote: Hi, I'd like to commit my Py3 Numpy branch to SVN trunk soon: http://github.com/pv/numpy-work/commits/py3k Awesome - I think we should merge this

[Numpy-discussion] Py3 merge

2009-12-05 Thread Pauli Virtanen
Hi, I'd like to commit my Py3 Numpy branch to SVN trunk soon: http://github.com/pv/numpy-work/commits/py3k For an overview, check the notes: http://github.com/pv/numpy-work/blob/py3k/doc/Py3K.txt None of the changes should affect behavior on Py2. The test status currently is:

Re: [Numpy-discussion] Py3 merge

2009-12-05 Thread Charles R Harris
On Sat, Dec 5, 2009 at 5:41 PM, Pauli Virtanen p...@iki.fi wrote: Hi, I'd like to commit my Py3 Numpy branch to SVN trunk soon: http://github.com/pv/numpy-work/commits/py3k For an overview, check the notes: http://github.com/pv/numpy-work/blob/py3k/doc/Py3K.txt That's a

Re: [Numpy-discussion] Py3 merge

2009-12-05 Thread Charles R Harris
On Sat, Dec 5, 2009 at 7:18 PM, Charles R Harris charlesr.har...@gmail.comwrote: On Sat, Dec 5, 2009 at 5:41 PM, Pauli Virtanen p...@iki.fi wrote: Hi, I'd like to commit my Py3 Numpy branch to SVN trunk soon: http://github.com/pv/numpy-work/commits/py3k For an overview, check

Re: [Numpy-discussion] Py3 merge

2009-12-05 Thread David Cournapeau
On Sun, Dec 6, 2009 at 9:41 AM, Pauli Virtanen p...@iki.fi wrote: Hi, I'd like to commit my Py3 Numpy branch to SVN trunk soon:        http://github.com/pv/numpy-work/commits/py3k Awesome - I think we should merge this ASAP. In particular, I would like to start fixing platforms-specific