Re: [Numpy-discussion] pull request: generalized ufunc signature fix and lineal algebra generalized ufuncs

2013-01-31 Thread Robert Kern
On Thu, Jan 31, 2013 at 7:44 PM, Nathaniel Smith wrote: > On Thu, Jan 31, 2013 at 8:43 AM, Oscar Villellas > wrote: >> Hello, >> >> At Continuum Analytics we've been working on a submodule implementing >> a set of lineal algebra operations as generalized ufuncs. This allows >> specifying arrays o

Re: [Numpy-discussion] pull request: generalized ufunc signature fix and lineal algebra generalized ufuncs

2013-01-31 Thread Nathaniel Smith
On Thu, Jan 31, 2013 at 8:43 AM, Oscar Villellas wrote: > Hello, > > At Continuum Analytics we've been working on a submodule implementing > a set of lineal algebra operations as generalized ufuncs. This allows > specifying arrays of lineal algebra problems to be computed with a > single Python ca

[Numpy-discussion] pull request: generalized ufunc signature fix and lineal algebra generalized ufuncs

2013-01-31 Thread Oscar Villellas
Hello, At Continuum Analytics we've been working on a submodule implementing a set of lineal algebra operations as generalized ufuncs. This allows specifying arrays of lineal algebra problems to be computed with a single Python call, allowing broadcasting as well. As the vectorization is handled i

[Numpy-discussion] [ANN] Summer School "Advanced Scientific Programming in Python" in Zürich, Switzerland

2013-01-31 Thread Tiziano Zito
Advanced Scientific Programming in Python = a Summer School by the G-Node and the Physik-Institut, University of Zurich Scientists spend more and more time writing, maintaining, and debugging software. While techniques for doing this efficiently have evolved