Re: [Numpy-discussion] [ANN] Cython 0.15

2011-08-06 Thread Sturla Molden
Den 06.08.2011 11:18, skrev Dag Sverre Seljebotn: > We are excited to announce the release of Cython 0.15, which is a huge > step forward in achieving full Python language coverage as well as > many new features, optimizations, and bugfixes. > > This is really great. With Cython progressing like t

Re: [Numpy-discussion] Error building numpy (1.5.1 and 1.6.1rc3) with python2.7 debug

2011-08-06 Thread Sandro Tosi
On Sat, Aug 6, 2011 at 06:25, Charles R Harris wrote: > Yes, all the time ;) > > gcc version 4.6.0 20110603 (Red Hat 4.6.0-10) (GCC) Great, in fact it turned out it was a debian tool that went nuts :) (I was able to build _doblas by hand, so it's just a matter of configuration) The situation is

[Numpy-discussion] [ANN] Cython 0.15

2011-08-06 Thread Dag Sverre Seljebotn
We are excited to announce the release of Cython 0.15, which is a huge step forward in achieving full Python language coverage as well as many new features, optimizations, and bugfixes. Download: http://cython.org/ or http://pypi.python.org/pypi/Cython == Major Features == * Generators (yield)