Author: mattip <matti.pi...@gmail.com> Branch: ufuncapi Changeset: r75368:6187a42adcce Date: 2015-01-16 11:49 +0200 http://bitbucket.org/pypy/pypy/changeset/6187a42adcce/
Log: document branch to be merged diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head.rst +++ b/pypy/doc/whatsnew-head.rst @@ -51,3 +51,12 @@ .. branch: ssa-flow Use SSA form for flow graphs inside build_flow() and part of simplify_graph() + +.. branch: ufuncpai + +Implement most of the GenericUfunc api to support numpy linalg. The strategy is +to encourage use of pure python or cffi ufuncs by extending frompyfunc(). +See the docstring of frompyfunc for more details. This dovetails with a branch +of pypy/numpy - cffi-linalg which is a rewrite of the _umath_linalg module in +python, calling lapack from cffi. The branch also support traditional use of +cpyext GenericUfunc definitions in c. _______________________________________________ pypy-commit mailing list pypy-commit@python.org https://mail.python.org/mailman/listinfo/pypy-commit