Author: Maciej Fijalkowski <fij...@gmail.com>
Branch: extradoc
Changeset: r5467:31bd5aaffc61
Date: 2014-11-28 14:13 +0200
http://bitbucket.org/pypy/extradoc/changeset/31bd5aaffc61/

Log:    Thank-you-psf-2

diff --git a/blog/draft/io-improvements.rst b/blog/draft/io-improvements.rst
--- a/blog/draft/io-improvements.rst
+++ b/blog/draft/io-improvements.rst
@@ -32,7 +32,7 @@
 deviation comes mostly from the warmup at the beginning, true figures
 are smaller):
 
-+----------------+----- 
------------+-------------------------+--------------------+
++----------------+------------------+-------------------------+--------------------+
 | benchmark      | CPython          | PyPy 2.4                | PyPy non-zero  
    |
 
+----------------+------------------+-------------------------+--------------------+
 | fibonacci      | 4.8+-0.15 (1.0x) | 0.59+-0.07 (8.1x)       | 0.45+-0.07 
(10.6x) |
diff --git a/blog/draft/thank-you-psf-2.rst b/blog/draft/thank-you-psf-2.rst
new file mode 100644
--- /dev/null
+++ b/blog/draft/thank-you-psf-2.rst
@@ -0,0 +1,34 @@
+September donations and thank you to the Python Software Foundation!
+====================================================================
+
+Hello everyone!
+
+We would like to show you a short update on the PyPy funding.
+We gathered a total of $15,986 in the month of September and as per
+`earlier agreement`_, the Python Software Foundation donated $10,000
+to PyPy. We would like to thank everyone participating and the PSF in
+particular for supporting the PyPy project and making our work possible!
+
+We've been working hard on the goals outlined in the funding proposals.
+
+* `PyPy Python 3`_ support has been in beta for a while and it's already
+  being used by many people, as seen per the number of reported bugs.
+  We're currently supporting 3.2, planning on moving towards 3.4 in the
+  future.
+
+* Software Transactional Memory has been a successful research project,
+  with `first real world`_ results shown during the Warsaw sprint.
+
+* More detailed update on numpy will be published soon. A little spoiler is
+  that we're planning on addressing matplotlib, scipy and the larger ecosystem
+  to some extent. Stay tuned!
+
+Again, thanks to everyone who donated and happy Thanksgiving to everyone
+on that side of the world!
+
+Cheers,
+fijal
+
+.. _`earlier agreement`: 
http://morepypy.blogspot.com/2014/09/python-software-foundation-matching.html
+.. _`first real world`: 
http://morepypy.blogspot.com/2014/11/tornado-without-gil-on-pypy-stm.html
+.. _`PyPy Python 3`:  
http://morepypy.blogspot.com/2014/10/pypy3-240-released.html
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to