Re: [Numpy-discussion] MKL libraries can't be found

2011-02-13 Thread Nicolas Pinto
ng to avoid creating a directory > of symbolic links to every necessary library. > > > > > Jonathan Tu > ___ > NumPy-Discussion mailing list > NumPy-Discussion@scipy.org > http://mail.scipy.org/mailman/listinfo/numpy-discussion > -- Nicolas Pinto http://web.mit.edu/pinto ___ NumPy-Discussion mailing list NumPy-Discussion@scipy.org http://mail.scipy.org/mailman/listinfo/numpy-discussion

Re: [Numpy-discussion] problem with numpy.distutils and Cython

2009-09-06 Thread Nicolas Pinto
> > from numpy.distutils.command import build_src > import Cython > import Cython.Compiler.Main > build_src.Pyrex = Cython > build_src.have_pyrex = True > > > On Sun, Aug 23, 2009 at 4:34 AM, Robert Kern wrote: > > On Sun, Aug 23, 2009 at 00:27, Nicolas Pinto > w

[Numpy-discussion] problem with numpy.distutils and Cython

2009-08-23 Thread Nicolas Pinto
ls.core import setup, Extension from Cython.Distutils import build_ext ext_modules = [Extension("test", ["test.pyx"])] setup(cmdclass = {'build_ext': build_ext}, ext_modules = ext_modules) Am I missing something? Thanks for your help. Best, -- Nicolas Pinto Ph.D. Cand

Re: [Numpy-discussion] Scipy09 Sprints

2009-08-22 Thread Nicolas Pinto
here's no sign of life. > Best, > John > ___ > NumPy-Discussion mailing list > NumPy-Discussion@scipy.org > http://mail.scipy.org/mailman/listinfo/numpy-discussion > -- Nicolas Pinto Ph.D. Candidate, Brain & Computer Scie

Re: [Numpy-discussion] GPU Numpy

2009-08-21 Thread Nicolas Pinto
suggestion? At the same time we may wait for Nvidia to unlock this Driver/Runtime issue, so we don't need this anymore. Best, N 2009/8/21 Stéfan van der Walt > 2009/8/21 Nicolas Pinto : > > For those of you who are interested, we forked python-cuda recently and > > started

Re: [Numpy-discussion] GPU Numpy

2009-08-21 Thread Nicolas Pinto
ypes bindings. With it you can use CUBLAS, CUFFT and the emulation mode (so you don't need a GPU to develop): http://github.com/npinto/python-cuda/tree/master HTH Best, -- Nicolas Pinto Ph.D. Candidate, Brain & Computer Sciences Massachusetts Institute of Technology, USA http://web.mit

Re: [Numpy-discussion] ANN: line_profiler 1.0b2 released

2009-07-19 Thread Nicolas Pinto
terpret it as > though it had an underlying truth." > -- Umberto Eco > _______ > Numpy-discussion mailing list > Numpy-discussion@scipy.org > http://projects.scipy.org/mailman/listinfo/numpy-discussion > -- Nicolas Pinto Ph.D. Can

Re: [Numpy-discussion] performance matrix multiplication vs. matlab

2009-07-19 Thread Nicolas Pinto
t;at 100% if you built with threads >> >> >> Celebrate with a beer! >> >> >> Cheers! >> >> Chris >> >> >> >> >> >> On Sat, Jun 6, 2009 at 10:42 AM, Keith Goodman wrote: >>> On Fri, Jun 5, 2009 at 2:37 PM, Chris Colbert

[Numpy-discussion] bug using array with a PIL Image (misc.imread)

2009-07-07 Thread Nicolas Pinto
array(Image.open('spiky_adj_023.png').convert('RGB'))" Let me know what you think. Thanks in advance. Sincerely, -- Nicolas Pinto Ph.D. Candidate, Brain & Computer Sciences Massachusetts Institute of Technology, USA http://web.mit.edu/pinto _

[Numpy-discussion] How to generate equivalent "random" numbers in matlab and numpy?

2009-02-23 Thread Nicolas Pinto
]) % matlab >> rand('seed', 1); randperm(5) ans = 4 3 5 2 1 Thanks for your time. Best regards, -- Nicolas Pinto Ph.D. Candidate, Brain & Computer Sciences Massachusetts Institute of Technology, USA http://web.mit.edu/pinto

Re: [Numpy-discussion] Efficient numpy slicing for a "sliding window approach".

2009-02-20 Thread Nicolas Pinto
Thanks Josef. I'm not sure how I could use correlate2d because of the 'stride' parameter on the y and x axes, but I may be able to do something on the z axis. On Sat, Feb 21, 2009 at 12:56 AM, wrote: > On Sat, Feb 21, 2009 at 12:36 AM, Nicolas Pinto wrote: > > Thanks

Re: [Numpy-discussion] Efficient numpy slicing for a "sliding window approach".

2009-02-20 Thread Nicolas Pinto
print resps2.mean() On Fri, Feb 20, 2009 at 11:55 PM, David Cournapeau wrote: > On Sat, Feb 21, 2009 at 1:46 PM, Nicolas Pinto wrote: > > Dear all, > > > > I'm trying to optimize the code below and I was wondering if there is an > > efficient method that coul

[Numpy-discussion] Efficient numpy slicing for a "sliding window approach".

2009-02-20 Thread Nicolas Pinto
y instead? Any idea? Thanks in advance. Best regards, -- Nicolas Pinto Ph.D. Candidate, Brain & Computer Sciences Massachusetts Institute of Technology, USA http://web.mit.edu/pinto import numpy as np from numpy import dot arrh, arrw, ar

Re: [Numpy-discussion] linalg.norm along axis?

2009-02-18 Thread Nicolas Pinto
Numpy-discussion mailing list > Numpy-discussion@scipy.org > http://projects.scipy.org/mailman/listinfo/numpy-discussion > > -- Nicolas Pinto Ph.D. Candidate, Brain & Computer Sciences Massachusetts Institute of Technology, USA http://web.mit.edu/pinto

[Numpy-discussion] rgb_to_hsv in scipy.misc ? (was: Optimizing speed for large-array inter-element algorithms (specifically, color space conversion))

2009-02-18 Thread Nicolas Pinto
Hello, Would it be possible to include the following rgb to hsv conversion code in scipy (probably in misc along with misc.imread, etc.) ? What do you think? Thanks in advance. Best regards, -- Nicolas Pinto Ph.D. Candidate, Brain & Computer Sciences Massachusetts Institute of Techno