Regarding ufuncs and NA's, all the mechanics of handling NA from a ufunc are in the PyUFunc_FromFuncAndData function, right? So the ufunc creation docs don't have to be updated to include NA's?
-Chris JS On Wed, Aug 24, 2011 at 7:08 PM, Mark Wiebe <[email protected]> wrote: > I've added C-API documentation to the missingdata branch. The .rst file > (beware of the github rst parser though, it drops some of the content) is > here: > https://github.com/m-paradox/numpy/blob/missingdata/doc/source/reference/c-api.maskna.rst > and I made a small example module which goes with it here: > https://github.com/m-paradox/spdiv > Cheers, > Mark > _______________________________________________ > NumPy-Discussion mailing list > [email protected] > http://mail.scipy.org/mailman/listinfo/numpy-discussion > > _______________________________________________ NumPy-Discussion mailing list [email protected] http://mail.scipy.org/mailman/listinfo/numpy-discussion
