Peter Alexander wrote:
> Hi all.
> 
> There is a new 'metadata' field in the PyArray_Descr struct now
> prevalent in numpy trunk...
> 
> This has been originated for the new 'datetime' array type and is to
> be useful elsewhere.

OK... is there something you thing Cython should do about it? Patches 
welcome.

I don't think many Cython/NumPy users touch the "dtype" type in 
numpy.pxd, and accessing the metadata through the Python layer can often 
be as fast, depending on what type it is (and if it is available through 
the Python layer).

There's plenty of things in NumPy which is not in numpy.pxd BTW, just 
because I figured I'd spend my times on other things in Cython until 
somebody actually complain about missing functionality.

-- 
Dag Sverre
_______________________________________________
Cython-dev mailing list
[email protected]
http://codespeak.net/mailman/listinfo/cython-dev

Reply via email to