On 31 July 2012 20:14, Stefan Behnel wrote:
> Robert Bradshaw, 31.07.2012 19:24:
>> On Tue, Jul 31, 2012 at 7:24 AM, Stefan Behnel wrote:
>>> mark florisson, 28.07.2012 14:04:
On 27 July 2012 23:30, Bradley Froehle wrote:
> Thanks to the work of Yaroslav Halchenko, there is an experimenta
Yes, this versioning has also impacted mpi4py which had to add some pretty ugly
code in setup.py to work around it:
https://code.google.com/p/mpi4py/source/detail?r=841e9df
-Brad
> NB I am not sure what is the status on PEP 386 [1] (not yet adopted
> afaik) but it might be worthwhile following i
minor note -- could someone push the tag (annotated or signed
preferably) for 0.17rc1?
NB I am not sure what is the status on PEP 386 [1] (not yet adopted
afaik) but it might be worthwhile following it and/or existing
disutils.version.StrictVersion since having
In [2]: Cython.__version__
Out[2]:
ok, the output of running
OPT="-g -O0" /usr/bin/python runtests.py -vv --no-cleanup 2>&1 | tee
../0.16rc1-547-g68811fa-tests-output.txt
on a cleaned git repository on an s390x boiling down to
Ran 6891 tests in 1098.734s
FAILED (failures=42, errors=2)
is at
http://www.onerussian.com/tmp/0.16
sorry about the delay -- was not monitoring the ML tight enough ;)
So it is the
commit 8443607d7dffc7c8443d70036e0cce6aaa9c26e2
Author: Stefan Behnel
Date: Tue Jul 31 21:49:20 2012 +0200
determine buffer typegroup of integer dtypes based on signedness at C
compile time
...
I pulled curre