Author: mattip <[email protected]> Branch: array_interface Changeset: r80597:b827317e595b Date: 2015-11-08 21:39 +0200 http://bitbucket.org/pypy/pypy/changeset/b827317e595b/
Log: document branch 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 @@ -25,3 +25,7 @@ preserves all int16 values, even across nan conversions. Also fix argmax, argmin for nan comparisons +.. branch: array_interface + +Support common use-cases for __array_interface__, passes upstream tests + _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
