Show More
@@ -117,6 +117,15 b' Backwards incompatible changes' | |||
|
117 | 117 | traits, rather than several ip/port pair ``_addr`` traits. This better matches the |
|
118 | 118 | rest of the code, where the ip cannot not be set separately for each channel. |
|
119 | 119 | |
|
120 | * Custom prompts are now configured using a new class, | |
|
121 | :class:`~IPython.core.prompts.PromptManager`, which has traits for :attr:`in_template`, | |
|
122 | :attr:`in2_template` (the ``...:`` continuation prompt), :attr:`out_template` | |
|
123 | and :attr:`rewrite_template`. This uses Python's string formatting system, so | |
|
124 | you can use ``{time}`` and ``{cwd}``, although we have preserved the abbreviations | |
|
125 | from previous versions, e.g. ``\#`` (prompt number) and ``\w`` (working | |
|
126 | directory). For the list of available fields, refer to the source of | |
|
127 | :file:`IPython/core/prompts.py`. | |
|
128 | ||
|
120 | 129 | * The class inheritance of the Launchers in :mod:`IPython.parallel.apps.launcher` |
|
121 | 130 | used by ipcluster has changed, so that trait names are more consistent across |
|
122 | 131 | batch systems. This may require a few renames in your config files, if you |
General Comments 0
You need to be logged in to leave comments.
Login now