[IPython-dev] Let's get 0.13 released...
Brian Granger
ellisonbg at gmail.com
Thu Jun 14 20:05:35 EDT 2012
On Mon, Jun 11, 2012 at 3:18 PM, MinRK <benjaminrk at gmail.com> wrote:
>
>
> On Mon, Jun 11, 2012 at 3:02 PM, Julian Taylor
> <jtaylor.debian at googlemail.com> wrote:
>>
>> > > Does the notebook still need development snapshots of jquery & co
>> > or
>> > > will it work with official releases (debian has 1.7.2, -ui
>> > 1.8.20)?
>> >
>> > Honestly I'm not sure, others (Brian, Min, Matthias) might know
>> > better
>> > the answer to that...
>> >
>> >
>> > jquery is fine (we are shipping 1.7.1, so 1.7.2 should be no problem),
>> > but I think we do need dev jquery-ui.
>>
>> what features of the dev version are required?
>
>
> Menus, to be introduced in jQuery
> 1.9: http://wiki.jqueryui.com/w/page/12137997/Menu
It is worse than this. At the last minute jQuery devs removed the
menubar from the master (1.9) branch. They distinguish between a menu
and menubar, but we need both. The menubar work was moved into this
branch:
https://github.com/jquery/jquery-ui/tree/menubar
The current version of jquery ui that we include in base on this (I
don't know which commit though - it was right after the branch was
created).
>
>>
>> wasn't there supposed to be some file that should give that information?
>> IPython/frontend/html/notebook/static/unminified/README does not mention
>> a dev release.
>
>
> Yes, it should mention it.
>
>>
>> the commit log gives no clue and the obfuscated file itself just
>> contains @VERSION, not very helpful.
>
>
> It certainly is not, is it? It's probably 1.9 milestone 5. We need Brian
> to make a note of that, and possibly consider updating to 1.9m8.
We are in a horrible position right now. We can't live without the
menubar implementation, but this means we are tracking a very-dev
branch. We could update the the latest of that, but that is risky. I
would probably prefer to just keep the version we are using as we know
it works. Once 1.9 is released, I think the plan is the merge the
menubar branch back in. Then we will be in the clear. 1.9 was
supposed to come out "within a few months" of last summer. In the
meantime, we can all flog me for not tracking which commit of that
branch we are actually using...
Brian
>>
>>
>> > pagedown now includes a tiny patch:
>>
>> pagedown is not obfuscated so its is fine.
>> I only have issues with the binary blobs you have in your source.
>>
>>
>> _______________________________________________
>> IPython-dev mailing list
>> IPython-dev at scipy.org
>> http://mail.scipy.org/mailman/listinfo/ipython-dev
>>
>
>
> _______________________________________________
> IPython-dev mailing list
> IPython-dev at scipy.org
> http://mail.scipy.org/mailman/listinfo/ipython-dev
>
--
Brian E. Granger
Cal Poly State University, San Luis Obispo
bgranger at calpoly.edu and ellisonbg at gmail.com
More information about the IPython-dev
mailing list