Author: mattip <[email protected]> Branch: Changeset: r82689:1491ec62293d Date: 2016-03-04 12:04 +0200 http://bitbucket.org/pypy/pypy/changeset/1491ec62293d/
Log: document merged branches 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 @@ -183,4 +183,11 @@ .. branch: vlen-resume -Compress resume data, saving 10-20% of memory consumed by the JIT \ No newline at end of file +Compress resume data, saving 10-20% of memory consumed by the JIT + +.. branch: issue-2248 + +.. branch: ndarray-setitem-filtered + +Fix boolean-array indexing in micronumpy + _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
