##// END OF EJS Templates
Generate package list automatically in find_packages...
Generate package list automatically in find_packages Previously, the package list was manually specified, which meant that it became out of date any time a package was added, and IPython would become uninstallable. This would not be noticed for some time by developers, who always use `setupegg.py --develop` or symlinks. This update immediately revealed that IPython.zmq.tests and IPython.extensions.tests were never included in 0.11. Other than that, there is no difference in the package list.

File last commit:

r2275:d8b3ced1
r4466:1eea56b4
Show More
version0.8.txt
34 lines | 912 B | text/plain | TextLexer
========================================
0.8 series
========================================
Release 0.8.4
=============
This was a quick release to fix an unfortunate bug that slipped into the 0.8.3
release. The ``--twisted`` option was disabled, as it turned out to be broken
across several platforms.
Release 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.
Release 0.8.2
=============
* %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.
Older releases
==============
Changes in earlier releases of IPython are described in the older file
``ChangeLog``. Please refer to this document for details.