Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #24697 > unrolled thread

[ANN] IPython 0.13 is officially out!

Started byFernando Perez <fperez.net@gmail.com>
First post2012-06-30 17:55 +0000
Last post2012-07-01 19:28 -0700
Articles 5 — 5 participants

Back to article view | Back to comp.lang.python


Contents

  [ANN] IPython 0.13 is officially out! Fernando Perez <fperez.net@gmail.com> - 2012-06-30 17:55 +0000
    Re: [ANN] IPython 0.13 is officially out! Leo <sdl.web@gmail.com> - 2012-07-01 19:56 +0800
      Re: [ANN] IPython 0.13 is officially out! Virgil Stokes <vs@it.uu.se> - 2012-07-01 16:20 +0200
        Re: [ANN] IPython 0.13 is officially out! Dave Cook <davecook@nowhere.net> - 2012-07-01 16:03 +0000
          Re: IPython 0.13 is officially out! rusi <rustompmody@gmail.com> - 2012-07-01 19:28 -0700

#24697 — [ANN] IPython 0.13 is officially out!

FromFernando Perez <fperez.net@gmail.com>
Date2012-06-30 17:55 +0000
Subject[ANN] IPython 0.13 is officially out!
Message-ID<mailman.1657.1341078956.4697.python-list@python.org>
Hi all,

on behalf of the IPython development team, and just in time for the
imminent Debian freeze and SciPy 2012, I'm thrilled to announce, after
an intense 6 months of work, the official release of IPython 0.13.

This version contains several major new features, as well as a large
amount of bug and regression fixes. The previous version (0.12) was
released on December 19 2011, so in this development cycle we had:

- ~6 months of work.
- 373 pull requests merged.
- 742 issues closed (non-pull requests).
- contributions from 62 authors.
- 1760 commits.
- a diff of 114226 lines.

This means that we closed a total of 1115 issues over 6 months, for a
rate of almost 200 issues closed and 300 commits per month. We are very 
grateful to all of you who have contributed so enthusiastically to the 
project and have had the patience of pushing your contributions through 
our often lengthy review process.

We've also welcomed several new members to the core IPython
development group: Jörgen Stenarson (@jstenar - this really was an
omission as Jörgen has been our Windows expert for a long time) and
Matthias Bussonier (@Carreau), who has been very active on all fronts
of the project.


*Highlights*

There is too much new work to write up here, so we refer you to our" 
What's New" document
(http://ipython.org/ipython-doc/rel-0.13/whatsnew/version0.13.html)
for the full details. But the main highlights of this release are:

* Brand new UI for the notebook, with major usability improvements
(real menus, toolbar, and much more)

* Manage all your parallel cluster configurations from the notebook
with push-button simplicity (cluster start/stop with one button).

* Cell magics: commands prefixed with %% apply to an entire cell. We
ship with many cell magics by default, including timing, profiling,
running cells under bash, Perl and Ruby as well as magics to interface
seamlessly with Cython, R and Octave.

* The IPython.parallel tools have received many fixes, optimizations,
and a number of API improvements to make writing, profiling and
debugging parallel codes with IPython much easier.

* We have unified our interactive kernels (the basic ipython object
you know and love) with the engines running in parallel, so that you
can now use all IPython special tricks in parallel too. And you can
connect a console or qtconsole to any parallel engine for direct,
interactive execution, plotting and debugging in a cluster.


*Downloads*

Downloads can be found on:

- Github: http://github.com/ipython/ipython/downloads
- PyPI: http://pypi.python.org/pypi/ipython

More download/install details: http://ipython.org/download.html.

Please see our release notes for the full details on everything about
this release:
http://ipython.org/ipython-doc/rel-0.13/whatsnew/version0.13.html

As usual, if you find any other problem, please file a ticket --or
even better, a pull request fixing it-- on our github issues site
(https://github.com/ipython/ipython/issues).

Many thanks to all who contributed!

Fernando, on behalf of the IPython development team.

http://ipython.org

[toc] | [next] | [standalone]


#24740

FromLeo <sdl.web@gmail.com>
Date2012-07-01 19:56 +0800
Message-ID<m1r4sv4rvn.fsf@gmail.com>
In reply to#24697
On 2012-07-01 01:55 +0800, Fernando Perez wrote:
> - ~6 months of work.
> - 373 pull requests merged.
> - 742 issues closed (non-pull requests).
> - contributions from 62 authors.
> - 1760 commits.
> - a diff of 114226 lines.

Thank you for the hard work.

Leo

[toc] | [prev] | [next] | [standalone]


#24742

FromVirgil Stokes <vs@it.uu.se>
Date2012-07-01 16:20 +0200
Message-ID<mailman.1683.1341153950.4697.python-list@python.org>
In reply to#24740
On 01-Jul-2012 13:56, Leo wrote:
> On 2012-07-01 01:55 +0800, Fernando Perez wrote:
>> - ~6 months of work.
>> - 373 pull requests merged.
>> - 742 issues closed (non-pull requests).
>> - contributions from 62 authors.
>> - 1760 commits.
>> - a diff of 114226 lines.
> Thank you for the hard work.
>
> Leo
I have tried to update 0.12 in Ubuntu 12.04 but as of now it can not find 0.13. 
Any suggestions on how to get it into Ubuntu 12.04 would be appreciated.

[toc] | [prev] | [next] | [standalone]


#24744

FromDave Cook <davecook@nowhere.net>
Date2012-07-01 16:03 +0000
Message-ID<4ff074cb$0$45195$c3e8da3$b280bf18@news.astraweb.com>
In reply to#24742
On 2012-07-01, Virgil Stokes <vs@it.uu.se> wrote:
> I have tried to update 0.12 in Ubuntu 12.04 but as of now it can not find 0.13. 
> Any suggestions on how to get it into Ubuntu 12.04 would be appreciated.

Install pip and use it to upgrade ipython:

sudo apt-get install python-pip
sudo pip install --upgrade ipython

Dave Cook

[toc] | [prev] | [next] | [standalone]


#24761 — Re: IPython 0.13 is officially out!

Fromrusi <rustompmody@gmail.com>
Date2012-07-01 19:28 -0700
SubjectRe: IPython 0.13 is officially out!
Message-ID<3592fb87-5ebd-4f3b-8f9b-8965c4016d7a@st3g2000pbc.googlegroups.com>
In reply to#24744
On Jul 1, 9:03 pm, Dave Cook <davec...@nowhere.net> wrote:
> On 2012-07-01, Virgil Stokes <v...@it.uu.se> wrote:
>
> > I have tried to update 0.12 in Ubuntu 12.04 but as of now it can not find 0.13.
> > Any suggestions on how to get it into Ubuntu 12.04 would be appreciated.
>
> Install pip and use it to upgrade ipython:
>
> sudo apt-get install python-pip
> sudo pip install --upgrade ipython
>
> Dave Cook

Would that not cause path-problems if the earlier one were not pip-
installed??
Better to remove the earlier one first

[toc] | [prev] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web