development.txt
33 lines
| 962 B
| text/plain
|
TextLexer
Brian Granger
|
r2275 | ================================================ | ||
Development version | ||||
================================================ | ||||
Thomas Kluyver
|
r3816 | The changes listed here are a brief summary of the substantial work on IPython | ||
MinRK
|
r4166 | since the 0.11.x release series. For more details, please consult the actual | ||
Thomas Kluyver
|
r3816 | source. | ||
Brian Granger
|
r2275 | Main `ipython` branch | ||
===================== | ||||
Thomas Kluyver
|
r4147 | |||
Brian Granger
|
r2275 | New features | ||
------------ | ||||
Thomas Kluyver
|
r4815 | .. Expand on this: | ||
* **HTML Notebook**: A powerful new interface puts IPython in your browser. You | ||||
can start it with the command ``ipython notebook``. See :ref:`the Notebook | ||||
docs <htmlnotebook>` for technical details. | ||||
* **Python 3 compatibility**: IPython can now be installed from a single | ||||
codebase on Python 2 and Python 3. The installation process for Python 3 | ||||
automatically runs 2to3. | ||||
* **PyPy support**: The terminal interface to IPython now runs under | ||||
`PyPy <http://pypy.org/>`_. | ||||
MinRK
|
r4166 | .. * use bullet list | ||
Brian Granger
|
r2275 | |||
Backwards incompatible changes | ||||
------------------------------ | ||||
MinRK
|
r4166 | .. * use bullet list | ||