Re: [Numpy-discussion] Looking for people interested in helping with Python compiler to LLVM

2012-03-25 Thread Mic
How about: * http://www.hotpy.org/ * http://pypy.org/numpydonate.html On Wed, Mar 21, 2012 at 11:14 PM, mark florisson markflorisso...@gmail.comwrote: On 20 March 2012 20:49, Olivier Delalleau sh...@keba.be wrote: I doubt Theano is already as smart as you'd want it to be right now, however

Re: [Numpy-discussion] Looking for people interested in helping with Python compiler to LLVM

2012-03-10 Thread Mic
what is the difference to http://www.python.org/dev/peps/pep-3146/ ? On Sun, Mar 11, 2012 at 4:35 PM, Travis Oliphant teoliph...@gmail.comwrote: Hey all, I gave a lightning talk this morning on numba which is the start of a Python compiler to machine code through the LLVM tool-chain. It is

Re: [Numpy-discussion] when numpy in Linux apt will be updated? It's still 1.3.0 with many bugs

2011-03-24 Thread Mic J
its old. (late 2009) http://old.nabble.com/numpy-1.3.0-eggs-with-python2.6-seem-broken-on-osx,-and-linux-td26551531.html so maybe then download only the egg(with easy_install), then enter the folder and do sudo python2.6 setup.py install Dont you have python 2.7 also on ubuntu? regards mic

Re: [Numpy-discussion] when numpy in Linux apt will be updated? It's still 1.3.0 with many bugs

2011-03-24 Thread Mic J
you have relatively static install. If the user moves on then he probably doesnt have a specific need for numpy, but just for something that can do the same job for his task. (it's unfortunate that he/we can't try it out without messing about). D. mic

[Numpy-discussion] problem with array/ndarray/list parameter to function

2011-03-10 Thread Mic J
: xticklabels.append(str(i)) xticks = pylab.setp(ax2, xticklabels) - The above code gives the same problem as example2 regards mic ___ NumPy-Discussion mailing list NumPy-Discussion@scipy.org http://mail.scipy.org/mailman/listinfo/numpy-discussion