On Tue, Aug 6, 2013 at 8:32 PM, Andrew Dalke wrote:
> Hi all,
>
> I mostly develop software related cheminformatics. There
> isn't much direct overlap between the tools of that field
> and NumPy and SciPy provide, but it's increasing with the
> use of scikit-learn and pandas.
>
> I tend to wri
Hi all,
I mostly develop software related cheminformatics. There
isn't much direct overlap between the tools of that field
and NumPy and SciPy provide, but it's increasing with the
use of scikit-learn and pandas.
I tend to write command-line tools which indirectly
import numpy. I've noticed t
Hi,
I think I have found an "undocumented feature" of the gufuncs machinery. I
have filed a bug report:
https://github.com/numpy/numpy/issues/3582
Some more background on what i am seeing...
I have coded a gufunc with signature '(r,c,p),(g,g,g,q)->(r,c,q)'. It is a
color map, i.e. a transformat
Hi,
In Theano, we use the information in this
dictionnary: numpy.distutils.__config__.blas_opt_info. We do this for a few
years already, so I don't know how much future proof it is, but I would
expect that they aren't going to change this shortly.
We use this dict for the default configuration, b