Re: [Numpy-discussion] Open CV 3.0 + NPY_RELAXED_STRIDES

2015-06-10 Thread Charles R Harris
On Wed, Jun 10, 2015 at 7:02 PM, Jaime Fernández del Río < jaime.f...@gmail.com> wrote: > On Wed, Jun 10, 2015 at 5:53 PM, Jaime Fernández del Río < > jaime.f...@gmail.com> wrote: > >> I'm in the midst of a Python 3.5 + MSVS 2015 compilation frenzy. Today it >> was time for Open CV 3.0, where I fo

Re: [Numpy-discussion] Open CV 3.0 + NPY_RELAXED_STRIDES

2015-06-10 Thread Nathaniel Smith
On Wed, Jun 10, 2015 at 5:53 PM, Jaime Fernández del Río wrote: > I'm in the midst of a Python 3.5 + MSVS 2015 compilation frenzy. Today it > was time for Open CV 3.0, where I found a nasty bug that I have eventually > tracked down to using a development version of NumPy, and Open CV 3.0 > choking

Re: [Numpy-discussion] Open CV 3.0 + NPY_RELAXED_STRIDES

2015-06-10 Thread Jaime Fernández del Río
On Wed, Jun 10, 2015 at 5:53 PM, Jaime Fernández del Río < jaime.f...@gmail.com> wrote: > I'm in the midst of a Python 3.5 + MSVS 2015 compilation frenzy. Today it > was time for Open CV 3.0, where I found a nasty bug that I have eventually > tracked down to using a development version of NumPy, a

[Numpy-discussion] Open CV 3.0 + NPY_RELAXED_STRIDES

2015-06-10 Thread Jaime Fernández del Río
I'm in the midst of a Python 3.5 + MSVS 2015 compilation frenzy. Today it was time for Open CV 3.0, where I found a nasty bug that I have eventually tracked down to using a development version of NumPy, and Open CV 3.0 choking on relaxed strides, as it does a check that every stride is a multiple

Re: [Numpy-discussion] NumPy + Python 3.5 + Windows + VS2015

2015-06-10 Thread Chris Barker
On Tue, Jun 9, 2015 at 4:48 PM, Charles R Harris wrote: > Thanks for looking into this. It is depressing that Windows is so > difficult to support. > yes, thanks! You might try posting on python-dev -- there is at least one person on that list trying to help get Windows builds working better!