[Cython] Fwd: [numpy] MAINT: silence Cython warnings about changes dtype/ufunc size. (#432)

2012-09-08 Thread Nathaniel Smith
Hi Cythoneers, Ralf just proposed this pull request for numpy, to unconditionally install a warning filter to silence all "numpy.dtype size changed", "numpy.ufunc size changed" warnings that Cython likes to spit out. See the links below for details. Figured you should have a chance to comment, any

Re: [Cython] Fwd: [numpy] MAINT: silence Cython warnings about changes dtype/ufunc size. (#432)

2012-09-08 Thread Dag Sverre Seljebotn
Nathaniel Smith wrote: >Hi Cythoneers, > >Ralf just proposed this pull request for numpy, to unconditionally >install >a warning filter to silence all "numpy.dtype size changed", >"numpy.ufunc >size changed" warnings that Cython likes to spit out. See the links >below >for details. Figured you

Re: [Cython] Fwd: [numpy] MAINT: silence Cython warnings about changes dtype/ufunc size. (#432)

2012-09-08 Thread Robert Bradshaw
On Sat, Sep 8, 2012 at 2:01 PM, Dag Sverre Seljebotn wrote: > > > Nathaniel Smith wrote: > >>Hi Cythoneers, >> >>Ralf just proposed this pull request for numpy, to unconditionally >>install >>a warning filter to silence all "numpy.dtype size changed", >>"numpy.ufunc >>size changed" warnings that