ANN: IPython 0.8.3 is out

Ville M. Vainio vivainio at gmail.com
Thu May 29 15:28:34 EDT 2008


Hi all,

The IPython team is happy to release version 0.8.3, with lots of new
enhancements as well as many bug fixes, and updated documentation
that has been long in the coming.

We hope you all enjoy it, and please report any problems as usual.


WHAT is IPython?
----------------

1. An interactive shell superior to Python's default. IPython has many
features for object introspection, system shell access, and its own special
command system for adding functionality when working interactively.

2. An embeddable, ready to use interpreter for your own programs. IPython can
be started with a single call from inside another program, providing access to
the current namespace.

3. A flexible framework which can be used as the base environment for other
systems with Python as the underlying language.

4. A shell for interactive usage of threaded graphical toolkits. IPython has
support for interactive, non-blocking control of GTK, Qt and WX applications
via special threading flags. The normal Python shell can only do this for
Tkinter applications.


Where to get it
---------------

IPython's homepage is at:

http://ipython.scipy.org

and downloads are at:

http://ipython.scipy.org/dist

We've provided:

      - Source download (.tar.gz)
      - A Python Egg (http://peak.telecommunity.com/DevCenter/PythonEggs).
      - A native win32 installer. 
      - rpm's

Note that win32 users also need to get pyreadline, available at the same
download site (http://ipython.scipy.org/dist). You should also read of 
additional considerations at http://ipython.scipy.org/moin/IpythonOnWindows

We note that IPython is now officially part of most major Linux and BSD
distributions, so packages for this version should be coming soon, as the
respective maintainers have the time to follow their packaging procedures.
Many thanks to Jack Moffit, Norbert Tretkowski, Andrea Riciputi, Dryice Liu
and Will Maier for the packaging work, which helps users get IPython more
conveniently.

Many thanks to Enthought for their continued hosting support for IPython.


Release notes
-------------

See 

http://ipython.scipy.org/moin/WhatsNew083

for notable new features in this release.


Enjoy, and as usual please report any problems.


The IPython team.



More information about the Python-list mailing list