How about:
* http://www.hotpy.org/
* http://pypy.org/numpydonate.html
On Wed, Mar 21, 2012 at 11:14 PM, mark florisson
wrote:
> On 20 March 2012 20:49, Olivier Delalleau wrote:
> > I doubt Theano is already as smart as you'd want it to be right now,
> however
> > the core mechanisms are there t
what is the difference to http://www.python.org/dev/peps/pep-3146/ ?
On Sun, Mar 11, 2012 at 4:35 PM, Travis Oliphant wrote:
> 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 proof
> of conce
ality is that
problems like that crop up at some time,
unless 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
thon2.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
___
NumPy-Discussion mailing list
NumPy-Discussion@scipy.org
http://mail.scipy.org/mailman/listinfo/numpy-discussion
eps for output
--
#xticksval = np.arange(0, total_project_days+stpsz=5, stepsz)
xtickvals = np.arange(0, total_project_days+5, 5)
# why do we need to define it here, instead of it being created in the for
loop
xticklabels = []
for i in xtickvals:
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