Hello,
The CFP for SciPy India 2012, to be held in IIT Bombay from December
27-29 is open. Please spread the word!
Scipy.in is a conference providing opportunities to spread the use of
the Python programming language in the Scientific Computing community
in India. It provides a unique opportunit
> On 10.10.2012 15:42, Nathaniel Smith wrote:
>> This PR submitted a few months ago adds a substantial new API to numpy,
>> so it'd be great to get more review. No-one's replied yet, though...
>>
>> Any thoughts, anyone? Is it useful, could it be better...?
>
> Fast neighbor search is what scipy.
Hello!
I am trying to build numpy 1.6.2 with python 2.7 in Ubuntu 12.04 and wish
to link against serial ATLAS rather than the threaded version. I have
modified site.cfg accordingly by uncommenting out the following lines:
[blas_opt]
libraries = f77blas, cblas, atlas
[lapack_opt]
libraries = lap
Hi,
I'd like to link both C++ and Fortran code into a single
Python extension, using numpy.distutils (for scipy.special).
But it seems the distutils-based tools actually cannot do this?
Does someone know if there's a way to work around this?
--
Pauli Virtanen