Re: [Numpy-discussion] Removal of Deprecated Keywords/functionality

2015-06-21 Thread Ralf Gommers
On Mon, Jun 22, 2015 at 12:48 AM, Honi Sanders wrote: > OK. So I am in the midst of a pull request adding a “maxlag” mode to > correlate ( > https://github.com/numpy/numpy/compare/master...bringingheavendown:maxlag). > Am I to understand that I no longer need to preserve the old_behavior > functi

Re: [Numpy-discussion] Removal of Deprecated Keywords/functionality

2015-06-21 Thread Honi Sanders
OK. So I am in the midst of a pull request adding a “maxlag” mode to correlate (https://github.com/numpy/numpy/compare/master...bringingheavendown:maxlag). Am I to understand that I no longer need to preserve the old_behavior functionality? Is it possible that we could address my pull request

Re: [Numpy-discussion] Removal of Deprecated Keywords/functionality

2015-06-21 Thread Daniele Nicolodi
On 21/06/15 01:07, Charles R Harris wrote: > > > On Sat, Jun 20, 2015 at 3:32 PM, Nathaniel Smith > wrote: > > On Jun 20, 2015 1:43 PM, "Charles R Harris" > mailto:charlesr.har...@gmail.com>> wrote: > > > > Hi All, > > > > There are three long ago

Re: [Numpy-discussion] Removal of Deprecated Keywords/functionality

2015-06-21 Thread Sebastian
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hi, > Note that the "skiprows" keyword is still used in loadtxt. It should probably > be deprecated there for consistency, but it is possible that some use it as a positional argument. skiprows is t the only argument of loadtxt that allows skippi

Re: [Numpy-discussion] Removal of Deprecated Keywords/functionality

2015-06-20 Thread Charles R Harris
On Sat, Jun 20, 2015 at 3:32 PM, Nathaniel Smith wrote: > On Jun 20, 2015 1:43 PM, "Charles R Harris" > wrote: > > > > Hi All, > > > > There are three long ago deprecations that I am not sure how to handle. > > > > keywords skiprows and missing in genfromtxt, deprecated in 1.5. > > keyword old_b

Re: [Numpy-discussion] Removal of Deprecated Keywords/functionality

2015-06-20 Thread Nathaniel Smith
On Jun 20, 2015 1:43 PM, "Charles R Harris" wrote: > > Hi All, > > There are three long ago deprecations that I am not sure how to handle. > > keywords skiprows and missing in genfromtxt, deprecated in 1.5. > keyword old_behavior (default False) in correlate. added in 1.5 at least, but default val

[Numpy-discussion] Removal of Deprecated Keywords/functionality

2015-06-20 Thread Charles R Harris
Hi All, There are three long ago deprecations that I am not sure how to handle. - keywords skiprows and missing in genfromtxt, deprecated in 1.5. - keyword old_behavior (default False) in correlate. added in 1.5 at least, but default value changed later. The documentation says they wil