Re: [Numpy-discussion] compatibility for supporting more than 2 versions of numpy

2011-01-18 Thread josef . pktd
On Tue, Jan 18, 2011 at 10:09 AM, Ralf Gommers wrote: > > > On Tue, Jan 18, 2011 at 2:27 AM, wrote: >> >> On Mon, Jan 17, 2011 at 12:18 PM, Bruce Southey >> wrote: >> > >> > Scipy release notes usually state the supported numpy version eg from >> > the current 0.8.0 release notes >> > "This rele

Re: [Numpy-discussion] compatibility for supporting more than 2 versions of numpy

2011-01-18 Thread Ralf Gommers
On Tue, Jan 18, 2011 at 2:27 AM, wrote: > On Mon, Jan 17, 2011 at 12:18 PM, Bruce Southey > wrote: > > > > Scipy release notes usually state the supported numpy version eg from > > the current 0.8.0 release notes > > "This release requires Python 2.4 - 2.6 and NumPy 1.4.1 or greater." > > Conseq

Re: [Numpy-discussion] compatibility for supporting more than 2 versions of numpy

2011-01-17 Thread josef . pktd
On Mon, Jan 17, 2011 at 12:18 PM, Bruce Southey wrote: > On 01/17/2011 10:32 AM, josef.p...@gmail.com wrote: >> On Mon, Jan 17, 2011 at 11:28 AM,  wrote: >>> On Sat, Jan 15, 2011 at 3:27 PM,  wrote: After upgrading to numpy 1.5.1 I got caught by some depreciated features. Given the depre

Re: [Numpy-discussion] compatibility for supporting more than 2 versions of numpy

2011-01-17 Thread Bruce Southey
On 01/17/2011 10:32 AM, josef.p...@gmail.com wrote: > On Mon, Jan 17, 2011 at 11:28 AM, wrote: >> On Sat, Jan 15, 2011 at 3:27 PM, wrote: >>> After upgrading to numpy 1.5.1 I got caught by some depreciated >>> features. Given the depreciation policy of numpy, if we want to >>> support more than t

Re: [Numpy-discussion] compatibility for supporting more than 2 versions of numpy

2011-01-17 Thread josef . pktd
On Mon, Jan 17, 2011 at 11:28 AM, wrote: > On Sat, Jan 15, 2011 at 3:27 PM,   wrote: >> After upgrading to numpy 1.5.1 I got caught by some depreciated >> features. Given the depreciation policy of numpy, if we want to >> support more than two versions of numpy, then we need some conditional >> e

Re: [Numpy-discussion] compatibility for supporting more than 2 versions of numpy

2011-01-17 Thread josef . pktd
On Sat, Jan 15, 2011 at 3:27 PM, wrote: > After upgrading to numpy 1.5.1 I got caught by some depreciated > features. Given the depreciation policy of numpy, if we want to > support more than two versions of numpy, then we need some conditional > execution. > > Does anyone have any compatibility

[Numpy-discussion] compatibility for supporting more than 2 versions of numpy

2011-01-15 Thread josef . pktd
After upgrading to numpy 1.5.1 I got caught by some depreciated features. Given the depreciation policy of numpy, if we want to support more than two versions of numpy, then we need some conditional execution. Does anyone have any compatibility functions? I haven't looked at it carefully yet, but