David Grant wrote:
> I'm contemplating upgrading to 1.0b2. The main reason is that I am 
> experiencing a major memory leak and before I report a bug I think the 
> developers would appeciate if I was using the most recent version. Am 
> I correct in that the only major change that might actually break my 
> code is that the following functions:
>
> take, repeat, sum, product, sometrue, cumsum, cumproduct, ptp, amax, 
> amin, prod, cumprod, mean, std, var
>
> now have axis=None as argument?
Also the default return type is "float" instead of "int".  I've 
highlighted the changes I think might break 0.9.8 code with the NOTE 
annotation on the page of release notes.
>
> BTW, how come alter_code2.py ( 
> http://projects.scipy.org/scipy/numpy/browser/trunk/numpy/oldnumeric/alter_code2.py?rev=HEAD)
>  
> says in the docstring that it "converts functions that don't give 
> axis= keyword that have changed" but I don't see it actually doing 
> that anywhere in the code?
Because it isn't done.  The comments are a "this is what it should do".  
If you notice there is a warning on import (probably should be an error).


-Travis


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Numpy-discussion mailing list
Numpy-discussion@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/numpy-discussion

Reply via email to