Author: Ronan Lamy <[email protected]> Branch: Changeset: r77700:9bed282ecc43 Date: 2015-05-30 01:02 +0100 http://bitbucket.org/pypy/pypy/changeset/9bed282ecc43/
Log: update whatsnew 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 @@ -5,4 +5,10 @@ .. this is a revision shortly after release-2.6.0 .. startrev: 2ac87a870acf562301840cace411e34c1b96589c +.. branch: fix-result-types +branch fix-result-types: +* Refactor dtype casting and promotion rules for consistency and compatibility +with CNumPy. +* Refactor ufunc creation. +* Implement np.promote_types(). _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
