On Fri, Aug 19, 2011 at 11:37 AM, Bruce Southey <bsout...@gmail.com> wrote:

> Hi,
> <snip>
>
> 2) Can the 'skipna' flag be added to the methods?
> >>> a.sum(skipna=True)
> Traceback (most recent call last):
>   File "<stdin>", line 1, in <module>
> TypeError: 'skipna' is an invalid keyword argument for this function
> >>> np.sum(a,skipna=True)
> nan
>

I've added this now, as well. I think that finishes up the changes you
suggested in this email which felt right to me.

Cheers,
Mark


> <snip>
_______________________________________________
NumPy-Discussion mailing list
NumPy-Discussion@scipy.org
http://mail.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to