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

2012-08-28 Thread Stefan Behnel
Neal Becker, 28.08.2012 18:42: > Neal Becker wrote: > >> All built/tested OK on fedora (devel). >> >> Build log is here: >> http://kojipkgs.fedoraproject.org//work/tasks/8252/4428252/build.log >> >> Should I be concerened about these excluded tests? >> >> Ran 6865 tests in 1601.636s >> OK >> Follo

Re: [Cython] [cython-users] Re: Cython 0.17 beta 1 released

2012-08-02 Thread Stefan Behnel
Yaroslav Halchenko, 02.08.2012 21:54: > On Thu, 02 Aug 2012, Stefan Behnel wrote: >>> just a side-note -- I didn't know that StrictVersion doesn't play nicely >>> with LooseVersion to any degree: > >>> $> python -c 'from distutils.version import LooseVersion as LV, >>> StrictVersion as SV; print

Re: [Cython] [cython-users] Re: Cython 0.17 beta 1 released

2012-08-02 Thread Yaroslav Halchenko
On Thu, 02 Aug 2012, Stefan Behnel wrote: > > just a side-note -- I didn't know that StrictVersion doesn't play nicely > > with LooseVersion to any degree: > > $> python -c 'from distutils.version import LooseVersion as LV, > > StrictVersion as SV; print SV("0.17") > LV("0.18")' > > True > >

Re: [Cython] [cython-users] Re: Cython 0.17 beta 1 released

2012-08-02 Thread Stefan Behnel
Yaroslav Halchenko, 02.08.2012 19:02: > just a side-note -- I didn't know that StrictVersion doesn't play nicely with > LooseVersion to any degree: > > $> python -c 'from distutils.version import LooseVersion as LV, StrictVersion > as SV; print SV("0.17") > LV("0.18")' > True > > at least in p

Re: [Cython] [cython-users] Re: Cython 0.17 beta 1 released

2012-08-02 Thread Yaroslav Halchenko
On Thu, 02 Aug 2012, Stefan Behnel wrote: > Bradley M. Froehle, 01.08.2012 18:35: > > 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 > >> I am not sure what is

Re: [Cython] [cython-users] Re: Cython 0.17 beta 1 released

2012-08-02 Thread Stefan Behnel
Bradley M. Froehle, 01.08.2012 18:35: > 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 > >> I am not sure what is the status on PEP 386 [1] (not yet adopted afaik)

Re: [Cython] [cython-users] Re: Cython 0.17 beta 1 released

2012-08-02 Thread Yaroslav Halchenko
On Wed, 01 Aug 2012, mark florisson wrote: > Thanks for the fix. I also pushed a fix for one more test numpy_test > related to fused types dispatching. That passes all tests for me on 32 > bit linux. > > Yaroslav, could you give it a try on the Debian build servers? FWIW -- 0.16rc1-550-g8880c78

Re: [Cython] [cython-users] Re: Cython 0.17 beta 1 released

2012-08-01 Thread mark florisson
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

Re: [Cython] [cython-users] Re: Cython 0.17 beta 1 released

2012-08-01 Thread Bradley M. Froehle
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

Re: [Cython] [cython-users] Re: Cython 0.17 beta 1 released

2012-08-01 Thread Yaroslav Halchenko
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]:

Re: [Cython] [cython-users] Re: Cython 0.17 beta 1 released

2012-08-01 Thread Yaroslav Halchenko
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

Re: [Cython] [cython-users] Re: Cython 0.17 beta 1 released

2012-08-01 Thread Yaroslav Halchenko
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

Re: [Cython] [cython-users] Re: Cython 0.17 beta 1 released

2012-07-31 Thread Stefan Behnel
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 experimental Debian package for Cython 0.17.beta1 -- >>>

Re: [Cython] [cython-users] Re: Cython 0.17 beta 1 released

2012-07-31 Thread Robert Bradshaw
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 experimental Debian >>> package for Cython 0.17.beta1 -- http://packages.qa.debian.org/c/cython.html

Re: [Cython] [cython-users] Re: Cython 0.17 beta 1 released

2012-07-31 Thread Stefan Behnel
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 experimental Debian >> package for Cython 0.17.beta1 -- http://packages.qa.debian.org/c/cython.html >> >> However, the builds are showing a lot of test failures

Re: [Cython] [cython-users] Re: Cython 0.17 beta 1 released

2012-07-28 Thread mark florisson
On 27 July 2012 23:30, Bradley Froehle wrote: > Thanks to the work of Yaroslav Halchenko, there is an experimental Debian > package for Cython 0.17.beta1 -- http://packages.qa.debian.org/c/cython.html > > However, the builds are showing a lot of test failures on non-amd64 sytems. > See https://bui

Re: [Cython] 0.17

2012-05-24 Thread Matthew Brett
Hey, On Wed, May 23, 2012 at 9:35 PM, mark florisson wrote: > Hey Matthew, > > Seriously, no problem, we're still getting stuff in there, no need to > hurry. If you're in Cuba it sounds like you have better stuff to do > than improve Cython's documentation :) Not to discourage contributors, > but

Re: [Cython] 0.17

2012-05-23 Thread mark florisson
Hey Matthew, Seriously, no problem, we're still getting stuff in there, no need to hurry. If you're in Cuba it sounds like you have better stuff to do than improve Cython's documentation :) Not to discourage contributors, but I would really enjoy Cuba here :). I'm working on my gsoc now, so making

Re: [Cython] 0.17

2012-05-23 Thread Robert Bradshaw
Pushed my change. On Wed, May 23, 2012 at 10:03 AM, mark florisson wrote: > On 23 May 2012 12:31, Robert Bradshaw wrote: >> On Tue, May 22, 2012 at 6:08 AM, mark florisson >> wrote: >>> On 6 May 2012 15:28, mark florisson wrote: Hey, I think we already have quite a bit of functi

Re: [Cython] 0.17

2012-05-23 Thread Matthew Brett
Hi, For the promised memoryview doc edits: Sorry - I'm in Cuba - not much internet. I will push something for review by Friday, but please go ahead without me if that's not fast enough. Sorry to be the blocker, Best, Matthew On 5/23/12, Matthew Brett wrote: > Hi, > > For the promised memor

Re: [Cython] 0.17

2012-05-23 Thread Matthew Brett
Hi, For the promised memoryview doc edits: Sorry - I'm in Cuba - not much internet. I will push something for review by Friday, but please go ahead without me if that's not fast enough. Sorry to be the blocker, Best, Matthew On 5/23/12, mark florisson wrote: > On 23 May 2012 12:31, Robert

Re: [Cython] 0.17

2012-05-23 Thread mark florisson
On 23 May 2012 12:31, Robert Bradshaw wrote: > On Tue, May 22, 2012 at 6:08 AM, mark florisson > wrote: >> On 6 May 2012 15:28, mark florisson wrote: >>> Hey, >>> >>> I think we already have quite a bit of functionality (nearly) ready, >>> after merging some pending pull requests maybe it will b

Re: [Cython] 0.17

2012-05-23 Thread Robert Bradshaw
On Tue, May 22, 2012 at 6:08 AM, mark florisson wrote: > On 6 May 2012 15:28, mark florisson wrote: >> Hey, >> >> I think we already have quite a bit of functionality (nearly) ready, >> after merging some pending pull requests maybe it will be a good time >> for a 0.17 release? I think it would b

Re: [Cython] 0.17

2012-05-22 Thread mark florisson
On 6 May 2012 15:28, mark florisson wrote: > Hey, > > I think we already have quite a bit of functionality (nearly) ready, > after merging some pending pull requests maybe it will be a good time > for a 0.17 release? I think it would be good to also document to what > extent pypy support works, wh

Re: [Cython] 0.17

2012-05-09 Thread Stefan Behnel
mark florisson, 06.05.2012 16:28: > I think we already have quite a bit of functionality (nearly) ready, > after merging some pending pull requests maybe it will be a good time > for a 0.17 release? I think it would be good to also document to what > extent pypy support works, what works and what d

Re: [Cython] 0.17

2012-05-09 Thread Stefan Behnel
Stefan Behnel, 06.05.2012 20:22: > Dag Sverre Seljebotn, 06.05.2012 19:51: >> On 05/06/2012 04:28 PM, mark florisson wrote: >>> I think we already have quite a bit of functionality (nearly) ready, >>> after merging some pending pull requests maybe it will be a good time >>> for a 0.17 release? I th

Re: [Cython] 0.17

2012-05-07 Thread Robert Bradshaw
On Mon, May 7, 2012 at 10:08 AM, Stefan Behnel wrote: > mark florisson, 07.05.2012 18:19: >> On 7 May 2012 17:04, Vitja Makarov wrote: >>> Hmm, it seems to me that master is currently broken: >>> >>> https://sage.math.washington.edu:8091/hudson/job/cython-devel-tests/BACKEND=c,PYVERSION=py27-ext/

Re: [Cython] 0.17

2012-05-07 Thread Stefan Behnel
mark florisson, 07.05.2012 18:19: > On 7 May 2012 17:04, Vitja Makarov wrote: >> Hmm, it seems to me that master is currently broken: >> >> https://sage.math.washington.edu:8091/hudson/job/cython-devel-tests/BACKEND=c,PYVERSION=py27-ext/ >> > Quite broken, in fact :) It doesn't ever print error mes

Re: [Cython] 0.17

2012-05-07 Thread mark florisson
On 7 May 2012 17:04, Vitja Makarov wrote: > 2012/5/7 mark florisson : >> On 6 May 2012 20:41, Matthew Brett wrote: >>> Hi, >>> >>> On Sun, May 6, 2012 at 7:28 AM, mark florisson >>> wrote: Hey, I think we already have quite a bit of functionality (nearly) ready, after merging

Re: [Cython] 0.17

2012-05-07 Thread Vitja Makarov
2012/5/7 mark florisson : > On 6 May 2012 20:41, Matthew Brett wrote: >> Hi, >> >> On Sun, May 6, 2012 at 7:28 AM, mark florisson >> wrote: >>> Hey, >>> >>> I think we already have quite a bit of functionality (nearly) ready, >>> after merging some pending pull requests maybe it will be a good ti

Re: [Cython] 0.17

2012-05-06 Thread mark florisson
On 6 May 2012 20:41, Matthew Brett wrote: > Hi, > > On Sun, May 6, 2012 at 7:28 AM, mark florisson > wrote: >> Hey, >> >> I think we already have quite a bit of functionality (nearly) ready, >> after merging some pending pull requests maybe it will be a good time >> for a 0.17 release? I think it

Re: [Cython] 0.17

2012-05-06 Thread Matthew Brett
Hi, On Sun, May 6, 2012 at 7:28 AM, mark florisson wrote: > Hey, > > I think we already have quite a bit of functionality (nearly) ready, > after merging some pending pull requests maybe it will be a good time > for a 0.17 release? I think it would be good to also document to what > extent pypy s

Re: [Cython] 0.17

2012-05-06 Thread mark florisson
On 6 May 2012 19:38, Stefan Behnel wrote: > mark florisson, 06.05.2012 16:28: >> I think we already have quite a bit of functionality (nearly) ready, >> after merging some pending pull requests maybe it will be a good time >> for a 0.17 release? I think it would be good to also document to what >>

Re: [Cython] 0.17

2012-05-06 Thread mark florisson
On 6 May 2012 19:29, Vitja Makarov wrote: > 2012/5/6 Dag Sverre Seljebotn : >> On 05/06/2012 04:28 PM, mark florisson wrote: >>> >>> Hey, >>> >>> I think we already have quite a bit of functionality (nearly) ready, >>> after merging some pending pull requests maybe it will be a good time >>> for a

Re: [Cython] 0.17

2012-05-06 Thread Stefan Behnel
mark florisson, 06.05.2012 16:28: > I think we already have quite a bit of functionality (nearly) ready, > after merging some pending pull requests maybe it will be a good time > for a 0.17 release? I think it would be good to also document to what > extent pypy support works, what works and what d

Re: [Cython] 0.17

2012-05-06 Thread Vitja Makarov
2012/5/6 Dag Sverre Seljebotn : > On 05/06/2012 04:28 PM, mark florisson wrote: >> >> Hey, >> >> I think we already have quite a bit of functionality (nearly) ready, >> after merging some pending pull requests maybe it will be a good time >> for a 0.17 release? I think it would be good to also docu

Re: [Cython] 0.17

2012-05-06 Thread Stefan Behnel
Dag Sverre Seljebotn, 06.05.2012 19:51: > On 05/06/2012 04:28 PM, mark florisson wrote: >> I think we already have quite a bit of functionality (nearly) ready, >> after merging some pending pull requests maybe it will be a good time >> for a 0.17 release? I think it would be good to also document t

Re: [Cython] 0.17

2012-05-06 Thread Dag Sverre Seljebotn
On 05/06/2012 04:28 PM, mark florisson wrote: Hey, I think we already have quite a bit of functionality (nearly) ready, after merging some pending pull requests maybe it will be a good time for a 0.17 release? I think it would be good to also document to what extent pypy support works, what work