File: api_changes.txt

package info (click to toggle)
ipython 0.8.4-1
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 3,564 kB
  • ctags: 3,288
  • sloc: python: 22,341; lisp: 262; sh: 60; makefile: 29
file content (35 lines) | stat: -rw-r--r-- 860 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
=============
 API Changes
=============

.. contents::
..
    1  Purpose
    2  Version 0.8.2


Purpose
=======

This file documents backwards-incompatible changes to the IPython API,
including user-visible changes of commands, magics, etc.

It should be filled in reverse chronological order, with one section for each
release (which means changes since the previous release).


Version 0.8.2
=============

Changes made since version 0.8.1 was released:

* %pushd/%popd behave differently; now "pushd /foo" pushes CURRENT directory 
  and jumps to /foo. The current behaviour is closer to the documented 
  behaviour, and should not trip anyone.
  
Version 0.8.3
=============
  
* pydb is now disabled by default (due to %run -d problems). You can enable
it by passing -pydb command line argument to IPython. Note that setting
it in config file won't work.