Re: [Cython] Bugfix release

2011-09-10 Thread Robert Bradshaw
+1 to another release soon. Is there anything in the devel branch that's not ready to go out? (I was also thinking of doing a release as soon as fused functions and memory views got in.) On Sat, Sep 10, 2011 at 10:32 PM, Vitja Makarov wrote: > Are we going to make a bugfix release? > > There are

[Cython] Bugfix release

2011-09-10 Thread Vitja Makarov
Are we going to make a bugfix release? There are some critical bugs in 0.15, T725 for example. Think we should port fixes back to 0.15 and then release it as 0.15.1 -- vitja. ___ cython-devel mailing list cython-devel@python.org http://mail.python.org/

Re: [Cython] Cython problems on OS X Lion

2011-09-10 Thread Wes McKinney
On Sat, Sep 10, 2011 at 4:58 PM, Robert Bradshaw wrote: > I don't have 10.7, but might be able to borrow a computer that does. > This sounds more like a linking/C compilation problem than a Cython > issue though. Do the programs in the Cython's demos directory work for > you? > > On Fri, Sep 9, 20

Re: [Cython] Cython problems on OS X Lion

2011-09-10 Thread Robert Bradshaw
I don't have 10.7, but might be able to borrow a computer that does. This sounds more like a linking/C compilation problem than a Cython issue though. Do the programs in the Cython's demos directory work for you? On Fri, Sep 9, 2011 at 3:09 PM, Wes McKinney wrote: > Multiple users have reporting

Re: [Cython] Jenkins jobs refactored

2011-09-10 Thread Stefan Behnel
Vitja Makarov, 10.09.2011 17:11: https://sage.math.washington.edu:8091/hudson/job/cython-devel-tests-pyregr/BACKEND=c,PYVERSION=py27/ This job shows strange results. ~3K tests and ~400 errors In previous one it was 11K and 170 Right. Not sure what exactly went wrong, but it seems to work bett

Re: [Cython] Jenkins jobs refactored

2011-09-10 Thread Vitja Makarov
2011/9/7 Robert Bradshaw : > On Tue, Sep 6, 2011 at 1:58 PM, Stefan Behnel wrote: >> Robert Bradshaw, 06.09.2011 22:21: >>> >>> On Tue, Sep 6, 2011 at 1:12 PM, Stefan Behnel wrote: I replaced the half-a-ton of cython-devel jobs in Jenkins by three multi-configuration matrix jobs: >>