From: Philip A. <pa...@eo...> - 2002-10-10 18:13:44
|
David Abrahams writes: > > Not sure what you're saying here. I /do/ remember when I was writing > the Numeric/NumArray support that there seemed no publicly-accessible > definition of the structure of the underlying array objects. As I understand it, the numarray now in CVS deprecates the NDInfo struct (see section 10.1 of numarray.pdf) in favor of PyArrayObject. [snip] > See the note about pitfalls at > http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/*checkout*/boost/boost/libs/python/doc/tutorial/doc/derived_object_types.html > for the reasons why. Thanks for the info -- Phil |