##// 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
Brian Granger
Cleanup of docs....
r2275 ================================================
Development version
================================================
Thomas Kluyver
Update What's new documentation to reflect some of the work that's gone into 0.11.
r3816 The changes listed here are a brief summary of the substantial work on IPython
MinRK
move 0.11 whatsnew into version0.11
r4166 since the 0.11.x release series. For more details, please consult the actual
Thomas Kluyver
Update What's new documentation to reflect some of the work that's gone into 0.11.
r3816 source.
Brian Granger
Cleanup of docs....
r2275 Main `ipython` branch
=====================
Thomas Kluyver
Describe the IPython situation in What's New docs.
r4147
Brian Granger
Cleanup of docs....
r2275 New features
------------
Thomas Kluyver
Start writing 'What's new' docs for recent changes.
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
move 0.11 whatsnew into version0.11
r4166 .. * use bullet list
Brian Granger
Cleanup of docs....
r2275
Backwards incompatible changes
------------------------------
MinRK
move 0.11 whatsnew into version0.11
r4166 .. * use bullet list