[pypy-commit] pypy default: fix release notice (idnar), document ndarray partition

mattip pypy.commits at gmail.com
Sun Mar 6 09:54:44 EST 2016


Author: mattip <matti.picus at gmail.com>
Branch: 
Changeset: r82813:b520e33904bc
Date: 2016-03-06 16:53 +0200
http://bitbucket.org/pypy/pypy/changeset/b520e33904bc/

Log:	fix release notice (idnar), document ndarray partition

diff --git a/pypy/doc/release-5.0.0.rst b/pypy/doc/release-5.0.0.rst
--- a/pypy/doc/release-5.0.0.rst
+++ b/pypy/doc/release-5.0.0.rst
@@ -98,7 +98,8 @@
 
 * Bug Fixes
 
-  * Backport always using os.urandom for uuid4 from cpython
+  * Backport always using os.urandom for uuid4 from cpython and fix the JIT as well
+    (issue #2202)
 
   * More completely support datetime, optimize timedelta creation
 
@@ -106,7 +107,7 @@
     generated by the unroller, appeared in a complicated DJango app
 
   * Fix an elusive issue with stacklets on shadowstack which showed up when
-    forgetting  stacklets without resuming them
+    forgetting stacklets without resuming them
 
   * Fix entrypoint() which now acquires the GIL
 
@@ -146,13 +147,13 @@
 
   * Support indexing filtering with a boolean ndarray
 
+  * Support partition() as an app-level function, together with a cffi wrapper
+    in pypy/numpy, this now provides partial support for partition()
+
 * Performance improvements and refactorings:
 
   * Refactor and improve exception analysis in the annotator
 
-  * Improve the performace of struct.unpack; unpacking of floats and doubles
-    is now about 15 times faster and 64 bit integers faster by a factor of 2
-
   * Remove unnecessary special handling of space.wrap().
 
   * Improve the memory signature of numbering instances in the JIT. This should


More information about the pypy-commit mailing list