Re: [Cython] Cython 0.15.1 release candidate

2011-09-20 Thread Yaroslav Halchenko
On Mon, 19 Sep 2011, Robert Bradshaw wrote: > >        longest_track_lenA, longest_track_lenB > >        ... > >        if track_len > longest_track_lenA: > See the "Incompatible changes" section of > http://wiki.cython.org/ReleaseNotes-0.15 . This change was made to be > more compatible with Pyth

Re: [Cython] Cython 0.15.1 release candidate

2011-09-19 Thread Robert Bradshaw
On Mon, Sep 19, 2011 at 9:08 PM, Yaroslav Halchenko wrote: > is this regression or am I missing cython basics (which wouldn't be > surprising). > > while testing 0.15.1 on Debian I have ran into fail-to-build-from-source > for dipy package in Debian, failure due to error while running tests: > >  

Re: [Cython] Cython 0.15.1 release candidate

2011-09-19 Thread Yaroslav Halchenko
is this regression or am I missing cython basics (which wouldn't be surprising). while testing 0.15.1 on Debian I have ran into fail-to-build-from-source for dipy package in Debian, failure due to error while running tests: DM2 = pf.bundles_distances_mam(tracksA, tracksB, metric=metric) Fil

Re: [Cython] Cython 0.15.1 release candidate

2011-09-16 Thread Stefan Behnel
mark florisson, 16.09.2011 23:33: On 16 September 2011 22:29, Stefan Behnel wrote: mark florisson, 16.09.2011 23:21: On 16 September 2011 22:20, mark florisson wrote: On 16 September 2011 22:03, Stefan Behnel wrote: Robert Bradshaw, 15.09.2011 22:33: See http://wiki.cython.org/ReleaseNot

Re: [Cython] Cython 0.15.1 release candidate

2011-09-16 Thread Arfrever Frehtes Taifersar Arahesis
2011-09-16 08:51:30 Stefan Behnel napisał(a): > Vitja Makarov, 16.09.2011 07:14: > > Btw I'm sure that we have seen this error before: > > > > compiling (c) and running tupleunpack_T712 ... Doctest: > > tupleunpack_T712.__test__.single_from_set (line 12) ... ok > > Doctest: tupleunpack_T712.__test_

Re: [Cython] Cython 0.15.1 release candidate

2011-09-16 Thread mark florisson
On 16 September 2011 22:29, Stefan Behnel wrote: > mark florisson, 16.09.2011 23:21: >> >> On 16 September 2011 22:20, mark florisson wrote: >>> >>> On 16 September 2011 22:03, Stefan Behnel wrote: Robert Bradshaw, 15.09.2011 22:33: > > See http://wiki.cython.org/ReleaseNotes-0.1

Re: [Cython] Cython 0.15.1 release candidate

2011-09-16 Thread Stefan Behnel
mark florisson, 16.09.2011 23:21: On 16 September 2011 22:20, mark florisson wrote: On 16 September 2011 22:03, Stefan Behnel wrote: Robert Bradshaw, 15.09.2011 22:33: See http://wiki.cython.org/ReleaseNotes-0.15.1 This is a bugfix only release, we hope to get it out shortly. I've added tic

Re: [Cython] Cython 0.15.1 release candidate

2011-09-16 Thread mark florisson
On 16 September 2011 22:20, mark florisson wrote: > On 16 September 2011 22:03, Stefan Behnel wrote: >> Robert Bradshaw, 15.09.2011 22:33: >>> >>> See http://wiki.cython.org/ReleaseNotes-0.15.1 This is a bugfix only >>> release, we hope to get it out shortly. >> >> I've added ticket 736 as a bloc

Re: [Cython] Cython 0.15.1 release candidate

2011-09-16 Thread mark florisson
On 16 September 2011 22:03, Stefan Behnel wrote: > Robert Bradshaw, 15.09.2011 22:33: >> >> See http://wiki.cython.org/ReleaseNotes-0.15.1 This is a bugfix only >> release, we hope to get it out shortly. > > I've added ticket 736 as a blocker, at least until I know what it takes to > fix it (looki

Re: [Cython] Cython 0.15.1 release candidate

2011-09-16 Thread Stefan Behnel
Robert Bradshaw, 15.09.2011 22:33: See http://wiki.cython.org/ReleaseNotes-0.15.1 This is a bugfix only release, we hope to get it out shortly. I've added ticket 736 as a blocker, at least until I know what it takes to fix it (looking into it right now). http://trac.cython.org/cython_trac/ti

Re: [Cython] Cython 0.15.1 release candidate

2011-09-16 Thread Stefan Behnel
Vitja Makarov, 16.09.2011 07:14: Btw I'm sure that we have seen this error before: compiling (c) and running tupleunpack_T712 ... Doctest: tupleunpack_T712.__test__.single_from_set (line 12) ... ok Doctest: tupleunpack_T712.__test__.single_from_string (line 4) ... ok compiling (cpp) and running

Re: [Cython] Cython 0.15.1 release candidate

2011-09-15 Thread Stefan Behnel
Arfrever Frehtes Taifersar Arahesis, 16.09.2011 05:24: 1 error ("compiling (cpp) and running tupleunpack_T712") and 0 failures with Python 3.1. 1 error ("compiling (cpp) and running tupleunpack_T712") and 4 failures with Python 3.2. ==

Re: [Cython] Cython 0.15.1 release candidate

2011-09-15 Thread Vitja Makarov
2011/9/16 Robert Bradshaw : > On Thu, Sep 15, 2011 at 9:10 PM, Vitja Makarov > wrote: >> 2011/9/16 Arfrever Frehtes Taifersar Arahesis : >>> 1 test failure with Python 2.6: >>> >>> compiling (c) and running tupleunpack_T712 ... Doctest: >>> tupleunpack_T712.__test__.single_from_set (line 12) ...

Re: [Cython] Cython 0.15.1 release candidate

2011-09-15 Thread Robert Bradshaw
On Thu, Sep 15, 2011 at 9:10 PM, Vitja Makarov wrote: > 2011/9/16 Arfrever Frehtes Taifersar Arahesis : >> 1 test failure with Python 2.6: >> >> compiling (c) and running tupleunpack_T712 ... Doctest: >> tupleunpack_T712.__test__.single_from_set (line 12) ... ok >> Doctest: tupleunpack_T712.__tes

Re: [Cython] Cython 0.15.1 release candidate

2011-09-15 Thread Vitja Makarov
2011/9/16 Arfrever Frehtes Taifersar Arahesis : > 1 test failure with Python 2.6: > > compiling (c) and running tupleunpack_T712 ... Doctest: > tupleunpack_T712.__test__.single_from_set (line 12) ... ok > Doctest: tupleunpack_T712.__test__.single_from_string (line 4) ... ok > compiling (cpp) and r

Re: [Cython] Cython 0.15.1 release candidate

2011-09-15 Thread Arfrever Frehtes Taifersar Arahesis
1 error ("compiling (cpp) and running tupleunpack_T712") and 0 failures with Python 3.1. 1 error ("compiling (cpp) and running tupleunpack_T712") and 4 failures with Python 3.2. The end of output of tests with Python 3.2: == ER

Re: [Cython] Cython 0.15.1 release candidate

2011-09-15 Thread Arfrever Frehtes Taifersar Arahesis
1 test failure with Python 2.6: compiling (c) and running tupleunpack_T712 ... Doctest: tupleunpack_T712.__test__.single_from_set (line 12) ... ok Doctest: tupleunpack_T712.__test__.single_from_string (line 4) ... ok compiling (cpp) and running tupleunpack_T712 ... cc1plus: warning: command line

[Cython] Cython 0.15.1 release candidate

2011-09-15 Thread Robert Bradshaw
See http://wiki.cython.org/ReleaseNotes-0.15.1 This is a bugfix only release, we hope to get it out shortly. - Robert ___ cython-devel mailing list cython-devel@python.org http://mail.python.org/mailman/listinfo/cython-devel