Author: Maciej Fijalkowski <[email protected]> Branch: Changeset: r49520:7c06e045a439 Date: 2011-11-18 12:22 +0200 http://bitbucket.org/pypy/pypy/changeset/7c06e045a439/
Log: what I remember that goes into the release diff --git a/pypy/doc/release-1.7.0.rst b/pypy/doc/release-1.7.0.rst new file mode 100644 --- /dev/null +++ b/pypy/doc/release-1.7.0.rst @@ -0,0 +1,44 @@ +===================== +PyPy 1.7 +===================== + +Highlights +========== + +* numerous performance improvements, PyPy 1.7 is xxx faster than 1.6 + +* numerous bugfixes, compatibility fixes + +* windows fixes + +* stackless and JIT integration + +* numpy progress - dtypes, numpy -> numpypy renaming + +* brand new JSON encoder + +* improved memory footprint on heavy users of C APIs example - tornado + +* cpyext progress + +Things that didn't make it, expect in 1.8 soon +============================================== + +* list strategies + +* multi-dimensional arrays for numpy + +* ARM backend + +* PPC backend + +Things we're working on with unclear ETA +======================================== + +* windows 64 (?) + +* Py3k + +* SSE for numpy + +* specialized objects _______________________________________________ pypy-commit mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-commit
