Author: mattip <[email protected]> Branch: Changeset: r82826:1ca5e965b73d Date: 2016-03-06 21:43 +0200 http://bitbucket.org/pypy/pypy/changeset/1ca5e965b73d/
Log: fix up release documentation for merge diff --git a/pypy/doc/whatsnew-5.0.0.rst b/pypy/doc/whatsnew-5.0.0.rst --- a/pypy/doc/whatsnew-5.0.0.rst +++ b/pypy/doc/whatsnew-5.0.0.rst @@ -191,3 +191,7 @@ Fix boolean-array indexing in micronumpy +.. branch: numpy_partition +Support ndarray.partition() as an app-level function numpy.core._partition_use, +provided as a cffi wrapper to upstream's implementation in the pypy/numpy repo + 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 @@ -3,8 +3,5 @@ ========================= .. this is a revision shortly after release-5.0.0 -.. startrev: 6d13e55b962a +.. startrev: 7bb6381d084c -.. branch: numpy_partition -Support ndarray.partition() as an app-level function numpy.core._partition_use, -provided as a cffi wrapper to upstream's implementation in the pypy/numpy repo _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
