[sage-devel] Re: notebook image caching?

2011-12-17 Thread kcrisman
On Dec 17, 3:27 pm, Jason Grout wrote: > On 12/17/11 12:27 PM, D. S. McNeil wrote: > > >> I pushed the change to test.sagenb.org.  Can you verify that the problem is > >> fixed there?  Whenever sagenb.org is rebooted, the change will take effect > >> there too. > > > Looks to have fixed it.  As

[sage-devel] How to get the message from the standard output when interfacing gp and SAGE ?

2011-12-17 Thread Jean-François Biasse
Hi, I am using Sage to pass elements between gp and Magma. It works just fine, except for the messages on the standard output. My version of gp should print some timings, but when I call it through SAGE, this doesn't work. I believe this behavior is ruled by interfaces/gp.py, but I am not experi

Re: [sage-devel] Why use cp for patching

2011-12-17 Thread John H Palmieri
On Saturday, December 17, 2011 3:00:15 PM UTC-8, Burcin Erocal wrote: > > Hi Maarten, > > On Sat, 17 Dec 2011 14:28:47 -0800 (PST) > Maarten Derickx wrote: > > > I was merging my new ipython spkg wich needed review for some time > > already at http://trac.sagemath.org/sage_trac/ticket/11235 but

Re: [sage-devel] Why use cp for patching

2011-12-17 Thread Burcin Erocal
Hi Maarten, On Sat, 17 Dec 2011 14:28:47 -0800 (PST) Maarten Derickx wrote: > I was merging my new ipython spkg wich needed review for some time > already at http://trac.sagemath.org/sage_trac/ticket/11235 but now > needs work because in the time that it needed review some people > made http://

[sage-devel] Re: sage-view fails on Lion + other bugs

2011-12-17 Thread Pierre
I can partially answer my own question. Adding (setq exec-path (append exec-path '("/usr/texbin"))) (setq exec-path (append exec-path '("/usr/local/bin"))) to my .emacs got sage-view to work. The first path is the one to latex (got by 'which latex'), the second one is the path to gs. Still have

[sage-devel] Why use cp for patching

2011-12-17 Thread Maarten Derickx
Hej All, I was merging my new ipython spkg wich needed review for some time already at http://trac.sagemath.org/sage_trac/ticket/11235 but now needs work because in the time that it needed review some people made http://trac.sagemath.org/sage_trac/ticket/11460 and upgraded ipython. Now I notic

[sage-devel] Re: sage-view fails on Lion + other bugs

2011-12-17 Thread Pierre
On the same config, I've discovered some bugs with sage-mode that I didn't have with Leopard/Carbon emacs/previous version of sage, most notably: sage: A= PolynomialRing(QQ, 'x') #or any sage object, really sage: L= range(10) sage: for i in L: ...A.[TAB] #to get the completion ... and e

[sage-devel] Re: new flask notebook spkgs

2011-12-17 Thread Jason Grout
On 12/17/11 1:25 AM, Jason Grout wrote: There are about 10 new python packages that the flask notebook depends on. Some of these are very small packages. Does anyone have any objection to lumping all of these together into a sagenb-dependencies spkg? These are the dependencies included in this sp

[sage-devel] Re: notebook image caching?

2011-12-17 Thread Jason Grout
On 12/17/11 12:27 PM, D. S. McNeil wrote: I pushed the change to test.sagenb.org. Can you verify that the problem is fixed there? Whenever sagenb.org is rebooted, the change will take effect there too. Looks to have fixed it. As long as the random seed on the notebook code side can't acciden

Re: [sage-devel] Behaviour of n()

2011-12-17 Thread Eviatar
Oh, I see, thanks. It is definitely not "Due to numerical instability", though. This should be fixed in the patch. -- 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, vi

Re: [sage-devel] Re: notebook image caching?

2011-12-17 Thread D. S. McNeil
> I pushed the change to test.sagenb.org.  Can you verify that the problem is > fixed there?  Whenever sagenb.org is rebooted, the change will take effect > there too. Looks to have fixed it. As long as the random seed on the notebook code side can't accidentally be changed from within a cell, it

[sage-devel] Re: Sage Android App

2011-12-17 Thread Volker Braun
I've cleaned up the communication code with the server; It can now display plots: http://www.stp.dias.ie/~vbraun/Sage/Sage.apk -- 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 mor

[sage-devel] Re: sage-view fails on Lion

2011-12-17 Thread Pierre
oh and I've tried to get sage-view to insert a plot and got error in process filter: Symbol's function definition is void: dired- rename-file On 17 déc, 17:43, Pierre wrote: > Hi, > > I have switched to OS X Lion 10.7.2, and the only emacs I've found was > Cocoa Emacs 23.3 (9.0) (while Carbon E

[sage-devel] sage-view fails on Lion

2011-12-17 Thread Pierre
Hi, I have switched to OS X Lion 10.7.2, and the only emacs I've found was Cocoa Emacs 23.3 (9.0) (while Carbon Emacs does not seem to work). I have installed sage 4.7.2 and sage-mode. I had to add (require 'help- mode) before (require 'sage "sage") as somebody instructed on this forum. Things a

[sage-devel] Re: new flask notebook spkgs

2011-12-17 Thread Jason Grout
On 12/17/11 2:11 AM, William Stein wrote: On Dec 16, 2011 11:25 PM, "Jason Grout" mailto:jason-s...@creativetrax.com>> wrote: > > There are about 10 new python packages that the flask notebook depends on. Some of these are very small packages. Does anyone have any objection to lumping all of

[sage-devel] Re: new flask notebook spkgs

2011-12-17 Thread Jason Grout
On 12/17/11 3:09 AM, Jeroen Demeyer wrote: On 2011-12-17 08:25, Jason Grout wrote: There are about 10 new python packages that the flask notebook depends on. Some of these are very small packages. Does anyone have any objection to lumping all of these together into a sagenb-dependencies spkg?

Re: [sage-devel] Re: genus() for Function Fields

2011-12-17 Thread Maarten Derickx
It's http://trac.sagemath.org/sage_trac/ticket/12170 . For Florian Hess ideas see my post in https://groups.google.com/forum/#!searchin/sage-devel/function$20fields%7Csort:date/sage-devel/eO1q8jc0Ysk/1hNp0WoNocAJ of wich you are probably already aware. -- To post to this group, send an email

[sage-devel] SD35

2011-12-17 Thread John Cremona
Sage Days 35 (aka Sage-Flint Days) will start in 15 minutes. John -- 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 http://groups.google.com/group/

Re: [sage-devel] Behaviour of n()

2011-12-17 Thread Julian Rüth
* Eviatar [2011-12-16 20:22:37 -0800]: > sage: n(pi - 3).n(prec=2) > 0.12 This approximates n(pi - 3) using two bits of precision so this should not be too surprising: sage: n(pi - 3) 0.141592653589793 sage: n(_, prec=2) 0.12 > sage: n(pi - 3, prec=2) > 0.00 This approximates both pi and 3 with t

Re: [sage-devel] new flask notebook spkgs

2011-12-17 Thread Jeroen Demeyer
On 2011-12-17 08:25, Jason Grout wrote: > There are about 10 new python packages that the flask notebook depends > on. Some of these are very small packages. Does anyone have any > objection to lumping all of these together into a sagenb-dependencies > spkg? In my opinion, it depends on the funct

Re: [sage-devel] Re: genus() for Function Fields

2011-12-17 Thread William Stein
Which ticket? Thanks, William On Dec 16, 2011 7:56 PM, "syd.lavas...@gmail.com" wrote: > Hi William, > > Thank you for you advices. I wrote the wrapper and submitted it. I > also checked the singular's code briefly. It seems that fundamentally > the same as the one I cited in counting singularit

Re: [sage-devel] new flask notebook spkgs

2011-12-17 Thread William Stein
On Dec 16, 2011 11:25 PM, "Jason Grout" wrote: > > There are about 10 new python packages that the flask notebook depends on. Some of these are very small packages. Does anyone have any objection to lumping all of these together into a sagenb-dependencies spkg? I can see no big advantage over n