##// END OF EJS Templates
Merge pull request #11265 from Carreau/async-repl-aug-2018...
Merge pull request #11265 from Carreau/async-repl-aug-2018 Prototype async REPL using IPython, take III

File last commit:

r24476:3797f31c
r24534:0acd580f merge
Show More
development.rst
46 lines | 1.0 KiB | text/x-rst | RstLexer
Matthias Bussonnier
back to development
r23561 =====================
Development version
=====================
This document describes in-flight development work.
.. warning::
Please do not edit this file by hand (doing so will likely cause merge
conflicts for other Pull Requests). Instead, create a new file in the
`docs/source/whatsnew/pr` folder
Matthias Bussonnier
Prototype async REPL using IPython, take III...
r24463 Released .... ...., 2017
Need to be updated:
.. toctree::
:maxdepth: 2
:glob:
pr/*
IPython 6 feature a major improvement in the completion machinery which is now
capable of completing non-executed code. It is also the first version of IPython
to stop compatibility with Python 2, which is still supported on the bugfix only
5.x branch. Read below to have a non-exhaustive list of new features.
Make sure you have pip > 9.0 before upgrading.
You should be able to update by using:
.. code::
pip install ipython --upgrade
Matthias Bussonnier
Regen What's new
r23693
Matthias Bussonnier
doc, remove appveyor 3.4
r24475
Matthias Bussonnier
back to development
r23561 .. DO NOT EDIT THIS LINE BEFORE RELEASE. FEATURE INSERTION POINT.
Backwards incompatible changes
------------------------------
.. DO NOT EDIT THIS LINE BEFORE RELEASE. INCOMPAT INSERTION POINT.