Re: [sagemath-admins] Re: [sage-devel] Re: Trac notification emails

2020-08-04 Thread Samuel Lelièvre
2020-08-04 14:21 UTC, Dima Pasechnik: > > I've switched trac to send notifications via a host called > sagemath.openbsd.amsterdam > (after wasting a lot of time trying to use Google's G-suite, it's hell ) > > Let me know whether this works for you - I see it working for me > (sending trac notificat

Re: [sage-devel] Re: Trac notification emails

2020-08-04 Thread 'Reimundo Heluani' via sage-devel
On Aug 04, Dima Pasechnik wrote: On Tue, Aug 4, 2020 at 3:30 PM 'Reimundo Heluani' via sage-devel wrote: On Aug 04, Dima Pasechnik wrote: >I've switched trac to send notifications via a host called >sagemath.openbsd.amsterdam >(after wasting a lot of time trying to use Google's G-suite, it's h

Re: [sage-devel] Re: Trac notification emails

2020-08-04 Thread Dima Pasechnik
On Tue, Aug 4, 2020 at 3:30 PM 'Reimundo Heluani' via sage-devel wrote: > > On Aug 04, Dima Pasechnik wrote: > >I've switched trac to send notifications via a host called > >sagemath.openbsd.amsterdam > >(after wasting a lot of time trying to use Google's G-suite, it's hell ) > > > >Let me know wh

Re: [sage-devel] Re: Trac notification emails

2020-08-04 Thread 'Reimundo Heluani' via sage-devel
On Aug 04, Dima Pasechnik wrote: I've switched trac to send notifications via a host called sagemath.openbsd.amsterdam (after wasting a lot of time trying to use Google's G-suite, it's hell ) Let me know whether this works for you - I see it working for me (sending trac notifications to my gmail

Re: [sage-devel] Re: Trac notification emails

2020-08-04 Thread Dima Pasechnik
I've switched trac to send notifications via a host called sagemath.openbsd.amsterdam (after wasting a lot of time trying to use Google's G-suite, it's hell ) Let me know whether this works for you - I see it working for me (sending trac notifications to my gmail address - and getting these). Dim

Re: [sage-devel] Definite Integral wrong

2020-08-04 Thread Emmanuel Charpentier
BTW : sage: integrate(sqrt(2-2*cos(x)),x, algorithm="fricas") -2*(cos(x) + 1)*sqrt(-2*cos(x) + 2)/sin(x) sage: integrate(sqrt(2-2*cos(x)),x, algorithm="mathematica_free") -2*sqrt(-2*cos(x) + 2)*cot(1/2*x) Both are visually (on plot) and numerically correct ; both differentiate to expressions v

[sage-devel] Re: [sage-release] Sage 9.2.beta7 released

2020-08-04 Thread Dima Pasechnik
On Tue, Aug 4, 2020 at 9:02 AM Thierry Dumont wrote: > > I ran the test again: > > sage-t --long ./parigp.py > > and this gives: > > Warning, slow doctest: > pari('K = bnfinit(y^4-52*y^2+26,1); pol = > rnfkummer(bnrinit(K,3,1),Mat(5)); L = rnfinit(K, pol); > polredabs(polredbest(L.polabs))')