[sage-devel] Re: XCode 4

2011-03-22 Thread Dima Pasechnik
I tried to get Xcode 4 from the local Apps Store, and got "The item you've requested is not currently available in the Singapore Store." Given that I read on the net about people actually buying it from this store, this is fishy... (Xcode 3 gets moved to /Applications/Developer-old/ when one insta

[sage-devel] Re: bug with algebraic real field and partial_fraction_decomposition

2011-03-22 Thread Mariah
This is now trac ticket #10981. On Mar 21, 12:46 pm, Pierre wrote: > noone really? shall I create a ticket? > > can anyone reproduce that bug? > > On 18 mar, 12:14, Pierre wrote: > > > sage: x= AA['x'].gen() > > sage: P= 1/(1+x^4) > > sage: P.partial_fraction_decomposition() > > ... > > ... > >

[sage-devel] Changing Complex Plot

2011-03-22 Thread Ethan Van Andel
What would people think about changing complex_plot.pyx in the following manner: ComplexPlot is changed so that the complex_to_rgb function is passed as a parameter on creation. The complex_plot function will then pass the currently defined complex_to_rgb to ComplexPlot when it is used. This allow

Re: [sage-devel] Changing Complex Plot

2011-03-22 Thread Robert Bradshaw
On Tue, Mar 22, 2011 at 1:52 PM, Ethan Van Andel wrote: > What would people think about changing complex_plot.pyx in the > following manner: > > ComplexPlot is changed so that the complex_to_rgb function is passed > as a parameter on creation. The complex_plot function will then pass > the current

[sage-devel] Specify patches and dependencies in description

2011-03-22 Thread Jeroen Demeyer
To all Sage developers: In the future, please make sure to put information like "apply only this patch" or "this patch depends on that ticket" or "this is the URL for the new spkg" in the ticket *description* as opposed to a ticket comment. I don't have time to read all 50 comments of every ticke

[sage-devel] Re: Specify patches and dependencies in description

2011-03-22 Thread Jason Grout
On 3/22/11 4:28 PM, Jeroen Demeyer wrote: I would obviously prefer that the patchbot also only looks at the ticket description to force people not to use comments for this. That sounds reasonable. +1. Jason -- To post to this group, send an email to sage-devel@googlegroups.com To unsubscrib

[sage-devel] Problem building sage from source

2011-03-22 Thread jtyard
Hi, I'm unable to successfully build sage 4.6.2 from source on OS X 10.6.7. Everything in the build seems to work fine until the very end. Here is where the build starts complaining: Sage build/upgrade complete! spkg/pipestatus "./sage -docbuild all html 2>&1" "tee -a dochtml.log" sphinx-buil

[sage-devel] Easy review for someone - they I doubt they can check it!!

2011-03-22 Thread Dr. David Kirkby
If someone has a few minutes, this should be an easy review, though you will probably have to accept what I say when I say it works. There's a problem building GNU patch on AIX. The patch at http://trac.sagemath.org/sage_trac/ticket/10979 just adds 4 lines to spkg-install, which disables debug

[sage-devel] Re: XCode 4 : Apple works with Apple constantly...

2011-03-22 Thread Dima Pasechnik
On Mar 22, 7:43 pm, Dima Pasechnik wrote: > I tried to get Xcode 4 from the local Apps Store, and got > "The item you've requested is not currently available in the Singapore > Store." > Given that I read on the net about people actually buying it from this > store, > this is fishy... I filed a

[sage-devel] length of a symbolic expression??

2011-03-22 Thread Jason Grout
In an ask.sagemath.org question [1], DSM found that since len(sqrt(2)) works, it causes matplotlib to assume that sqrt(2) is an iterable [2]. What is the use-case for having a length function for a symbolic expression, especially when you can't list that expression? sage: a=sqrt(2) sage: len(a

[sage-devel] Re: Problem building sage from source

2011-03-22 Thread mhampton
I don't really understand those error messages, but they look like they are only coming from the documentation builds. Can you start up Sage itself (i.e. do "./sage" from the top-level sage directory)? -M. Hampton On Mar 22, 6:07 pm, jtyard wrote: > Hi, > > I'm unable to successfully build sage