Re: [Cython] Cython 0.19.2 released

2013-10-15 Thread Christoph Gohlke
On 10/15/2013 1:21 PM, Arfrever Frehtes Taifersar Arahesis wrote: Cython 0.19.2 fails 2 tests with all versions of Python (2.6, 2.7, 3.1, 3.2, 3.3), probably due to new version of NumPy. I use NumPy 1.8.0 rc2. Results with Python 2.7:

Re: [Cython] Cython 0.19.2 released

2013-10-15 Thread Arfrever Frehtes Taifersar Arahesis
Cython 0.19.2 fails 2 tests with all versions of Python (2.6, 2.7, 3.1, 3.2, 3.3), probably due to new version of NumPy. I use NumPy 1.8.0 rc2. Results with Python 2.7: == FAIL: test_one_sized (line 29) (relaxed_strides.__test__)

[Cython] Cython 0.19.2 released

2013-10-13 Thread Stefan Behnel
Hi all, I released Cython 0.19.2 today as a bug-fix release for the 0.19 series. You can get it from here: http://cython.org/release/Cython-0.19.2.tar.gz http://cython.org/release/Cython-0.19.2.zip Or from PyPI: https://pypi.python.org/pypi/Cython/0.19.2 Release notes: https://github.com/cyth