[sage-combinat-devel] Rebase for 4_8

2012-01-22 Thread Florent Hivert
Hi there, This time the rebase for sage-4.8 was easy so I spent a few minute doing it. sage should now work both on sage 4.7.2 and 4.8. However there is a few patches which need some attention: 1 - The following patch doesn't apply anymore because of a conflict with ticket #9786:

Re: [sage-combinat-devel] Rebase for 4_8

2012-01-22 Thread Florent Hivert
Hi Anne, Well, for me the sage-combinat queue does not work any longer with sage-4.7.2.: [...] /Applications/sage/sage -hg --config 'extensions.hgext.mq=' --config 'ui.username=sage-combinat script' qpush sage-4.7.2.patch applying sage-4.7.2.patch [...] Sage shouldn't apply

[sage-combinat-devel] Re: [sage-devel] Free groups, feedback wanted.

2012-01-22 Thread Nicolas Borie
Le dimanche 22 janvier 2012 à 11:37 -0800, mmarco a écrit : I am trying to implement free groups, finitely presented groups and braid groups in sage. So far i have writen a proof of concept for the free groups (see ticket 12339), but i don't have any experience with the category and coercion

[sage-combinat-devel] lost in simple symmetric function question

2012-01-22 Thread Mike Zabrocki
I want to use symmetric functions with an extra parameter in the coefficient ring. Can anyone tell me what I am doing wrong? sage: a = var('a') sage: M = MacdonaldPolynomialsH(QQ[a]) sage: s = SFASchur(M.base_ring()) sage: q = M.q sage: s[2,1].plethysm(s[1]/(1-q))

Re: [sage-combinat-devel] lost in simple symmetric function question

2012-01-22 Thread Martin Rubey
Mike Zabrocki zabro...@mathstat.yorku.ca writes: sage: a = var('a') sage: M = MacdonaldPolynomialsH(QQ[a]) sage: s = SFASchur(M.base_ring()) sage: q = M.q sage: s[2,1].plethysm(s[1]/(1-q)) (((-9)*q^2+9*q)/(9*q^6+(-27)*q^5+27*q^4+(-18)*q^3+27*q^2+(-27)*q+9))*s[1, 1, 1] +

[sage-devel] Re: Touch Interacts on iOS

2012-01-22 Thread Jason Grout
On 1/22/12 12:46 AM, William Stein wrote: However, the codemirror (2?) editor is bad on my 3.2 device, compared to the standard sagenb textarea. Cursor positioning, cut/paste, etc. are all very painful. Yes, it's codemirror 2. The codemirror 2 developer has made some changes recently to get

[sage-devel] Re: Touch Interacts on iOS

2012-01-22 Thread Jason Grout
On 1/22/12 1:59 AM, William Stein wrote: The standard interact with slider. You should see it in the log from an hour ago? This one? @interact def f(n=(1..9)): print n^2 It works fine for me without any extra newline at the end (so the code ends directly after the 2). Can you paste

Re: [sage-devel] FreeBSD and Sage

2012-01-22 Thread Paulo César Pereira de Andrade
2012/1/22 Stephen Montgomery-Smith step...@missouri.edu: On 01/21/2012 08:05 PM, Stephen Montgomery-Smith wrote: I am able to build sage on FreeBSD. I have attached a tar file which contains a port to build sage on FreeBSD. (FreeBSD users will know what I mean by a port.) It does seem to

[sage-devel] Fixing bug #10328 : review needed

2012-01-22 Thread Julien Puydt
Hi, I just finished building successfully sage-4.8 on my ARM box, with only a single change : the flint package. I just checked and sage-5.0.beta2 still has the same flint package as 4.8, so it still won't compile natively on ARM. It would be nice to clear that last hurdle :

Re: [sage-devel] Re: Touch Interacts on iOS

2012-01-22 Thread Maarten Derickx
I get exactly the same error as william on my iphone, but it doesn't happen in my browser (chrome) on my macbook. If I add an extra enter all trouble disapear on my iphone and the sliding works nice. -- To post to this group, send an email to sage-devel@googlegroups.com To unsubscribe from

[sage-devel] descent_second_limit parameter in E.gens

2012-01-22 Thread Iftikhar Burhanuddin
Hi folks, Let E be an elliptic curve over QQ in Sage. What is the descent_second_limit parameter in the E.gens method? The doc string states the following. ``descent_second_limit`` - (default: 12)- used in 2-descent IMPLEMENTATION: Uses Cremona's mwrank C library. Regards, Ifti -- To post

[sage-devel] spkg/base gone missing.

2012-01-22 Thread William Stein
Hi, I wanted to try out #3052, which is Kini's code for converting .hg repos to JSON and back. So I took a Sage-4.8 binary, and started looking for his code. I just wanted to run the script on a sample .hg repo, etc. The first thing I discovered is that the entire spkg/base repository, which

[sage-devel] Re: Touch Interacts on iOS

2012-01-22 Thread Pedro Cruz
Can people test this functionality before we try to add it to the sage notebook? If you have an iOS or Android device, create an interact at aleph.sagemath.org and try manipulating the controls. On iPod Touch, the n^2 example, @interact def f(n=(1..10)): print n^2 works well. Pedro

Re: [sage-devel] Re: Should we unset SAGE_ENV_SOURCED in sage-native-execute?

2012-01-22 Thread Ivan Andrus
On Jan 22, 2012, at 1:11 AM, Volker Braun wrote: sage-native-execute should remove all traces of Sage in from the environment, but there is definitely stuff falling through the cracks. But I don't understand why one would want to start sage via sage-native-execute, unless one wants to run

[sage-devel] Re: spkg/base gone missing.

2012-01-22 Thread John H Palmieri
On Sunday, January 22, 2012 8:10:17 AM UTC-8, William wrote: Hi, I wanted to try out #3052, which is Kini's code for converting .hg repos to JSON and back. So I took a Sage-4.8 binary, and started looking for his code. I just wanted to run the script on a sample .hg repo, etc. The

Re: [sage-devel] FreeBSD and Sage

2012-01-22 Thread Stephen Montgomery-Smith
On 01/22/2012 02:35 AM, Paulo César Pereira de Andrade wrote: 2012/1/22 Stephen Montgomery-Smithstep...@missouri.edu: On 01/21/2012 08:05 PM, Stephen Montgomery-Smith wrote: I am able to build sage on FreeBSD. I have attached a tar file which contains a port to build sage on FreeBSD. (FreeBSD

Re: [sage-devel] Re: spkg/base gone missing.

2012-01-22 Thread William Stein
On Sun, Jan 22, 2012 at 9:09 AM, John H Palmieri jhpalmier...@gmail.com wrote: On Sunday, January 22, 2012 8:10:17 AM UTC-8, William wrote: Hi, I wanted to try out #3052, which is Kini's code for converting .hg repos to JSON and back.  So I took a Sage-4.8 binary, and started looking for

[sage-devel] Re: [sage-nt] descent_second_limit parameter in E.gens

2012-01-22 Thread John Cremona
Clearly I'm the one to answer this. Firstly, by typing sage -mwrank -h you can see the command-line option for mwrank, which tells you something. But not in fact enough. If you set EE=E.mwrank_curve() and then look at the docstring for EE.two_descent() it will explain more. When doing a

[sage-devel] Active tickets report shows all tickets

2012-01-22 Thread Ivan Andrus
Trac admins, Running the Assigned, Active Tickets by Owner report [1] the very first ticket (#6134) as well as a few others that I checked were actually closed and there are 12170 active tickets which surely must be all tickets. This is also a problem with the next report [2]. -Ivan [1]

[sage-devel] sage days numbering

2012-01-22 Thread Franco Saliola
Hello everyone. We will be organizing a Sage Days in Montreal (7-11 May), and we want to claim a number in order to start announcing, advertising, etc. On the wiki page Sage Days 36 has been claimed, and it is written: Sage Days X, for some X 36: April 2012, Suwon, South Korea. Sage Days Y,

Re: [sage-devel] Touch Interacts on iOS

2012-01-22 Thread Stephen Hartke
On Sat, Jan 21, 2012 at 12:35 PM, Jason Grout jason-s...@creativetrax.comwrote: Can people test this functionality before we try to add it to the sage notebook? If you have an iOS or Android device, create an interact at aleph.sagemath.org and try manipulating the controls. The sliders on

[sage-devel] Free groups, feedback wanted.

2012-01-22 Thread mmarco
I am trying to implement free groups, finitely presented groups and braid groups in sage. So far i have writen a proof of concept for the free groups (see ticket 12339), but i don't have any experience with the category and coercion frameworks. Any feedback and/or colaboration would be most

Re: [sage-devel] Free groups, feedback wanted.

2012-01-22 Thread Nicolas Borie
Le dimanche 22 janvier 2012 à 11:37 -0800, mmarco a écrit : I am trying to implement free groups, finitely presented groups and braid groups in sage. So far i have writen a proof of concept for the free groups (see ticket 12339), but i don't have any experience with the category and coercion

[sage-devel] Sage 4.8 released

2012-01-22 Thread Jeroen Demeyer
Sage 4.8 was released on 20 January 2012. It is available at http://www.sagemath.org/download.html * About Sage (http://www.sagemath.org) Sage is developed by volunteers and combines over 90 open source packages. It is available for download from www.sagemath.org and its mirrors in

[sage-devel] Memory-dependent doctests (trac #5943)

2012-01-22 Thread Michael Orlitzky
There's an issue at, http://trac.sagemath.org/sage_trac/ticket/5943 that can fail in different ways, depending on the architecture and amount of memory installed. I'm hoping someone will have a better idea for a doctest, or that there will be consensus that the existing doctests cover the

Re: [sage-devel] FreeBSD and Sage

2012-01-22 Thread Stephen Montgomery-Smith
On 01/21/2012 08:23 PM, Stephen Montgomery-Smith wrote: On 01/21/2012 08:05 PM, Stephen Montgomery-Smith wrote: I am able to build sage on FreeBSD. I have attached a tar file which contains a port to build sage on FreeBSD. (FreeBSD users will know what I mean by a port.) It does seem to work,

Re: [sage-devel] Re: Patch review checklist

2012-01-22 Thread William Stein
Hi, I just added something to the Review Checklist wiki page about optional packages, motivated by mistakes made on ticket 6329 [1], where both the patch authors (yours truly) and review completely forgot to worry about optional doctests, causing lots of breakage... [1]

Re: [sage-devel] FreeBSD and Sage

2012-01-22 Thread François Bissey
On Sun, 22 Jan 2012 15:54:19 Stephen Montgomery-Smith wrote: On 01/21/2012 08:23 PM, Stephen Montgomery-Smith wrote: On 01/21/2012 08:05 PM, Stephen Montgomery-Smith wrote: I am able to build sage on FreeBSD. I have attached a tar file which contains a port to build sage on FreeBSD.

Re: [sage-devel] FreeBSD and Sage

2012-01-22 Thread Stephen Montgomery-Smith
On 01/22/2012 04:24 PM, François Bissey wrote: On Sun, 22 Jan 2012 15:54:19 Stephen Montgomery-Smith wrote: On 01/21/2012 08:23 PM, Stephen Montgomery-Smith wrote: On 01/21/2012 08:05 PM, Stephen Montgomery-Smith wrote: I am able to build sage on FreeBSD. I have attached a tar file which

Re: [sage-devel] FreeBSD and Sage

2012-01-22 Thread Stephen Montgomery-Smith
On 01/22/2012 04:28 PM, Stephen Montgomery-Smith wrote: On 01/22/2012 04:24 PM, François Bissey wrote: On Sun, 22 Jan 2012 15:54:19 Stephen Montgomery-Smith wrote: On 01/21/2012 08:23 PM, Stephen Montgomery-Smith wrote: On 01/21/2012 08:05 PM, Stephen Montgomery-Smith wrote: I am able to

Re: [sage-devel] FreeBSD and Sage

2012-01-22 Thread François Bissey
On Sun, 22 Jan 2012 16:58:54 Stephen Montgomery-Smith wrote: On 01/22/2012 04:28 PM, Stephen Montgomery-Smith wrote: On 01/22/2012 04:24 PM, François Bissey wrote: On Sun, 22 Jan 2012 15:54:19 Stephen Montgomery-Smith wrote: On 01/21/2012 08:23 PM, Stephen Montgomery-Smith wrote: On

Re: [sage-devel] FreeBSD and Sage

2012-01-22 Thread Stephen Montgomery-Smith
One thing I want to rule out is that the problem is created by python. FreeBSD has a working python version 2.7. How do I tell the sage build to use the FreeBSD python rather than building its own? -- To post to this group, send an email to sage-devel@googlegroups.com To unsubscribe from this

Re: [sage-devel] FreeBSD and Sage

2012-01-22 Thread François Bissey
On Sun, 22 Jan 2012 17:31:34 Stephen Montgomery-Smith wrote: One thing I want to rule out is that the problem is created by python. FreeBSD has a working python version 2.7. How do I tell the sage build to use the FreeBSD python rather than building its own? That kind of scenario is very much

Re: [sage-devel] FreeBSD and Sage

2012-01-22 Thread Paulo César Pereira de Andrade
2012/1/22 François Bissey francois.bis...@canterbury.ac.nz: On Sun, 22 Jan 2012 17:31:34 Stephen Montgomery-Smith wrote: One thing I want to rule out is that the problem is created by python. FreeBSD has a working python version 2.7.  How do I tell the sage build to use the FreeBSD python

[sage-devel] Consistency for trigonometric function division by zero

2012-01-22 Thread Eviatar
Hello, Following up on https://groups.google.com/d/topic/sage-devel/B32U02-ucWI/discussion, there is also a problem with the consistency of trigonometric functions: sage: tan(pi/2) Infinity sage: csc(pi) ZeroDivisionError: Symbolic division by zero I think this should be standardized for all

Re: [sage-devel] Touch Interacts on iOS

2012-01-22 Thread Keshav Kini
Pasting does not even work in Firefox on Linux, I find. At least, pasting with middle-click to dump the X selection buffer doesn't work. Pasting with C-v to dump the X clipboard buffer does work, however. Both work in plain text mode. -Keshav -- To post to this group, send an email to

Re: [sage-devel] FreeBSD and Sage

2012-01-22 Thread Stephen Montgomery-Smith
On 01/22/2012 07:36 PM, Paulo César Pereira de Andrade wrote: Since the problem appears to be related to linbox ... It was related to linbox. My fix using sed wasn't working. What I did was to rebuild linbox. I removed any reference to -DDISABLE_COMMENTATOR (which I did by hacking

[sage-devel] Re: sage days numbering

2012-01-22 Thread Dan Drake
On Sun, 22 Jan 2012 at 01:41PM -0500, Franco Saliola wrote: Hello everyone. We will be organizing a Sage Days in Montreal (7-11 May), and we want to claim a number in order to start announcing, advertising, etc. On the wiki page Sage Days 36 has been claimed, and it is written: Sage

Re: [sage-devel] FreeBSD and Sage

2012-01-22 Thread Stephen Montgomery-Smith
I have tested this port at least up until a working sage is created. I am going to do a complete build tonight. In the meantime, others can try this out if they like. -- To post to this group, send an email to sage-devel@googlegroups.com To unsubscribe from this group, send an email to

Re: [sage-devel] FreeBSD and Sage

2012-01-22 Thread Julien Puydt
Le 23/01/2012 02:12, François Bissey a écrit : Seriously using system python with the stock sage tarball is just asking for a lot of pain (including serious patching). What kind of pain? Were does the serious patching apply? In python itself or in dependent packages? Snark on #sagemath --

[sage-devel] Re: Two articles of interest to Sage in latest Notices

2012-01-22 Thread Dima Pasechnik
by the way, the current Axiom (Fricas) optional package does not work on Sage 4.8. See #9465. -- To post to this group, send an email to sage-devel@googlegroups.com To unsubscribe from this group, send an email to sage-devel+unsubscr...@googlegroups.com For more options, visit this group at