##// END OF EJS Templates
Start writing 'What's new' docs for recent changes.
Thomas Kluyver -
Show More
@@ -1,21 +1,33
1 ================================================
1 ================================================
2 Development version
2 Development version
3 ================================================
3 ================================================
4
4
5 The changes listed here are a brief summary of the substantial work on IPython
5 The changes listed here are a brief summary of the substantial work on IPython
6 since the 0.11.x release series. For more details, please consult the actual
6 since the 0.11.x release series. For more details, please consult the actual
7 source.
7 source.
8
8
9 Main `ipython` branch
9 Main `ipython` branch
10 =====================
10 =====================
11
11
12
12
13 New features
13 New features
14 ------------
14 ------------
15
15
16 .. Expand on this:
17 * **HTML Notebook**: A powerful new interface puts IPython in your browser. You
18 can start it with the command ``ipython notebook``. See :ref:`the Notebook
19 docs <htmlnotebook>` for technical details.
20
21 * **Python 3 compatibility**: IPython can now be installed from a single
22 codebase on Python 2 and Python 3. The installation process for Python 3
23 automatically runs 2to3.
24
25 * **PyPy support**: The terminal interface to IPython now runs under
26 `PyPy <http://pypy.org/>`_.
27
16 .. * use bullet list
28 .. * use bullet list
17
29
18 Backwards incompatible changes
30 Backwards incompatible changes
19 ------------------------------
31 ------------------------------
20
32
21 .. * use bullet list
33 .. * use bullet list
General Comments 0
You need to be logged in to leave comments. Login now