##// END OF EJS Templates
add get_security_file() function to utils.path...
add get_security_file() function to utils.path This makes it easier for third party tools to retrieve security files (e.g. json connection files) by name and [optional] profile name alone, without knowledge of IPython's directory structure. For example, whenever ipkernel outputs: ` --existing kernel-12345.json --profile foo` that file can be found with: get_security_file('kernel-12345.json', profile='foo')

File last commit:

r4815:2205dbc7
r4968:2c75ec8e
Show More
development.txt
33 lines | 962 B | text/plain | TextLexer
================================================
Development version
================================================
The changes listed here are a brief summary of the substantial work on IPython
since the 0.11.x release series. For more details, please consult the actual
source.
Main `ipython` branch
=====================
New features
------------
.. 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/>`_.
.. * use bullet list
Backwards incompatible changes
------------------------------
.. * use bullet list