On Monday 04 August 2008 13:45:51 Jarrod Millman wrote:
> Here are the remaining tasks that I am aware of that need to be done
> before tagging 1.2.0b1 on the 8th.

> The call signature for median needs to change from
>   def median(a, axis=0, out=None, overwrite_input=False):
> to
>   def median(a, axis=None, out=None, overwrite_input=False):
> in both numpy/ma/extras.py and numpy/lib/function_base.py

Done for numpy.ma.extras (r5607)
_______________________________________________
Numpy-discussion mailing list
Numpy-discussion@scipy.org
http://projects.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to