473,473 Members | 1,584 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

IPython 0.7.2 is out.

Hi all,

The IPython team is happy to release version 0.7.2, with a lot of new
enhancements, 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)
- An RPM (for Python 2.4, built under Ubuntu Dapper 6.06).
- A Python Egg (http://peak.telecommunity.com/DevCenter/PythonEggs).
- A native win32 installer.

The egg is 'light', as it doesn't include documentation and other ancillary
data. If you want a full ipython installation, use the source tarball or
your distribution's favorite system.

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

As always, the full ChangeLog is at http://ipython.scipy.org/ChangeLog. The
highlights of this release follow. Also see the "What's New" page at

http://projects.scipy.org/ipython/ipython/wiki/WhatsNew

for more details on some of these features.

* Walter Doerwald's ipipe module, which provides a handy way to browse
and manipulate tabular data, e.g. groups of files or environment variables
(this is currently mostly a *nix feature, due to its need for ncurses).
Walter is now a member of the IPython team.

* The IPython project is the new home for the UNC readline extension,
which allows win32 users to access readline facilities (tab completion,
colored prompts, and more). UNC readline has been renamed PyReadline, and
has a number of important new features, especially for users of non-US
keyboards. See this page for more details:

http://projects.scipy.org/ipython/ip...Readline/Intro

* A new extension and configuration API.

* Hardened persistence. Persistence of data now uses "pickleshare", a
shelve-like module that allows concurrent access to the central ipython
database by multiple ipython instances.

* Simpler output capture: "files=!ls" will now capture the 'ls' call
into
the 'files' variable.

* New magic functions: %timeit, %upgrade, %quickref, %cpaste, %clip,
%clear. Also, a 'raw' mode has been added to %edit, %macro, %history.

* Batch files. If the file ends with .ipy, you can launch it by "ipython
myfile.ipy". It will be executed as if it had been typed interactively (it
can contain magics, aliases, etc.)

* New pexpect-based 'irunner' module, to run scripts and produce all the
prompts as if they had been typed one by one. This lets you reproduce a
complete interactive session from a file, which can be very useful when
producing documentation, for example. The module provides default runners
for ipython, plain python and SAGE (http://sage.scipy.org). Users can
subclass the base runner to produce new ones for any interactive system
whose prompts are predictable (such as gnuplot, a system shell, etc.).

* New option to log 'raw' input into IPython's logs. The logs will then
be valid .ipy batch scripts just as you typed them, instead of containing
the converted python source.

* Fixes and improvements to (X)Emacs support. PDB auto-tracking is back
(it had broken in 0.7.1, and auto-indent now works inside emacs ipython
buffers. You will need to update your copy of ipython.el, which you can
get from the doc/ directory. A copy is here, for convenience:

http://ipython.scipy.org/dist/ipython.el

* The ipapi system offers a new to_user_ns() method in the IPython
object, to inject variables from a running script directly into the user's
namespace. This lets you have internal variables from a script visible
interactively for further manipulation after %running it.

* Thanks to Will Maier, IPython is now officially part of OpenBSD ports.

* A number of threading deadlock fixes. This is of particular interest
to matplotlib users.

* Compatibility updates with current Gnuplot.py.

* We now are (finally!

* Various other small fixes and enhancements. See the full ChangeLog
for details.
Enjoy, and as usual please report any problems.
The IPython team.

Jun 7 '06 #1
0 1264

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: Yaroslav Bulatov | last post by:
> Hi, > > Equis Uno wrote: > > > I use meta-x shell to start a shell and then once I see a shell > > prompt I enter the python command and I get a well-behaved python > > shell inside of emacs....
3
by: Dave Merrill | last post by:
Hi, I'm new to python, and ipython, but not to programming, having trouble getting ipython installed on windows 2000, python 233. Any help would be much appreciated; I'm sure I'm being some basic...
1
by: Jeremy Jones | last post by:
I've written an article on IPython which is now live on O'Reilly's ONLamp site at http://www.onlamp.com/pub/a/python/2005/01/27/ipython.html. All feedback is welcome. Regardless of what you may...
1
by: Michael Tobis | last post by:
It appears that doctest does not work straightforwardly within iPython. I would like to be able to use doctest within a file conditionally, so that I can develop it within ipython and test it...
0
by: James Stroud | last post by:
Hello, I found this page: http://projects.scipy.org/ipython/ipython/wiki/CookBook#Usinggviminservermode But it does not seem to work for me. I set the editor in ipythonrc to gvim. Then I...
5
by: Lou Pecora | last post by:
I installed the SciPy superpackage and have pylab, matplotlib, scipy, and numpy apparently running well. But I want to use matplotlib/pylab interactively. The instructions suggest doing this in...
0
by: Ville Vainio | last post by:
Hi all, The IPython team is happy to release version 0.7.3, with a lot of new enhancements, as well as many bug fixes (including full Python 2.5 support). We hope you all enjoy it, and please...
1
by: Karlo Lozovina | last post by:
Based on the idea from 'Open Command Window Here' utility from MS - add a context menu item, which allows you to open IPython in selected directory. ---cut-here--- Windows Registry Editor...
0
by: Michele Simionato | last post by:
This should probably go to the IPython list, but since I am not subscribed I will try my luck here. Basically, I want to embed IPython inside a command line interpreter based on cmd.Cmd, in this...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
1
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
1
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
0
muto222
php
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.