Author: matti Branch: extradoc Changeset: r4942:aacbb71514b1 Date: 2013-02-05 21:46 +0200 http://bitbucket.org/pypy/extradoc/changeset/aacbb71514b1/
Log: update, change intent of FFT to FFI 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 @@ -1,21 +1,22 @@ NumPy status update #6 ---------------------- -Hello. - -This is the last two months update of the activities on the NumPyPy project. +This is status report on PyPy's NumPyPy project. First the update: * **dtype support** - NumPy on PyPy now supports all the numeric dtypes in numpy, including non-native storage formats, longdouble, clongdouble and friends. -* **missing ndarray attributes** - work has been made toward supporting the attributes +* **missing ndarray attributes** - work has been made toward supporting the + complete set of attributes on ndarrays. We are progressing alphabetically, and have made it to d. + Unsupported attributes, and unsupported arguments to attribute calls + will raise a NotImplementedException. * **pickling support for numarray** - hasn't started yet, but next on the list -* There has been some work on exposing FFT routines into numpypy. +* There has been some work on exposing FFI routines in numpypy. More importantly, we're closing on being able to run the pure-python part of numpy without modifications. This is not getting us close to passing all @@ -23,7 +24,8 @@ The most important part is the funding. While we managed to get a significant amount of money in donations, we only managed to spend around $10 000 from it -so far. XXX +so far. We have issued a call for additional developers, and hope to be able to +report on speedier progress soon. Cheers, Matti Picus, Maciej Fijalkowski _______________________________________________ pypy-commit mailing list pypy-commit@python.org http://mail.python.org/mailman/listinfo/pypy-commit