Re: [Cython] Cython 0.21 beta 1 released

2014-08-31 Thread Arfrever Frehtes Taifersar Arahesis
2014-08-28 20:39 Stefan Behnel napisał(a): > Arfrever Frehtes Taifersar Arahesis schrieb am 14.08.2014 um 10:18: > > Results of test suite of Cython 0.21 beta 1 with different versions of > > Python: > > Python 2.6: 1 error, 2 failures > > Python 2.7: 1 error, 0 f

Re: [Cython] Cython 0.21 beta 1 released

2014-08-14 Thread Arfrever Frehtes Taifersar Arahesis
collect 0 Got: SimpleGarbage(1) __dealloc__ Collector.__dealloc__ collect 128 ------ Ran 8832 tests in 6785.081s FAILED (failures=2, errors=1) ALL DONE -- Arfrever Frehtes Taifersar Arahesis signature.asc Description: This is a digitally

Re: [Cython] Cython 0.20.1 released

2014-02-14 Thread Arfrever Frehtes Taifersar Arahesis
2014-02-12 22:01 Arfrever Frehtes Taifersar Arahesis napisał(a): > Error occurs in Cython.Debugger.Tests.TestLibCython.TestAll.test_all(): > > > == > ERROR: test_all (Cython.Debugger.Tests.TestLi

Re: [Cython] Cython 0.20.1 released

2014-02-12 Thread Arfrever Frehtes Taifersar Arahesis
least 5 non-keyword arguments (4 given) -- Ran 8372 tests in 3569.636s FAILED (errors=1) ALL DONE -- Arfrever Frehtes Taifersar Arahesis signature.asc Description: This is a digitally

Re: [Cython] Cython 0.20 release

2014-01-19 Thread Arfrever Frehtes Taifersar Arahesis
numpy_memoryview/numpy_memoryview.cpython-34.so", line ?, in numpy_memoryview.acquire_release_cycle Failed example: acquire_release_cycle(a) Expected: deallocated! Got nothing -- Ran 8732 tests in 3267.635s FAILED (f

Re: [Cython] Cython 0.19.2 released

2013-10-15 Thread Arfrever Frehtes Taifersar Arahesis
Error: ndarray is not C-contiguous -- Ran 7903 tests in 3249.768s FAILED (failures=2) ALL DONE -- Arfrever Frehtes Taifersar Arahesis signature.asc Description: This is a digitally signed message part. ___ cython-devel mailing list cython-devel@python.org https://mail.python.org/mailman/listinfo/cython-devel

Re: [Cython] 0.18 rc1 released

2013-01-28 Thread Arfrever Frehtes Taifersar Arahesis
> so far. Please give it another try, also to see if we managed to fix what > you found. All tests now pass with Python 2.6, 2.7, 3.1, 3.2 and 3.3. -- Arfrever Frehtes Taifersar Arahesis signature.asc Description: This is a digitally signed message part. _

Re: [Cython] 0.18 beta 1 released

2013-01-20 Thread Arfrever Frehtes Taifersar Arahesis
2013-01-20 16:48:35 Stefan Behnel napisał(a): > Hi, > > thanks for testing! > > Arfrever Frehtes Taifersar Arahesis, 20.01.2013 13:59: > > There are 6 test failures. > > Failures in builtin_abs.__test__.int_abs might be related to new versions > > of GCC or

Re: [Cython] 0.18 beta 1 released

2013-01-20 Thread Arfrever Frehtes Taifersar Arahesis
1000/work/Cython-0.18b1/tests-2.7/run/cpp/numpy_test/numpy_test.so", line ?, in numpy_test.__test__.numpy_test Failed example: obj_array() Expected: [a 1 {}] a 1 {} Got: ['a' 1 {}] a 1 {} -- Ran

Re: [Cython] Cython 0.16 RC 1

2012-04-14 Thread Arfrever Frehtes Taifersar Arahesis
line = linecache.getline(filename, lineno) if line is None else line File "/usr/lib64/python3.2/linecache.py", line 15, in getline lines = getlines(filename, module_globals) File "/usr/lib64/python3.2/doctest.py", line 1372, in __patched_linecache_getlines

Re: [Cython] Cython 0.16 Release Candidate

2012-04-01 Thread Arfrever Frehtes Taifersar Arahesis
thon3.2/linecache.py", line 15, in getline lines = getlines(filename, module_globals) File "/usr/lib64/python3.2/doctest.py", line 1372, in __patched_linecache_getlines return self.save_linecache_getlines(filename, module_globals) Fi

Re: [Cython] Cython 0.16 Beta 0

2012-03-04 Thread Arfrever Frehtes Taifersar Arahesis
tat_py.NestedWith.testEnterReturnsTuple (withstat_py.cpp:9496) File "/usr/lib64/python3.2/unittest/case.py", line 1169, in deprecated_func DeprecationWarning, 2) File "/usr/lib64/python3.2/warnings.py", line 18,

Re: [Cython] Cython 0.15.1 release candidate

2011-09-16 Thread Arfrever Frehtes Taifersar Arahesis
I had fixed it before - I had missed it when looking through the > fixes, because I considered it part of the unpacking code optimisation that > I did around that change. > > I pushed the fix to the release branch. > > Thanks for finding it, Arfrever (is that the first name?). Y

Re: [Cython] Cython 0.15.1 release candidate

2011-09-15 Thread Arfrever Frehtes Taifersar Arahesis
s.py", line 25, in formatwarning line = linecache.getline(filename, lineno) if line is None else line File "/usr/lib64/python3.2/linecache.py", line 15, in getline lines = getlines(filename, module_globals) File "/usr/lib64/python3.2/doctest.py", line 1337, in __patched_linecache_getlines ret

Re: [Cython] Cython 0.15.1 release candidate

2011-09-15 Thread Arfrever Frehtes Taifersar Arahesis
Arfrever Frehtes Taifersar Arahesis signature.asc Description: This is a digitally signed message part. ___ cython-devel mailing list cython-devel@python.org http://mail.python.org/mailman/listinfo/cython-devel

Re: [Cython] Cython 0.15 release candidate

2011-08-02 Thread Arfrever Frehtes Taifersar Arahesis
2011-08-02 00:58:56 Robert Bradshaw napisał(a): > A clean tarball is up at > http://cython.org/release/Cython-0.15rc2.tar.gz . All tests now pass. -- Arfrever Frehtes Taifersar Arahesis signature.asc Description: This is a digitally signed messag

Re: [Cython] Cython 0.15 release candidate

2011-08-01 Thread Arfrever Frehtes Taifersar Arahesis
yx_file) Cython.Compiler.Errors.CompileError: main.pyx Traceback (most recent call last): File "", line 1, in ImportError: No module named main FAIL -- Arfrever Frehtes Taifersar Arahesis signature.asc Description: This is a digitally signed message part. ___

Re: [Cython] Cython 0.15 release candidate

2011-07-30 Thread Arfrever Frehtes Taifersar Arahesis
ied.) -- Arfrever Frehtes Taifersar Arahesis signature.asc Description: This is a digitally signed message part. ___ cython-devel mailing list cython-devel@python.org http://mail.python.org/mailman/listinfo/cython-devel

Re: [Cython] Cython 0.15 release candidate

2011-07-29 Thread Arfrever Frehtes Taifersar Arahesis
2011-07-29 20:51:11 mark florisson napisał(a): > On 29 July 2011 19:18, Arfrever Frehtes Taifersar Arahesis > wrote: > > 2011-07-26 13:00:10 mark florisson napisał(a): > >> Unfortunately the output of the testrunner is rather useless here. > >> Could you run the test

Re: [Cython] Cython 0.15 release candidate

2011-07-29 Thread Arfrever Frehtes Taifersar Arahesis
rg/~Arfrever/numpy_cimport.cpp http://people.apache.org/~Arfrever/numpy_parallel.c http://people.apache.org/~Arfrever/numpy_parallel.cpp http://people.apache.org/~Arfrever/numpy_test.c http://people.apache.org/~Arfrever/numpy_test.cpp -- Arfrever Frehtes Taifersar Arahesis signature.a

Re: [Cython] Cython 0.15 release candidate

2011-07-26 Thread Arfrever Frehtes Taifersar Arahesis
2011-07-25 08:17:24 Stefan Behnel napisał(a): > Arfrever Frehtes Taifersar Arahesis, 25.07.2011 08:08: > > There are 4 NumPy-related test errors with Python 3.1 and 3.2. > > I assume that's NumPy 1.5? Could you provide the C compiler output from the > test logs? >