[Numpy-discussion] NA mask C-API documentation

Christopher Jordan-Squire cjordan1 at uw.edu
Fri Aug 26 14:47:59 EDT 2011


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 <mwwiebe at gmail.com> 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
> NumPy-Discussion at scipy.org
> http://mail.scipy.org/mailman/listinfo/numpy-discussion
>
>



More information about the NumPy-Discussion mailing list