[Numpy-discussion] 1.2 tasks

Pierre GM pgmdevlist at gmail.com
Mon Aug 4 16:11:03 EDT 2008


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)



More information about the NumPy-Discussion mailing list