[sage-devel] Re: Best way to package code written in SAGE

2008-11-17 Thread David Møller Hansen
I agree John. It could be really cool and intuitive if the pairing also was accessible from the curve group E(F) with the whole torsion of m in it. In this way points P,Q would intuitively be expected to come from E (F). Wow.. Magma have a lot of pairings implemented.. Think I got my answer, t

[sage-devel] Re: Log scale in plot

2008-11-17 Thread Alex Clemesha
On Sun, Nov 16, 2008 at 11:01 PM, William Stein <[EMAIL PROTECTED]> wrote: > > On Sun, Nov 16, 2008 at 9:39 PM, Alex Clemesha <[EMAIL PROTECTED]> wrote: >> >> On Sun, Nov 16, 2008 at 10:03 AM, mhampton <[EMAIL PROTECTED]> wrote: >>> >>> I think this sounds great, I give a hearty +1. >>> >>> I've g

[sage-devel] Re: hg churn

2008-11-17 Thread Jason Grout
John H Palmieri wrote: > In the other repositories: > GeorgSWeberYouKnowWhatGooglemailYouKnowTheRest 2 > Georg, that's the most interesting obfuscation I've seen in a long time! :) Jason --~--~-~--~~~---~--~~ To post to this group, send email to sage-dev

[sage-devel] Re: Log scale in plot

2008-11-17 Thread Jason Grout
William Stein wrote: > > Is there any code in matplotlib for actually drawing x and y axis? > I mean, since you're saying their code is way better than yours > for doing that, maybe you can confirm they actually have code > for doing that? :-) > I emailed the matplotlib list. My message and the

[sage-devel] Re: hg churn

2008-11-17 Thread John H Palmieri
In the other repositories: $ cd $SAGE_ROOT/local/bin $ hg churn [EMAIL PROTECTED]8330 ** [EMAIL PROTECTED] 2791 *** [EMAIL PROTECTED] 2266 [EMAIL PROTECTED]

[sage-devel] Re: hg churn

2008-11-17 Thread Jason Grout
William Stein wrote: > Hi Sage-Devel, > > If you enable the hgext.churn extension as below, then do hg churn, you can > see how many lines of code each person changed. See below. > This is really cool. As pointed out in this thread: http://groups.google.com/group/sage-devel/browse_thread/th

[sage-devel] Re: The Sage .spkg extension

2008-11-17 Thread Dan Drake
On Wed, 12 Nov 2008 at 08:23AM -0800, Tim Abbott wrote: > If someone wants to write bash completion rules for .spkg files, I'd > be happy to include them in the Debian package for Sage. One thing to note is that bash completion works with commands, not extensions, so for example we'd need to add t

[sage-devel] Re: debugging sage in Eric4

2008-11-17 Thread William Stein
On Mon, Nov 17, 2008 at 2:40 PM, mhampton <[EMAIL PROTECTED]> wrote: > > This is probably a really bad idea for most sage files, but for > polyhedra.py I sometimes use the attach function to attach a different > version. Then you can edit the attached version and it gets updated > automatically.

[sage-devel] hg churn

2008-11-17 Thread William Stein
Hi Sage-Devel, If you enable the hgext.churn extension as below, then do hg churn, you can see how many lines of code each person changed. See below. bsd:sage was$ more ~/.hgrc [extensions] hgext.churn= [ui] username = William Stein <[EMAIL PROTECTED]> bsd:sage was$ hg help churn hg churn [-

[sage-devel] Re: debugging sage in Eric4

2008-11-17 Thread mhampton
This is probably a really bad idea for most sage files, but for polyhedra.py I sometimes use the attach function to attach a different version. Then you can edit the attached version and it gets updated automatically. This works OK for polyhedra.py because its pretty new code and not much else d

[sage-devel] Re: WTF? - devel/sage/sage/rings/number_field/todo.py

2008-11-17 Thread William Stein
On Mon, Nov 17, 2008 at 11:15 AM, mabshoff <[EMAIL PROTECTED]> wrote: > > I just found the following file mentioned in the subject with the > following content: > > > """ > [x] The following should get implemented: > > [x] Better support for relative extensions. > > [ ] Much faster basic arithmeti

[sage-devel] WTF? - devel/sage/sage/rings/number_field/todo.py

2008-11-17 Thread mabshoff
I just found the following file mentioned in the subject with the following content: """ [x] The following should get implemented: [x] Better support for relative extensions. [ ] Much faster basic arithmetic based on FLINT. [x] Orders [ ] Finish relative ideals. [ ] Fix cyclotomic conversio

[sage-devel] Re: debugging sage in Eric4

2008-11-17 Thread Craig Citro
> It does work, in the sense that running test.py from eric4 IDE works, > and that breakpoints in test.py also work. However breakpoints > $SAGE_ROOT/devel/sage/sage/geometry/polyhedra.py do not cause any > break. > > Is there any trick ? It's probably something stupid as it is the first > time I

[sage-devel] Re: sagenb.org and iphone

2008-11-17 Thread David Joyner
That link seems to hang on the blackberry 8820. On 11/17/08, William Stein <[EMAIL PROTECTED]> wrote: > > Hi, > > I fixed the sagenb.org notebook so it should now work with iphones. If you > have > one and can try it out at sagenb.org, let me know if it works for you. > It's been broken > for

[sage-devel] Sage 3.2.rc1 on FreeBSD 7

2008-11-17 Thread mabshoff
Hello folks, it can be done with about half a dozen compile fixes: [sage@ ~/sage-3.2.rc1]$ uname -a FreeBSD 7.0-RELEASE FreeBSD 7.0-RELEASE #0: Sun Feb 24 19:59:52 UTC 2008 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC i386 [sage@ ~/sage-3.2.rc1]$ ./sage --

[sage-devel] Re: sagenb.org and iphone

2008-11-17 Thread David Joyner
That link seems to hang using the blackberry 8820. On 11/17/08, William Stein <[EMAIL PROTECTED]> wrote: > > Hi, > > I fixed the sagenb.org notebook so it should now work with iphones. If you > have > one and can try it out at sagenb.org, let me know if it works for you. > It's been broken > f

[sage-devel] debugging sage in Eric4

2008-11-17 Thread Sébastien Barthélemy
-- Sébastien Barthélemy Hello, I'm trying to use sage for exact computation on polyhedron, and so I'm interested in what happens in the file $SAGE_ROOT/devel/sage/sage/geometry/polyhedra.py. I would like to put breakpoints into this file. I'm trying to do it with the eric4 IDE [1] (version 4.1.

[sage-devel] Re: Log scale in plot

2008-11-17 Thread Ronan Paixão
Em Dom, 2008-11-16 às 19:53 -0800, William Stein escreveu: > On Sun, Nov 16, 2008 at 7:06 PM, Mike Hansen <[EMAIL PROTECTED]> wrote: > > > >> Most other math packages out there (or at least Mma and Matlab) use > >> frames instead of just axes. What I would recommend instead of using > >> axes is t

[sage-devel] sagenb.org and iphone

2008-11-17 Thread William Stein
Hi, I fixed the sagenb.org notebook so it should now work with iphones. If you have one and can try it out at sagenb.org, let me know if it works for you. It's been broken for months for a stupid reason, and nobody complained, so probably there are no iphone sagenb.org users -- perhaps this ema

[sage-devel] wiki.yobi.be

2008-11-17 Thread Martin Albrecht
Hi there, I just came across this Wiki: http://wiki.yobi.be/wiki/SAGE_%26_cryptology and noticed the author(s) read [sage-devel]. It seems someone is putting some effort into (highlevel) crypto support for Sage and Python in general. I am a bit overwhelmed by the content, but got one quest

[sage-devel] Re: Log scale in plot

2008-11-17 Thread Konrad Meyer
2008/11/16 William Stein <[EMAIL PROTECTED]>: > > On Sun, Nov 16, 2008 at 11:13 PM, Tim Lahey <[EMAIL PROTECTED]> wrote: >> >> On Nov 17, 2008, at 2:01 AM, William Stein wrote: >> >>> >>> Is there any code in matplotlib for actually drawing x and y axis? >>> I mean, since you're saying their