Here are the release notes for the various versions of IPython1.

IPython's New Design

IPython is currently being redesigned from the ground up. This effort is being called IPython1. The goals of this effort are:

  1. Clean up the existing codebase and write lots of tests.
  2. Separate the core functionality of IPython from the terminal to enable IPython to be used from within a variety of GUI applications.
  3. Implement a system for interactive parallel computing.

Design Overview

IPython1 consists of four major components:

Documentation

Talks and Presentations

We have given a number of talks about the interactive parallel capabilities of IPython1. These talks can be found on this page.

Installation

IPython1 is developed as a separate project from the regular IPython. IPython1 development has been moved to Launchpad. Check out the development branch of IPython1 using Bazaar:

bzr branch lp:///~ipython/ipython/ipython1-dev

Alternatively, we have nightly tarballs of this branch available here. See the INSTALL file in this distribution for details on installing IPython1. If you try this out, we would love feedback.

IPython1 (last edited 2008-03-23 19:15:10 by FernandoPerez)