Author: Matti Picus <[email protected]> Branch: cpyext-best_base Changeset: r67279:127a235ca3eb Date: 2013-10-10 12:51 +0300 http://bitbucket.org/pypy/pypy/changeset/127a235ca3eb/
Log: document branches 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 @@ -52,6 +52,9 @@ .. branch: ndarray-subtype Allow subclassing ndarray, i.e. matrix +.. branch: ndarray-sort +Implement ndarray in-place sorting (for numeric types, no non-native byte order) + .. branch: pypy-pyarray Implement much of numpy's c api in cpyext, allows (slow) access to ndarray from c @@ -87,6 +90,7 @@ .. branch: no-release-gil .. branch: safe-win-mmap .. branch: boolean-indexing-cleanup +.. branch: cpyyest-best_base .. branch: nobold-backtrace Work on improving UnionError messages and stack trace displays. @@ -103,3 +107,5 @@ .. branch: file-support-in-rpython make open() and friends rpython + + _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
