[sage-devel] pickle jar is checked into git

2014-01-15 Thread Volker Braun
The pickle jar is 600kb bzip2-compressed (hence probably un-diffable by git). So every change to it inflates our repo size by about 1%. IMHO we should either untar/decompress it to track its content, or turn it into a downloadable tarball. Suggestions? Volunteers? This comes up in http://trac.s

Re: [sage-devel] sage --dev: changing dependencies

2014-01-15 Thread David Roe
I think sage: dev._sagedev._set_dependencies_for_ticket(15123, None) should work. David On Wed, Jan 15, 2014 at 5:39 AM, Jeroen Demeyer wrote: > My local Sage installation wrongly thinks that #15123 depends on #14804, > so every time I do ./sage -dev push it adds the dependency on Trac. Is > the

Re: [sage-devel] Re: The lcm of two univariate polynomials

2014-01-15 Thread rjf
On Wednesday, January 15, 2014 3:01:41 PM UTC-8, Gregory Bard wrote: > > On Jan 15, 2014, at 5:17 PM, rjf wrote: > > If the polynomial is multivariate, you need to specify the > quotient/remainder "main variable". > I don't see it in the syntax you give below. > consider x+y divided by x-y. ca

[sage-devel] Re: MPComplexNumber vs. ComplexNumber In Cython

2014-01-15 Thread refarr
One last thing I failed to mention, GNU MPC and mpfr are already installed on my machine. Thanks, Rick On Wednesday, January 15, 2014 7:51:30 PM UTC-5, ref...@uncg.edu wrote: > > Before I begin, I'd like to thank you in advance for any help I get with > this question. I'm currently working wi

[sage-devel] MPComplexNumber vs. ComplexNumber In Cython

2014-01-15 Thread refarr
Before I begin, I'd like to thank you in advance for any help I get with this question. I'm currently working with some heavy computation and decided to cython-ize my code. Because of what I'm doing in my math research, I will need to make MILLIONS of calls to pretty high level complex functi

Re: [sage-devel] Re: The lcm of two univariate polynomials

2014-01-15 Thread Gregory Bard
On Jan 15, 2014, at 5:17 PM, rjf wrote: > If the polynomial is multivariate, you need to specify the quotient/remainder > "main variable". > I don't see it in the syntax you give below. > consider x+y divided by x-y. can give 1 with remainder 2y. > It can also give -1 with remainder 2x. > RJF

[sage-devel] Re: The lcm of two univariate polynomials

2014-01-15 Thread rjf
If the polynomial is multivariate, you need to specify the quotient/remainder "main variable". I don't see it in the syntax you give below. consider x+y divided by x-y. can give 1 with remainder 2y. It can also give -1 with remainder 2x. RJF PS, I think it is unfortunate if a user of Sage mus

Re: [sage-devel] changing authentication method on ask.sagemath.org

2014-01-15 Thread Daniel Krenn
Am 2014-01-13 13:49, schrieb Daniel Krenn: > since myopenid will be hinstory soon, see [1] "MYOPENID WILL BE TURNED > OFF ON 2/1/2014", I have to find a different method for signing in into > ask.sagemath.org. Is there a a way to change this (keeping my profile)? > Maybe I over-looked it. I manag

[sage-devel] sage --dev: changing dependencies

2014-01-15 Thread Jeroen Demeyer
My local Sage installation wrongly thinks that #15123 depends on #14804, so every time I do ./sage -dev push it adds the dependency on Trac. Is there a way to change local dependencies? jdemeyer@tamiyo:/usr/local/src/sage-git$ ./sage -dev push Local commits that are not on the remote branch "u/