##// END OF EJS Templates
Updated the multiengine and task interface documentation....
Updated the multiengine and task interface documentation. The multiengine interface documentation is in very good condition. The task interface documentation is in OK condition. The main problem is that the task documentation had fallen very out of date. Rather than trying to update all of it, I moved the old task documentation to a file (docs/source/parallel/parallel_task_old.txt) and started a new shorter task documentation that is fully up to date. This should get user's started with the new stuff. But, we do need to write more complete task interface docs.

File last commit:

r1261:a818e11a merge
r1678:75e7964c
Show More
api_changes.txt
34 lines | 860 B | text/plain | TextLexer
=============
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.