ANN: IPython 0.8.2 released!

V

Ville Vainio

Hi all,

The IPython team is happy to release version 0.8.2, with lots of new
enhancements (especially for system shell use - it has never been a
better time
for switching to "pysh" or "ipython -p sh" as your system shell of
choice),
as well as many bug fixes.

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.

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/WhatsNew082

for notable new features in this release.


Enjoy, and as usual please report any problems.


The IPython team.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

ANN: IPython 0.8.3 is out 0
IPython 0.7.3 is out 0
[ANN] IPython 0.8.0 is out 1
IPython 0.7.2 is out. 0
[ANN] IPython 0.6.14. 0
[ANN] IPython 0.7.1 is out. 1
[ANN] IPython 0.7.0 0
[ANN] IPython 0.6.12 is out. 0

Members online

No members online now.

Forum statistics

Threads
473,770
Messages
2,569,584
Members
45,075
Latest member
MakersCBDBloodSupport

Latest Threads

Top