Re: [Cython] "relaxed_strides" test broken with NumPy 1.8

2014-01-18 Thread Sebastian Berg
On Sun, 2014-01-05 at 09:26 +0100, Stefan Behnel wrote: > Stefan Behnel, 05.01.2014 09:03: > > Nathaniel Smith, 05.01.2014 02:07: > >> On 4 Jan 2014 22:01, "Stefan Behnel" wrote: > >>> Stefan Behnel, 04.01.2014 22:51: > Stefan Behnel, 04.01.2014 22:47: > > Nathaniel Smith, 04.01.2014 18:36

Re: [Cython] "relaxed_strides" test broken with NumPy 1.8

2014-01-18 Thread Nathaniel Smith
On Sun, Jan 5, 2014 at 8:03 AM, Stefan Behnel wrote: > Nathaniel Smith, 05.01.2014 02:07: >> On 4 Jan 2014 22:01, "Stefan Behnel" wrote: >>> Stefan Behnel, 04.01.2014 22:51: Stefan Behnel, 04.01.2014 22:47: > Nathaniel Smith, 04.01.2014 18:36: >> >> if not np.ones((10, 1), order="

Re: [Cython] Cython 0.20 beta 2

2014-01-18 Thread Christoph Gohlke
On 1/16/2014 8:53 PM, Robert Bradshaw wrote: On Thu, Jan 16, 2014 at 6:21 PM, Christoph Gohlke wrote: On 1/13/2014 2:24 AM, Stefan Behnel wrote: Hi Christoph, thanks for testing! Christoph Gohlke, 13.01.2014 09:46: I have trouble running the tests (`runtests.py`) on Windows: [...] There a

[Cython] Cython 0.20 release

2014-01-18 Thread Robert Bradshaw
I'm happy to announce the release of Cython 0.20. You can download it directly from the Cython site at http://cython.org/ or from PyPI at https://pypi.python.org/pypi/Cython/0.20 . There are a significant number of new features and bug fixes in this release, for a summary see https://github.com/c