Re: [Cython] Cython 0.17 beta 3 released - release candidate

2012-08-24 Thread Christoph Gohlke
Hi, On 8/24/2012 12:43 PM, Stefan Behnel wrote: Hi, thanks for testing! Christoph Gohlke, 24.08.2012 07:20: I tested Cython-0.17b3 on Windows 7 with Visual Studio compilers. 32 bit Python 2.7 works well, only 4 test failures. Three of those errors are in OpenMP tests - is OpenMP supported

Re: [Cython] Cython 0.17 beta 3 released - release candidate

2012-08-24 Thread Stefan Behnel
Hi, thanks for testing! Christoph Gohlke, 24.08.2012 07:20: > I tested Cython-0.17b3 on Windows 7 with Visual Studio compilers. > > 32 bit Python 2.7 works well, only 4 test failures. Three of those errors are in OpenMP tests - is OpenMP supported in your build environment? The other one is th

[Cython] array expressions

2012-08-24 Thread mark florisson
Hey, Here a pull request for element-wise array expressions for Cython: https://github.com/cython/cython/pull/144 It includes the IndexNode refactoring branch as well. This has been the work this last summer for the gsoc, with great supervision from Dag, who helped steer the project in a great di

Re: [Cython] cython-devel-tests-pyregr regression

2012-08-24 Thread Stefan Behnel
Vitja Makarov, 24.08.2012 06:31: > Jenkins still is not happy about upstream/master. > > It shows 49.2K instead of previous 50.5K Part of the difference should be that I disabled the ctypes test. It crashes in the pyregr test runs that pyximport the stdlib modules. I don't see anything obvious t