[sage-devel] Re: porting sage to OS X 10.7

2011-09-14 Thread R. Andrew Ohana
sqrt5.cs should back up now. On Sun, Sep 11, 2011 at 10:15, William Stein wrote: > On Sun, Sep 11, 2011 at 10:05 AM, R. Andrew Ohana > wrote: >> I'm not in Seattle currently, so I can't until probably Wednesday. Is there >> anyone else who has access to the hardware? > > No worries. > > Incident

[sage-devel] [ANN] Sage - FLINT Days in December

2011-09-14 Thread Bill Hart
Hi all, John Cremona and I have just been successful with a grant application to fund a Sage - FLINT Days at Warwick University in December this year (dates and organisers to be announced shortly). This will be organised as a Sage Days with a focus on topics relevant to fast Number Theory. This co

[sage-devel] Re: "sage:" documentation strings

2011-09-14 Thread Keshav Kini
This is exactly what trac #10458 is about: http://trac.sagemath.org/sage_trac/ticket/10458 -Keshav Join us in #sagemath on irc.freenode.net ! -- 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...@goo

Re: [sage-devel] "sage:" documentation strings

2011-09-14 Thread Minh Nguyen
Hi Pedro, On Thu, Sep 15, 2011 at 1:05 AM, Pedro Cruz wrote: > I've search here > > http://www.sagemath.org/doc/developer/conventions.html#documentation-strings > > looking for this type of docstring: > > """ >sage: txt=r''' hello >: this goes on ''' > """ > > This does not work using

[sage-devel] "sage:" documentation strings

2011-09-14 Thread Pedro Cruz
I've search here http://www.sagemath.org/doc/developer/conventions.html#documentation-strings looking for this type of docstring: """ sage: txt=r''' hello : this goes on ''' """ This does not work using "sage -t module.py". However python works like: r""" >>> 1+1 2 >>> t

[sage-devel] Re: Questions about Solve

2011-09-14 Thread kcrisman
> > Backwards-incompatible, hence fodder for the mythical Sage 5.0 ... > We deprecate after one year.  I think deprecation should have nothing > to do with "sage 5.0".  The policy, which we agreed on long ago is Sometimes we've talked about "1 year + next (major) version". My point was that 5.0

[sage-devel] Re: embedding sage in c or c++

2011-09-14 Thread Alexander Dreyer
On 14 Sep., 11:35, Willem Jan Palenstijn wrote: > On Tue, Sep 13, 2011 at 04:45:58PM -0700, Michael Rubinstein wrote: > > Thanks! That worked for me too, though I'm not sure how you decided on > > the specific choices of libraries to link to. > > Good to hear. The libraries are just what I needed

Re: [sage-devel] Re: embedding sage in c or c++

2011-09-14 Thread Willem Jan Palenstijn
On Tue, Sep 13, 2011 at 04:45:58PM -0700, Michael Rubinstein wrote: > Thanks! That worked for me too, though I'm not sure how you decided on > the specific choices of libraries to link to. Good to hear. The libraries are just what I needed to add to get it to link without errors after starting wit