##// END OF EJS Templates
Backport PR #12261: Do not exit if self.interact is True
Backport PR #12261: Do not exit if self.interact is True

File last commit:

r25646:937ada35
r25666:68a63a05
Show More
development.rst
53 lines | 1.5 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
some more update to wn and migrate to the right file
r25263 Released .... ...., 2019
Matthias Bussonnier
Prototype async REPL using IPython, take III...
r24463
Need to be updated:
.. toctree::
:maxdepth: 2
Matthias Bussonnier
Start to updates the what's new / changelog....
r24535 :glob:
Matthias Bussonnier
Prototype async REPL using IPython, take III...
r24463
pr/*
Matthias Bussonnier
back to development
r23561 .. DO NOT EDIT THIS LINE BEFORE RELEASE. FEATURE INSERTION POINT.
Matthias Bussonnier
Backport PR #12253: prepare release notes for 7.14
r25646 As a reminder, IPython master has diverged from the 7.x branch, thus master may
have more feature and API changes.
Important changes:
- Fix compatibility with Sphinx 3+ :ghpull:`12235`
- Remove deprecated matplotlib parameter usage, compatibility with matplotlib
3.3+ :`122250`
Misc Changes
- set ``.py`` extension when editing current buffer in vi/emacs. :ghpull:`12167`
- support for unicode identifiers in ``?``/``??`` :ghpull:`12208`
- add extra options to the ``Video`` Rich objects :ghpull:`12212`
- add pretty-printing to SimpleNamespace :ghpull:`12230`
New Deprecation Warnings.
- Many object present in ``IPython.core.display`` should be imported from
``IPython.display`` by user and external libraries. Trying to import those
from ``IPython.core.display`` will trigger a deprecation warning in IPython
7.14+ and _may_ raise an error in IPython 8+
Matthias Bussonnier
back to development
r23561
Backwards incompatible changes
------------------------------
Matthias Bussonnier
some more update to wn and migrate to the right file
r25263 .. DO NOT EDIT THIS LINE BEFORE RELEASE. INCOMPAT INSERTION POINT.