[IPython-dev] Preparing for 0.8.2 release

Hans Meine hans_meine at gmx.net
Sat Sep 15 08:48:44 EDT 2007


On Dienstag 28 August 2007, Fernando Perez wrote:
> On 8/28/07, Ville M. Vainio <vivainio at gmail.com> wrote:
> > I guess this could be opportune time to start preparing for 0.8.2;
> > there are no serious bugs that I know of.
> >
> > Is all the doctest stuff in shape for the release? Does anyone have
> > anything that should go in?
>
> No, I'll probably get to it this weekend, so let's shoot for sometime
> next week for release.

Maybe it's a good thing that the release was postponed: I wonder if we can 
improve/fix the multiline input in 0.8.2.

Why is it not possible to paste sth. like the following into ipython with 
activated autoindent?

def faceStats(face):
	fl = face.label()
	return "N=%d, \\mu=%.2g, \\sigma=%.2g" % (
		wsm.faceMeans.pixelCount(fl),
		wsm.faceMeans.average(fl),
		math.sqrt(wsm.faceMeans.variance(fl, True)))

Then again, I just tested with older versions back to 0.6.15, and it never 
worked.  So it's no regression and does not need to be fixed in 0.8.2 either.

-- 
Ciao, /  /                                                    .o.
     /--/                                                     ..o
    /  / ANS                                                  ooo
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part.
URL: <http://mail.python.org/pipermail/ipython-dev/attachments/20070915/4803b079/attachment.sig>


More information about the IPython-dev mailing list