1. new get_blas_funcs in scipy.linalg

    Sat 23 April 2011

    Today got merged some changes I made to function scipy.linalg.get_blas_funcs(). The main enhacement is that get_blas_funcs() now also accepts a single string as input parameter and a dtype, so that fetching the BLAS function for a specific type becomes more natural. For example, fetching the gemm routine for ...

    read more

    There are comments.

  2. Least squares with equality constrain

    Thu 14 April 2011

    The following algorithm computes the Least squares solution || Ax - b|| subject to the equality constrain Bx = d. It's a classic algorithm that can be implemented only using a QR decomposition and a least squares solver. This implementation uses numpy and scipy. It makes use of the new linalg.solve_triangular ...

    read more

    There are comments.

  3. A profiler for Python extensions

    Wed 06 April 2011

    Profiling Python extensions has not been a pleasant experience for me, so I made my own package to do the job. Existing alternatives were either hard to use, forcing you to recompile with custom flags like gprofile or desperately slow like valgrind/callgrind. The package I'll talk about is ...

    read more

    There are comments.

  4. scikit-learn coding sprint in Paris

    Sat 02 April 2011

    Yesterday was the scikit-learn coding sprint in Paris. It was great to meet with old developers (Vincent Michel) and new ones: some of whom I was already familiar with from the mailing list while others came just to say hi and get familiar with the code. It was really great ...

    read more

    There are comments.

  5. « Page 3 / 17 »

blogroll

social