@@ -62,6 +62,45 @@ project <citing>`.
6262IPython supports Python 2.6 to 2.7 and 3.2 or newer. Our older 0.10 series
6363supports Python 2.5, and can be used with Python 2.4.
6464
65+ Announcements
66+ =============
67+
68+ - **Book**: Cyrille Rossant has published the first IPython-focused book:
69+ `Learning IPython for Interactive Computing and Data Visualization
70+ <http://www.packtpub.com/learning-ipython-for-interactive-computing-and-data-visualization/book>`_,
71+ for which `Matthias Bussonnier <https://github.com/Carreau>`_ was a technical
72+ reviewer. We thank Packt Publishing for donating a portion of the proceeds
73+ from this book to support IPython's development.
74+
75+ - **FSF Award**: Fernando Perez was awarded the `2012 Award for the Advancement
76+ of Free Software
77+ <http://www.fsf.org/news/2012-free-software-award-winners-announced-2>`__ for
78+ the creation of IPython and his work in the Scientific Python community.
79+ `More
80+ details <http://vcresearch.berkeley.edu/news/wresting-new-tricks-python-fernando-perez-wins-2012-award-advancement-free-software>`_.
81+
82+ - **IPython tutorial at PyCon 2013**: Fernando Perez, Brian Granger and Min
83+ Ragan-Kelley presented `in-depth tutorial about IPython
84+ <http://pyvideo.org/video/1652/ipython-in-depth-high-productivity-interactive-a-0>`_.
85+ It covers IPython's architecture and hands-on examples on customization,
86+ embedding, effective uses of the various applications, the architecture of
87+ the web notebook and how to use IPython for parallel and distributed
88+ computing.
89+
90+ - **Roadmap to 1.0 and beyond**: IPython 1.0 is coming mid-July 2013. See the
91+ grant_ which is funding the bulk of the work, as well as our roadmap_ for
92+ achieving the grant's objectives.
93+ `Read on for more details <roadmap-announcement.html>`_.
94+
95+ - **Sloan Foundation grant**: IPython has been awarded a $1.15 million grant
96+ from the `Alfred P. Sloan Foundation`_. This will
97+ support several core developers, allowing them to focus on building the
98+ IPython Notebook into a tool for open, collaborative, reproducible scientific
99+ computing. We'll also be bringing developers together for two sprints each
100+ year in California. `See more details. <sloan-grant.html>`_
101+
102+ `More news... <news.html>`_
103+
65104.. raw:: html
66105
67106 <h1>John Hunter (1968-2012)</h1>
@@ -91,44 +130,6 @@ supports Python 2.5, and can be used with Python 2.4.
91130 </tbody>
92131 </table>
93132
94- Announcements
95- =============
96-
97- - **Roadmap to 1.0 and beyond**: IPython 1.0 is coming mid-July 2013. See the
98- grant_ which is funding the bulk of the work, as well as our roadmap_ for
99- achieving the grant's objectives.
100- `Read on for more details <roadmap-announcement.html>`_.
101-
102- - **Sloan Foundation grant**: IPython has been awarded a $1.15 million grant
103- from the `Alfred P. Sloan Foundation`_. This will
104- support several core developers, allowing them to focus on building the
105- IPython Notebook into a tool for open, collaborative, reproducible scientific
106- computing. We'll also be bringing developers together for two sprints each
107- year in California. `See more details. <sloan-grant.html>`_
108-
109- - **IPython 0.13.1**: minor bugfix release for 0.13, on October 20, 2012.
110- This release includes 41 Pull Requests and closing 21 Issues backported from 0.14-dev,
111- including significant fixes for ipcluster and Python 3.3 compatibility
112- (`details <http://ipython.org/ipython-doc/rel-0.13/whatsnew/version0.13.html>`_).
113-
114- - **IPython 0.13**: a major new release, made on June 30, 2012. This release,
115- closed 1115 issues Github and comes with major improvements to the notebook
116- and parallel computing APIs, a new cell magic system, unified interactive and
117- parallel kernels, and `much, much more
118- <http://ipython.org/ipython-doc/rel-0.13/whatsnew/version0.13.html>`_.
119-
120- - **IPython 0.12.1**: A bugfix-only release, that fixes over 70 issues, has
121- been released on April 21, 2012. All users of IPython 0.12 are encouraged to
122- upgrade to this version.
123-
124- - **IPython tutorial at PyCon 2012**: Fernando Perez, Brian Granger and Min
125- Ragan-Kelley will present an `in-depth tutorial about IPython
126- <https://us.pycon.org/2012/schedule/presentation/121/>`_. Join us for a tour
127- of IPython's architecture and hands-on examples on customization, embedding,
128- effective uses of the various applications, the architecture of the web
129- notebook and how to use IPython for parallel and distributed computing.
130-
131- `More news... <news.html>`_
132133
133134.. _citing:
134135
@@ -150,7 +151,7 @@ Support
150151We gratefully acknowledge the support we've received over the years from the
151152following sources:
152153
153- - In December 2011 , IPython was awarded a `$1.15 million grant
154+ - In December 2012 , IPython was awarded a `$1.15 million grant
154155 <sloan-grant.html>`_ from the `Alfred P. Sloan Foundation`_ that will fund
155156 the core team for the 2012-2013 period.
156157
0 commit comments