Re: [Cython] Cython 0.17 final released

2012-09-29 Thread Robert Bradshaw
On Sat, Sep 29, 2012 at 4:08 PM, Yaroslav Halchenko wrote: > > On Tue, 25 Sep 2012, Stefan Behnel wrote: >> > Any chance we can tag the official 0.17 release in Github as well? >> BTW, do we use lightweight tags or annotated tags in git? And why? > > you should use annotated -a (and/or signed -s,

Re: [Cython] Cython 0.17 final released

2012-09-29 Thread Yaroslav Halchenko
On Tue, 25 Sep 2012, Stefan Behnel wrote: > > Any chance we can tag the official 0.17 release in Github as well? > BTW, do we use lightweight tags or annotated tags in git? And why? you should use annotated -a (and/or signed -s, which are annotated) tags you do not use annotated tags: $> git de

Re: [Cython] Cython 0.17 final released

2012-09-25 Thread Stefan Behnel
Bradley M. Froehle, 11.09.2012 00:34: > Any chance we can tag the official 0.17 release in Github as well? BTW, do we use lightweight tags or annotated tags in git? And why? Stefan ___ cython-devel mailing list cython-devel@python.org http://mail.pytho

Re: [Cython] Cython 0.17 final released

2012-09-17 Thread Robert Bradshaw
On Sun, Sep 16, 2012 at 1:48 PM, Yaroslav Halchenko wrote: > > On Sat, 01 Sep 2012, Stefan Behnel wrote: >> Release notes: http://wiki.cython.org/ReleaseNotes-0.17 > > http://wiki.cython.org/ReleaseHistory > references only 0.16 for me > ;-) Fixed. ___

Re: [Cython] Cython 0.17 final released

2012-09-16 Thread Yaroslav Halchenko
On Sat, 01 Sep 2012, Stefan Behnel wrote: > Release notes: http://wiki.cython.org/ReleaseNotes-0.17 http://wiki.cython.org/ReleaseHistory references only 0.16 for me ;-) -- Yaroslav O. Halchenko Postdoctoral Fellow, Department of Psychological and Brain Sciences Dartmouth College, 419 Moore H

Re: [Cython] Cython 0.17 final released

2012-09-11 Thread Robert Bradshaw
On Mon, Sep 10, 2012 at 5:41 PM, Fernando Perez wrote: > First, congratulations and thanks for keeping such an important > project moving forward!! > > On Sun, Sep 2, 2012 at 12:17 AM, Robert Bradshaw wrote: >> >> What about making a 0.17 branch, on which we can do 0.17.1, etc. if >> necessary. I

Re: [Cython] Cython 0.17 final released

2012-09-10 Thread Fernando Perez
First, congratulations and thanks for keeping such an important project moving forward!! On Sun, Sep 2, 2012 at 12:17 AM, Robert Bradshaw wrote: > > What about making a 0.17 branch, on which we can do 0.17.1, etc. if > necessary. I don't think we're to the point of needing to backport our > bugfi

Re: [Cython] Cython 0.17 final released

2012-09-10 Thread Bradley M. Froehle
Any chance we can tag the official 0.17 release in Github as well? -Brad On Sun, Sep 2, 2012 at 12:40 AM, Stefan Behnel wrote: > Robert Bradshaw, 02.09.2012 09:17: >> On Sat, Sep 1, 2012 at 11:49 PM, Stefan Behnel wrote: >>> Robert Bradshaw, 02.09.2012 06:05: I know this was brought up a co

[Cython] Hitting gcc 4.6 bug with Cython 0.17 and pandas

2012-09-10 Thread Wes McKinney
This issue came up earlier today. Everything works fine for me with gcc 4.6.1 and Cython 0.17, but maybe there is a bug being hit in gcc 4.6. Any debugging help would be appreciated (since this affects EC2 AMIs...) http://github.com/pydata/pandas/issues/1880 thanks, Wes

[Cython] Cython-0.17 builtin type import bug

2012-09-10 Thread Robert Byrnes
If a builtin type that differs between Python 2 and 3 (e.g., unicode) is imported, then malformed C code is emitted by Cython-0.17: there is an extraneous, unbalanced #if. Here's a small reproducer: shell$ cat foo.pyx cdef extern from "Python.h": ctypedef class __builtin__.

Re: [Cython] Cython 0.17 final released

2012-09-02 Thread Stefan Behnel
Robert Bradshaw, 02.09.2012 09:17: > On Sat, Sep 1, 2012 at 11:49 PM, Stefan Behnel wrote: >> Robert Bradshaw, 02.09.2012 06:05: >>> I know this was brought up a couple of months ago, but we seem to be >>> falling into a pattern of thinking about doing a bugfix release, then >>> saying a full relea

Re: [Cython] Cython 0.17 final released

2012-09-02 Thread Robert Bradshaw
On Sat, Sep 1, 2012 at 11:49 PM, Stefan Behnel wrote: > Robert Bradshaw, 02.09.2012 06:05: >> Is there a plan to announce more broadly? (E.g. python-announce, if >> you haven't already (moderation adds a bit of latency).) > > I had already sent it to the python-announce list and also made an > ann

Re: [Cython] Cython 0.17 final released

2012-09-01 Thread Stefan Behnel
Robert Bradshaw, 02.09.2012 06:05: > Is there a plan to announce more broadly? (E.g. python-announce, if > you haven't already (moderation adds a bit of latency).) I had already sent it to the python-announce list and also made an announcement on c.l.py now. :) > I know this was brought up a cou

Re: [Cython] [cython-users] Cython 0.17 final released

2012-09-01 Thread Robert Bradshaw
ud to announce the final > release of Cython 0.17. > > This is another major step forward in the development of the language that > will make life easier for a lot of users, rounds up some rough edges of the > compiler and adds (preliminary) support for CPython 3.3 and PyPy. It

[Cython] Cython 0.17 final released

2012-08-31 Thread Stefan Behnel
Hello everyone, on behalf of the Cython project team, I'm proud to announce the final release of Cython 0.17. This is another major step forward in the development of the language that will make life easier for a lot of users, rounds up some rough edges of the compiler and adds (prelim

[Cython] Cython 0.17 beta 4 released - final release candidate

2012-08-30 Thread Stefan Behnel
Hello everyone, on behalf of the Cython project team, I'm proud to announce the release of our fourth beta of Cython 0.17. Unless something truly unforseen happens, this will become our final release. So please give it another test run against your code. Cython 0.17 is another major step fo

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

2012-08-29 Thread mark florisson
On 29 August 2012 21:20, Stefan Behnel wrote: > Christoph Gohlke, 27.08.2012 18:05: >> On 8/27/2012 2:42 AM, mark florisson wrote: >>> On 27 August 2012 01:39, Christoph Gohlke wrote: On my system, the following patch fixes all the lastprivate related test errors and does not have any si

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

2012-08-29 Thread Stefan Behnel
Christoph Gohlke, 27.08.2012 18:05: > On 8/27/2012 2:42 AM, mark florisson wrote: >> On 27 August 2012 01:39, Christoph Gohlke wrote: >>> On my system, the following patch fixes all the lastprivate related test >>> errors and does not have any side effects on other tests. It removes the >>> additio

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 0.17 beta 3 released - release candidate

2012-08-27 Thread Christoph Gohlke
On 8/27/2012 2:42 AM, mark florisson wrote: On 27 August 2012 01:39, Christoph Gohlke wrote: On 8/26/2012 4:08 AM, mark florisson wrote: On 25 August 2012 03:07, Christoph Gohlke wrote: Hi, On 8/24/2012 12:43 PM, Stefan Behnel wrote: Hi, thanks for testing! Christoph Gohlke, 24.08.2

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

2012-08-27 Thread mark florisson
On 27 August 2012 01:39, Christoph Gohlke wrote: > On 8/26/2012 4:08 AM, mark florisson wrote: >> >> On 25 August 2012 03:07, Christoph Gohlke wrote: >>> >>> Hi, >>> >>> >>> On 8/24/2012 12:43 PM, Stefan Behnel wrote: Hi, thanks for testing! Christoph Gohlke, 24

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

2012-08-26 Thread Stefan Behnel
Yaroslav Halchenko, 27.08.2012 03:38: > FWIW -- this beta builds/tests ok across nearly all Debian ports but 4 Nice! Thanks for testing. > where process unexpectedly terminates for no obvious reason (it > built/tested just fine on my local sparc box): > https://buildd.debian.org/status/package.p

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

2012-08-26 Thread Yaroslav Halchenko
) on those intriguing ports. On Thu, 23 Aug 2012, Stefan Behnel wrote: > Hello everyone, > on behalf of the Cython project team, I'm proud to announce the release of > our third beta of Cython 0.17. This is our first and hopefully last release > candidate for 0.17, another majo

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

2012-08-26 Thread Christoph Gohlke
On 8/26/2012 4:08 AM, mark florisson wrote: On 25 August 2012 03:07, Christoph Gohlke wrote: Hi, On 8/24/2012 12:43 PM, Stefan Behnel wrote: Hi, thanks for testing! Christoph Gohlke, 24.08.2012 07:20: I tested Cython-0.17b3 on Windows 7 with Visual Studio compilers. 32 bit Python 2.7 w

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

2012-08-26 Thread mark florisson
On 26 August 2012 22:25, Christoph Gohlke wrote: > On 8/26/2012 2:09 PM, Christoph Gohlke wrote: >> >> On 8/26/2012 4:08 AM, mark florisson wrote: >>> >>> On 25 August 2012 03:07, Christoph Gohlke wrote: Hi, On 8/24/2012 12:43 PM, Stefan Behnel wrote: > > > Hi

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

2012-08-26 Thread mark florisson
On 26 August 2012 22:45, mark florisson wrote: > On 26 August 2012 22:25, Christoph Gohlke wrote: >> On 8/26/2012 2:09 PM, Christoph Gohlke wrote: >>> >>> On 8/26/2012 4:08 AM, mark florisson wrote: On 25 August 2012 03:07, Christoph Gohlke wrote: > > Hi, > > > On 8

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

2012-08-26 Thread Christoph Gohlke
On 8/26/2012 2:09 PM, Christoph Gohlke wrote: On 8/26/2012 4:08 AM, mark florisson wrote: On 25 August 2012 03:07, Christoph Gohlke wrote: Hi, On 8/24/2012 12:43 PM, Stefan Behnel wrote: Hi, thanks for testing! Christoph Gohlke, 24.08.2012 07:20: I tested Cython-0.17b3 on Windows 7 wit

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

2012-08-26 Thread Christoph Gohlke
On 8/26/2012 4:08 AM, mark florisson wrote: On 25 August 2012 03:07, Christoph Gohlke wrote: Hi, On 8/24/2012 12:43 PM, Stefan Behnel wrote: Hi, thanks for testing! Christoph Gohlke, 24.08.2012 07:20: I tested Cython-0.17b3 on Windows 7 with Visual Studio compilers. 32 bit Python 2.7 w

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

2012-08-26 Thread Christoph Gohlke
On 8/26/2012 11:08 AM, mark florisson wrote: On 26 August 2012 17:32, Christoph Gohlke wrote: On 8/26/2012 4:08 AM, mark florisson wrote: On 25 August 2012 03:07, Christoph Gohlke wrote: Hi, On 8/24/2012 12:43 PM, Stefan Behnel wrote: Hi, thanks for testing! Christoph Gohlke, 24.08.

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

2012-08-26 Thread mark florisson
On 26 August 2012 17:32, Christoph Gohlke wrote: > On 8/26/2012 4:08 AM, mark florisson wrote: >> >> On 25 August 2012 03:07, Christoph Gohlke wrote: >>> >>> Hi, >>> >>> >>> On 8/24/2012 12:43 PM, Stefan Behnel wrote: Hi, thanks for testing! Christoph Gohlke, 24

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

2012-08-26 Thread Stefan Behnel
Christoph Gohlke, 26.08.2012 17:54: > On 8/26/2012 2:41 AM, Stefan Behnel wrote: >> A patch would essentially look like this: >> >> diff -r 18fed0dec20e Cython/Compiler/Code.py >> --- a/Cython/Compiler/Code.py Sun Aug 26 00:54:01 2012 +0200 >> +++ b/Cython/Compiler/Code.py Sun Aug 26 11:39:29 2

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

2012-08-26 Thread Christoph Gohlke
On 8/26/2012 4:08 AM, mark florisson wrote: On 25 August 2012 03:07, Christoph Gohlke wrote: Hi, On 8/24/2012 12:43 PM, Stefan Behnel wrote: Hi, thanks for testing! Christoph Gohlke, 24.08.2012 07:20: I tested Cython-0.17b3 on Windows 7 with Visual Studio compilers. 32 bit Python 2.7 w

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

2012-08-26 Thread Christoph Gohlke
On 8/26/2012 2:41 AM, Stefan Behnel wrote: Stefan Behnel, 26.08.2012 11:36: Christoph Gohlke, 26.08.2012 10:03: On 8/25/2012 6:51 AM, Stefan Behnel wrote: Christoph Gohlke, 25.08.2012 04:07: On 8/24/2012 12:43 PM, Stefan Behnel wrote: Christoph Gohlke, 24.08.2012 07:20: On 64 bit Python 2.7

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

2012-08-26 Thread mark florisson
On 25 August 2012 03:07, Christoph Gohlke wrote: > Hi, > > > On 8/24/2012 12:43 PM, Stefan Behnel wrote: >> >> Hi, >> >> thanks for testing! >> >> Christoph Gohlke, 24.08.2012 07:20: >>> >>> I tested Cython-0.17b3 on Windows 7 with Visual Studio compilers. >>> >>> 32 bit Python 2.7 works well, onl

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

2012-08-26 Thread Stefan Behnel
Stefan Behnel, 26.08.2012 11:36: > Christoph Gohlke, 26.08.2012 10:03: >> On 8/25/2012 6:51 AM, Stefan Behnel wrote: >>> Christoph Gohlke, 25.08.2012 04:07: On 8/24/2012 12:43 PM, Stefan Behnel wrote: > Christoph Gohlke, 24.08.2012 07:20: >> On 64 bit Python 2.7 and 3.2 with msvc9 comp

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

2012-08-26 Thread Stefan Behnel
Christoph Gohlke, 26.08.2012 10:03: > On 8/25/2012 6:51 AM, Stefan Behnel wrote: >> Christoph Gohlke, 25.08.2012 04:07: >>> On 8/24/2012 12:43 PM, Stefan Behnel wrote: Christoph Gohlke, 24.08.2012 07:20: > On 64 bit Python 2.7 and 3.2 with msvc9 compiler, python.exe crashes > during >>

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

2012-08-26 Thread Christoph Gohlke
On 8/25/2012 6:51 AM, Stefan Behnel wrote: Christoph Gohlke, 25.08.2012 04:07: On 8/24/2012 12:43 PM, Stefan Behnel wrote: Christoph Gohlke, 24.08.2012 07:20: I tested Cython-0.17b3 on Windows 7 with Visual Studio compilers. 32 bit Python 2.7 works well, only 4 test failures. Three of those

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

2012-08-25 Thread Stefan Behnel
Christoph Gohlke, 25.08.2012 04:07: > On 8/24/2012 12:43 PM, Stefan Behnel wrote: >> Christoph Gohlke, 24.08.2012 07:20: >>> I tested Cython-0.17b3 on Windows 7 with Visual Studio compilers. >>> >>> 32 bit Python 2.7 works well, only 4 test failures. >> >> Three of those errors are in OpenMP tests

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

2012-08-24 Thread Christoph Gohlke
Hi, On 8/24/2012 12:43 PM, Stefan Behnel wrote: Hi, thanks for testing! Christoph Gohlke, 24.08.2012 07:20: I tested Cython-0.17b3 on Windows 7 with Visual Studio compilers. 32 bit Python 2.7 works well, only 4 test failures. Three of those errors are in OpenMP tests - is OpenMP supported

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

2012-08-24 Thread Stefan Behnel
Hi, thanks for testing! Christoph Gohlke, 24.08.2012 07:20: > I tested Cython-0.17b3 on Windows 7 with Visual Studio compilers. > > 32 bit Python 2.7 works well, only 4 test failures. Three of those errors are in OpenMP tests - is OpenMP supported in your build environment? The other one is th

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

2012-08-23 Thread Christoph Gohlke
On 8/23/2012 11:13 AM, Stefan Behnel wrote: Hello everyone, on behalf of the Cython project team, I'm proud to announce the release of our third beta of Cython 0.17. This is our first and hopefully last release candidate for 0.17, another major step forward in the development of the lan

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

2012-08-23 Thread Stefan Behnel
Yaroslav Halchenko, 23.08.2012 21:23: > my not so wild but still a guess that 0.17b3 corresponds to > 5b0e8f8b96e353ac6d12d54f86babee9ff6f1bf8 git commit (never know for sure > if there is no tag :-P )? ;) http://wiki.cython.org/ReleaseNotes-0.17 hg-git isn't all that good at mirroring tags back

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

2012-08-23 Thread Yaroslav Halchenko
to announce the release of > our third beta of Cython 0.17. This is our first and hopefully last release > candidate for 0.17, another major step forward in the development of the > language that will make life easier for a lot of users, rounds up some > rough edges of the compile

[Cython] Cython 0.17 beta 3 released - release candidate

2012-08-23 Thread Stefan Behnel
Hello everyone, on behalf of the Cython project team, I'm proud to announce the release of our third beta of Cython 0.17. This is our first and hopefully last release candidate for 0.17, another major step forward in the development of the language that will make life easier for a lot of

[Cython] Cython 0.17 beta 2 released

2012-08-08 Thread Stefan Behnel
Hello everyone, on behalf of the Cython project team, I'm proud to announce the release of our second beta of Cython 0.17. This is another major step forward in the development of the language that will make life easier for a lot of users, rounds up some rough edges of the compiler and

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
o 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 >>>

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
x-sid)yoh@zelenka:~/cython/cython$ OPT="-g -O0" /usr/bin/python > runtests.py -vv memoryview_compare_type_pointers --no-cleanup > Python 2.7.3 (default, Jul 14 2012, 05:19:55) > [GCC 4.6.3] > Running tests against Cython 0.17.beta1 > 68811fa9946e4253ad405ba3011512a32807bc

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

2012-08-01 Thread Yaroslav Halchenko
thon 2.7.3 (default, Jul 14 2012, 05:19:55) [GCC 4.6.3] Running tests against Cython 0.17.beta1 68811fa9946e4253ad405ba3011512a32807bc7b Backends: c,cpp runTest (__main__.EndToEndTest) End-to-end memoryview_compare_type_pointers ... ok --

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 >

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.

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 build

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.

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

2012-07-26 Thread Stefan Behnel
Stefan Behnel, 23.07.2012 22:45: > I'm expecting at least one release candidate to follow on this beta > version, and a final release in early August. Please give this beta release > as much testing as you can, so that we can quickly advance towards the > final release. Any comments from Windows u

Re: [Cython] Cython 0.17 beta 1 released

2012-07-25 Thread Yaroslav Halchenko
On Wed, 25 Jul 2012, Robert Bradshaw wrote: > > ultimate suffix under assumption that it would not change (also removed > > unused > > _code_cache) (it came out a bit longer simply due to me adding helper > > function > > _get_build_extension() to avoid duplication): > Looks good. Thanks. File

Re: [Cython] Cython 0.17 beta 1 released

2012-07-25 Thread Robert Bradshaw
On Wed, Jul 25, 2012 at 7:08 PM, Yaroslav Halchenko wrote: > > On Wed, 25 Jul 2012, Robert Bradshaw wrote: > >> > module = imp.load_dynamic(module_name, module_path) >> > arg_list = [kwds[arg] for arg in arg_names] > >> Compiled modules can persist between sessions as well. > > yeah -- f

Re: [Cython] Cython 0.17 beta 1 released

2012-07-25 Thread Yaroslav Halchenko
On Wed, 25 Jul 2012, Robert Bradshaw wrote: > > module = imp.load_dynamic(module_name, module_path) > > arg_list = [kwds[arg] for arg in arg_names] > Compiled modules can persist between sessions as well. yeah -- figured it down also while working on another version of this trivial pa

Re: [Cython] Cython 0.17 beta 1 released

2012-07-25 Thread Robert Bradshaw
On Wed, Jul 25, 2012 at 6:12 PM, Yaroslav Halchenko wrote: > actually I have not stated alternative variant since I thought it would > not be wise to 'waste' memory : just store association between a > particular build and target module_name but now I have mentioned that > such code is pretty muc

Re: [Cython] Cython 0.17 beta 1 released

2012-07-25 Thread Yaroslav Halchenko
actually I have not stated alternative variant since I thought it would not be wise to 'waste' memory : just store association between a particular build and target module_name but now I have mentioned that such code is pretty much there ... but incorrect and not used: $> grep -e '\Wkey\W' -e '^d

Re: [Cython] Cython 0.17 beta 1 released

2012-07-25 Thread Yaroslav Halchenko
On Wed, 25 Jul 2012, Robert Bradshaw wrote: > One essential feature of cython.inline(...) is that if the code has > already been compiled (and loaded) it should return very fast. This > would seem to add significant overhead. that is what was my concern also with such an approach... I am not s

Re: [Cython] Cython 0.17 beta 1 released

2012-07-25 Thread Robert Bradshaw
Thanks for the report! On Wed, Jul 25, 2012 at 12:02 PM, Yaroslav Halchenko wrote: > So I wonder, wouldn't it be reasonable (i.e. more robust) in cython_inline to > instantiate first build_extension and seek full name for the resultant > extension from it? That should eliminate any possibility

Re: [Cython] Cython 0.17 beta 1 released

2012-07-25 Thread Yaroslav Halchenko
NB Sorry for a lengthy reply -- more like notes for myself I guess ;) Short story -- imp.get_suffixes()[0] != get_config_var('SO') on Debian multiarch sid Perspective patch is at the bottom. On Wed, 25 Jul 2012, Stefan Behnel wrote: > > anything familiar? (I see PY3 fix bf7981fb37b19f08a

Re: [Cython] Cython 0.17 beta 1 released

2012-07-25 Thread Stefan Behnel
Yaroslav Halchenko, 25.07.2012 18:50: > Congrats on the beta-release! While testing an updated debian package > for cython I have ran into failures with Python 3.2.3 (default, Jul 13 2012, > 21:02:37) [GCC 4.7.1] (complete log: > http://neuro.debian.net/_files/_buildlogs/cytho

Re: [Cython] Cython 0.17 beta 1 released

2012-07-25 Thread Yaroslav Halchenko
Congrats on the beta-release! While testing an updated debian package for cython I have ran into failures with Python 3.2.3 (default, Jul 13 2012, 21:02:37) [GCC 4.7.1] (complete log: http://neuro.debian.net/_files/_buildlogs/cython/0.17~beta1/cython_0.17~beta1-1_amd64.build) anything familiar

[Cython] Cython 0.17 beta 1 released

2012-07-23 Thread Stefan Behnel
Hello everyone, on behalf of the Cython project team, I'm proud to announce the release of our first beta of Cython 0.17. This is another major step forward in the development of the language that will make life easier for a lot of users, rounds up some rough edges of the compiler and

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

[Cython] 0.17

2012-05-06 Thread mark florisson
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 works and what doesn't. Stefan, since you added a la