~ipython-contrib/+junk/ipython-zmq

« back to all changes in this revision

Viewing changes to doc/api_changes.txt

  • Committer: ville
  • Date: 2008-02-16 09:50:47 UTC
  • mto: (0.12.1 ipython_main)
  • mto: This revision was merged to the branch mainline in revision 990.
  • Revision ID: ville@ville-pc-20080216095047-500x6dluki1iz40o
initialization (no svn history)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
=============
 
2
 API Changes
 
3
=============
 
4
 
 
5
.. contents::
 
6
..
 
7
    1  Purpose
 
8
    2  Version 0.8.2
 
9
 
 
10
 
 
11
Purpose
 
12
=======
 
13
 
 
14
This file documents backwards-incompatible changes to the IPython API,
 
15
including user-visible changes of commands, magics, etc.
 
16
 
 
17
It should be filled in reverse chronological order, with one section for each
 
18
release (which means changes since the previous release).
 
19
 
 
20
 
 
21
Version 0.8.2
 
22
=============
 
23
 
 
24
Changes made since version 0.8.1 was released:
 
25
 
 
26
* %pushd/%popd behave differently; now "pushd /foo" pushes CURRENT directory 
 
27
  and jumps to /foo. The current behaviour is closer to the documented 
 
28
  behaviour, and should not trip anyone.
 
29
  
 
30
Version 0.8.3
 
31
=============
 
32
  
 
33
* pydb is now disabled by default (due to %run -d problems). You can enable
 
34
it by passing -pydb command line argument to IPython. Note that setting
 
35
it in config file won't work.
 
 
b'\\ No newline at end of file'