Re: [Numpy-discussion] Heads up and macro deprecation.

2012-02-02 Thread Mark Wiebe
On Wed, Feb 1, 2012 at 12:53 PM, Charles R Harris wrote: > Hi All, > > Two things here. > > 1) Some macros for threading and the iterator now require a trailing > semicolon. This change will be reverted before the 1.7 release so that > scipy 0.10 will compile, but because it is desirable in the l

Re: [Numpy-discussion] Heads up and macro deprecation.

2012-02-02 Thread Travis Oliphant
On Feb 2, 2012, at 12:58 PM, Ralf Gommers wrote: > > > On Thu, Feb 2, 2012 at 6:36 PM, Charles R Harris > wrote: > > > On Thu, Feb 2, 2012 at 9:58 AM, Bruce Southey wrote: > On 02/01/2012 02:53 PM, Charles R Harris wrote: >> >> Hi All, >> >> Two things here. >> >> 1) Some macros for thr

Re: [Numpy-discussion] Heads up and macro deprecation.

2012-02-02 Thread Ralf Gommers
On Thu, Feb 2, 2012 at 6:36 PM, Charles R Harris wrote: > > > On Thu, Feb 2, 2012 at 9:58 AM, Bruce Southey wrote: > >> On 02/01/2012 02:53 PM, Charles R Harris wrote: >> >> Hi All, >> >> Two things here. >> >> 1) Some macros for threading and the iterator now require a trailing >> semicolon. Th

Re: [Numpy-discussion] Heads up and macro deprecation.

2012-02-02 Thread Charles R Harris
On Thu, Feb 2, 2012 at 9:58 AM, Bruce Southey wrote: > On 02/01/2012 02:53 PM, Charles R Harris wrote: > > Hi All, > > Two things here. > > 1) Some macros for threading and the iterator now require a trailing > semicolon. This change will be reverted before the 1.7 release so that > scipy 0.10 w

Re: [Numpy-discussion] Heads up and macro deprecation.

2012-02-02 Thread Bruce Southey
On 02/01/2012 02:53 PM, Charles R Harris wrote: Hi All, Two things here. 1) Some macros for threading and the iterator now require a trailing semicolon. This change will be reverted before the 1.7 release so that scipy 0.10 will compile, but because it is desirable in the long term it would

[Numpy-discussion] Heads up and macro deprecation.

2012-02-01 Thread Charles R Harris
Hi All, Two things here. 1) Some macros for threading and the iterator now require a trailing semicolon. This change will be reverted before the 1.7 release so that scipy 0.10 will compile, but because it is desirable in the long term it would be helpful if folks maintaining c extensions using nu