Show More
@@ -97,6 +97,10 b' Major Bugs fixed' | |||
|
97 | 97 | * IPython no longer crashes when started on recent versions of Python 3 in |
|
98 | 98 | Windows (:ghissue:`737`). |
|
99 | 99 | |
|
100 | * Instances of classes defined interactively can now be pickled (:ghissue:`29`; | |
|
101 | :ghpull:`648`). Note that pickling saves a reference to the class definition, | |
|
102 | so unpickling the instances will only work where the class has been defined. | |
|
103 | ||
|
100 | 104 | .. * use bullet list |
|
101 | 105 | |
|
102 | 106 | Backwards incompatible changes |
@@ -132,4 +136,10 b' Backwards incompatible changes' | |||
|
132 | 136 | The full path will still work, and is necessary for using custom launchers not in |
|
133 | 137 | IPython's launcher module. |
|
134 | 138 | |
|
139 | * For embedding a shell, note that the parameter ``user_global_ns`` has been | |
|
140 | replaced by ``user_module``, and expects a module-like object, rather than | |
|
141 | a namespace dict. The ``user_ns`` parameter works the same way as before, and | |
|
142 | calling :func:`~IPython.frontend.terminal.embed.embed` with no arguments still | |
|
143 | works the same way. | |
|
144 | ||
|
135 | 145 | .. * use bullet list |
General Comments 0
You need to be logged in to leave comments.
Login now