Show More
@@ -1,3 +1,22 b'' | |||||
|
1 | 2007-05-24 Ville Vainio <vivainio@gmail.com> | |||
|
2 | ||||
|
3 | * Grand magic cleansing (changeset [2380]): | |||
|
4 | ||||
|
5 | * Introduce ipy_legacy.py where the following magics were | |||
|
6 | moved: | |||
|
7 | ||||
|
8 | pdef pdoc psource pfile rehash dhist Quit p r automagic autocall | |||
|
9 | ||||
|
10 | If you need them, either use default profile or "import ipy_legacy" | |||
|
11 | in your ipy_user_conf.py | |||
|
12 | ||||
|
13 | * Move sh and scipy profile to Extensions from UserConfig. this implies | |||
|
14 | you should not edit them, but you don't need to run %upgrade when | |||
|
15 | upgrading IPython anymore. | |||
|
16 | ||||
|
17 | * %hist/%history now operates in "raw" mode by default. To get the old | |||
|
18 | behaviour, run '%hist -n' (native mode). | |||
|
19 | ||||
1 | 2007-05-23 Ville Vainio <vivainio@gmail.com> |
|
20 | 2007-05-23 Ville Vainio <vivainio@gmail.com> | |
2 |
|
21 | |||
3 | * macro.py: %store uses __getstate__ properly |
|
22 | * macro.py: %store uses __getstate__ properly |
General Comments 0
You need to be logged in to leave comments.
Login now