[pypy-commit] extradoc extradoc: rework numpypy namespace changes (bdk)

mattip noreply at buildbot.pypy.org
Wed Mar 6 17:36:23 CET 2013


Author: mattip <matti.picus at gmail.com>
Branch: extradoc
Changeset: r4952:b9c938b296b6
Date: 2013-03-06 18:36 +0200
http://bitbucket.org/pypy/extradoc/changeset/b9c938b296b6/

Log:	rework numpypy namespace changes (bdk)

diff --git a/blog/draft/numpy-status-update-6.rst b/blog/draft/numpy-status-update-6.rst
--- a/blog/draft/numpy-status-update-6.rst
+++ b/blog/draft/numpy-status-update-6.rst
@@ -17,11 +17,13 @@
 
 * **pickling support for numarray** - hasn't started yet, but next on the list
 
-* There has been some work on exposing FFI routines in numpypy.
+* There has been some work on exposing **FFI routines** in numpypy.
 
-* Brian Kearns has made progress in mapping translated _numpypy submodules to 
-  the numpy core c-based submodules, furthering the goal of being able to install
-  numpy as a pure-python module with few modifications. 
+* Brian Kearns has made progress in improving the **numpypy namespace**.
+  The python numpypy submodules now more closely resemble their numpy 
+  counterparts. Also, translated _numpypy submodules are now more properly 
+  mapped to the numpy core c-based submodules, furthering the goal of being 
+  able to install numpy as a pure-python module with few modifications.
 
 And now the good news:
 


More information about the pypy-commit mailing list