Author: mattip <matti.pi...@gmail.com>
Branch: release-2.6.x
Changeset: r77544:3cf654c57167
Date: 2015-05-25 18:10 +0300
http://bitbucket.org/pypy/pypy/changeset/3cf654c57167/

Log:    polish the release announcement

diff --git a/pypy/doc/release-2.6.0.rst b/pypy/doc/release-2.6.0.rst
--- a/pypy/doc/release-2.6.0.rst
+++ b/pypy/doc/release-2.6.0.rst
@@ -83,19 +83,19 @@
 * New features:
 
   * Add preliminary support for a new lightweight statistical profiler
-    `vmprof`_.
+    `vmprof`_, which has been designed to accomodate profiling JITted code
 
 * Numpy:
 
-  * Support for numpy's ``object`` dtype via a garbage collector hook
+  * Support for ``object`` dtype via a garbage collector hook
 
-  * Support for numpy.can_cast and numpy.min_scalar_type as well as beginning
-    a refactoring of the internal casting rules in numpy
+  * Support for .can_cast and .min_scalar_type as well as beginning
+    a refactoring of the internal casting rules 
 
-  * Better support for numpy subtypes, via the __array_interface__,
+  * Better support for subtypes, via the __array_interface__,
     __array_priority__, and __array_wrap__ methods (still a work-in-progress)
 
-  * Better support for numpy ndarray.flags
+  * Better support for ndarray.flags
 
 * Performance improvements:
 
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to