1.
#797 (_cephesmodule.o" failed with exit status 1) – SciPy
_cephesmodule.o" failed with exit status 1 ... ‘PyUFunc_dd_d’ undeclared (first use in this function) error: Command "gcc -pthread -fno-strict-aliasing ...
2.
[SciPy-dev] Some code for Gaussian Mixture Model
[SciPy-dev] Some code for Gaussian Mixture Model ... I recently ported some of my matlab code, itself inspired by code >> found on h2m toolbox ...
3.
[SciPy-user] mgrid/ogrid...
Jul 24, 2007 ... Depending on how you are using them, ogrid's results may be more efficient to use because you can often do the bulk of your computations on ...
4.
#245 (MANIFEST.in changes to include sandbox source in sdist) – SciPy
The included patch recreates MANIFEST.in to include everything in the svn repository sandbox with a source distribution made with "python setup.py sdist". ...
5.
#519 (Valid args give NaN on PPC for stats.norm.cdf, special.ndtr ...
I traced a bug revealed in a test of some new code that uses stats.norm to this erroneous behavior of special.ndtr (which itself relies on cephes' erf and ...
6.
[Numpy-tickets] [NumPy] #162: problems with numpy.linalg.svd
NumPy numpy-tickets at scipy.net. Fri Jun 30 04:40:28 CDT 2006 ... else: a == numpy.dot(u[:,:a.shape[1]]*s,vh) }}} -- Ticket URL: ...
7.
[SciPy-user] Problem with scipy.optimize.leastsq: Improper input ...
Mar 8, 2008 ... Specifically, I'm trying to minimize a function of 5 variables, while leastsq expects the number of functions m to be larger than the number ...
8.
[IPython-dev] Re: Refactoring of bdist_wininst (PATCH)
Hi Cory, > Done. install command will now work with distutils 1.02; bdist_wininst > --install-script=ipython_post_install.py will also work with distutils ...
9.
CustomizingNumpyScons – NumPy
One of the goal of numpy.scons branch is to enable easier customization of the build process by users. For this purpose: The way optimized libraries are ...
10.
#313 (Support for Kronecker sum) – SciPy
A definition of the Kronecker sum is given in the recent book by Alan J. Laub Matrix Analysis for Scientists and Engineers SIAM (2005). ...