Hi All,
I've been adding type specific sorts for object and structured arrays. It
seems that datetime64 and timedelta64 are also not supported. Is there any
reason why those types should not be sorted as int64?
Also, when sorting object arrays, what should be done with NULL pointers to
objects? I
Hi,
I noticed there is an odd issue when I am trying to convert a recarray to
list. See below for the example/test case.
$ cat a.csv
date,count
2011-07-25,91
2011-07-26,118
$ cat b.csv
name,count
foo,1233
bar,100
$ python
>>> from matplotlib import mlab
>>> import numpy as np
>>> a = mlab.csv
Hi all,
Some colleagues and I are interested in contributing to numpy. We have
a range of backgrounds -- I for example am new to contributing to open
source software but have a (small) bit of background in scientific
computation, while others have extensive experience contributing to
open source p
On Sun, Jul 8, 2012 at 3:44 PM, Chris Ball wrote:
> I'm happy to help connect slaves to the EC2 buildbot if someone sends
> connection details to me.
Thanks very much, Chris. Matthew gave us access to the NiPy build
slaves, so catch me online then we can hook those up.
> Another thing to consid