[sage-devel] Re: fast vector partitions algorithm

2020-02-19 Thread Denis
Thanks for the encouragement. I have opened a trac ticket now. I will push the branch as soon as I sort some things out. (I asked for help with git under sage-combinat-devel, not necessary to repeat here.) Denis On Thursday, February 13, 2020 at 6:08:3

Re: [sage-devel] unable to connect to git trac server

2020-02-19 Thread E. Madison Bray
On Tue, Feb 18, 2020 at 12:17 PM varenyam bakshi wrote: > > I followed the instructions given in sage developer's guide but i am not > being authenticated. I checked it using the basic gitolite commands given in > the guide > ssh g...@trac.sagemath.org info > > it is showing this error > please

Re: [sage-devel] Multiple comparisons between AA and Rational yeild different answers

2020-02-19 Thread Vincent Delecroix
That was a subtle one... needs review :-) Le 19/02/2020 à 10:58, Vincent Delecroix a écrit : Dear Pat, dear all, I confirm the bug on 9.1.beta4. I opened https://trac.sagemath.org/ticket/29220 Vincent Le 19/02/2020 à 03:52, Pat Hooper a écrit : Hi all, I've discovered a bizarre bug in repe

[sage-devel] Build does not complete for "sage -i database_cremona_ellcurve"

2020-02-19 Thread 'Klaus Krtschil' via sage-devel
Hi, I tried to install the cremona database by invoking sage -i database_cremona_ellcurve The build process was running for quite a while until it stopped with an error message: Error building Sage. The following package(s) may have failed to build (not necessarily during this run of 'make al

Re: [sage-devel] Multiple comparisons between AA and Rational yeild different answers

2020-02-19 Thread Vincent Delecroix
Dear Pat, dear all, I confirm the bug on 9.1.beta4. I opened https://trac.sagemath.org/ticket/29220 Vincent Le 19/02/2020 à 03:52, Pat Hooper a écrit : Hi all, I've discovered a bizarre bug in repeatedly comparing a rational with an element of AA: sage: left_side = AA(2**(1/2) - 2**(1/3)) s