Re: [sage-devel] Outdated documentation

2011-01-04 Thread Minh Nguyen
Hi Eviatar, On Wed, Jan 5, 2011 at 4:27 PM, Eviatar wrote: > Shouldn't this be deleted? It's Sage 4.3.4. > > http://combinat.sagemath.org/doc/reference/index.html That part of the Sage website belongs to and managed by the Sage-Combinat team. -- Regards Minh Van Nguyen -- To post to this gro

[sage-devel] Remote Sage mercurial push/pull installation question

2011-01-04 Thread jonha...@gmail.com
Hi, I'm trying to setup the ability to push/pull from a remote Sage mercurial repository, but am having trouble with the installation on the remote machine. For the moment let's say that I don't have root access (I do, but only via the make command), and have python 2.4 and mercurial installed in

[sage-devel] Re: new code for computing asymptotics of multivariate generating functions

2011-01-04 Thread Rob Beezer
Hi Alex, Contrary to Volker's good suggestion, I'll reply here, since it is something of a general question about submitting Sage code, and it might not get a reply on the ticket. ;-) The code examples you have included in your *,sage file are intended to be part of the comprehensive test suite

[sage-devel] Outdated documentation

2011-01-04 Thread Eviatar
Shouldn't this be deleted? It's Sage 4.3.4. http://combinat.sagemath.org/doc/reference/index.html -- 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

[sage-devel] Re: TexMacs plugin

2011-01-04 Thread Oscar Lazo
On Dec 19 2010, 2:56 pm, emil wrote: > On Dec 19, 5:05 pm, emil wrote: > > > > > On Dec 19, 3:45 pm, Oscar Gerardo Lazo Arjona > > > wrote: > > > Hello! > > > > I've been usingTexMacsfor some time now, but I have been frustrated by > > > not being able to use Sage from it. > > > > I've downloa

[sage-devel] Re: .py versus .spyx

2011-01-04 Thread Kwankyu Lee
Hi, .sage and .spyx files are intended for end users while the library files should be .py or .pyx files. Kwankyu -- 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, v

[sage-devel] .py versus .spyx

2011-01-04 Thread G Hahn
Hi, could someone please have a look at this question concerning .py and .spyx files: In the sage shell, I am able to load an own program via "load file.py" (in this case no compiling is done) or via "load file.spyx" (the file is now compiled and runs faster). Recently, I added my file to sage/sage

[sage-devel] Re: new code for computing asymptotics of multivariate generating functions

2011-01-04 Thread Alex Raichev
Righto. Thanks, Volker. Alex On Jan 5, 11:21 am, Volker Braun wrote: > Hi Alex, > > You should reply on the trac ticket, not on sage-devel. That'll keep the > discussion more focussed. > > For general code layout questions I would suggest to look at how similar > things are implemented in Sage.

[sage-devel] Re: new code for computing asymptotics of multivariate generating functions

2011-01-04 Thread Volker Braun
Hi Alex, You should reply on the trac ticket, not on sage-devel. That'll keep the discussion more focussed. For general code layout questions I would suggest to look at how similar things are implemented in Sage. For example, sage/functions/wigner.py shows how a couple of python functions are

[sage-devel] Re: new code for computing asymptotics of multivariate generating functions

2011-01-04 Thread Alex Raichev
Hi Rob: Thanks for your comments on my ticket ( http://trac.sagemath.org/sage_trac/ticket/10519 ). I'll rewrite the code incorporating your advice (uses objects, update example formatting, etc.). You said something that i don't understand, though, namely "there is a lot of checking that can't h

Re: [sage-devel] Re: Ideas for improvements in Mac app

2011-01-04 Thread Ivan Andrus
On Dec 29, 2010, at 2:40 PM, Ivan Andrus wrote: > On Dec 20, 2010, at 8:18 PM, David Joyner wrote: >> On Mon, Dec 20, 2010 at 12:13 PM, Ivan Andrus wrote: >>> On Dec 20, 2010, at 5:48 PM, Jason Grout wrote: On 12/20/10 10:19 AM, Ivan Andrus wrote: > With the semester over, I'll have some

[sage-devel] one-liner for Cython in Sage

2011-01-04 Thread Nathann Cohen
Hello everybody !!! I was wondering whether we already had (of if it would be interesting to define) some nice alias to use Cython through Sage. I was wishing for a one-liner to import a method defined in a .c file or in a library.. What about something like that : from "file.c" import "function