Re: [sage-devel] short python3 report (March of the last python2 year)

2019-03-07 Thread 'Martin R' via sage-devel
Another issue are the doctests requiring internet connection. For FindStat, this is https://trac.sagemath.org/ticket/27346. Martin -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving emails from it,

Re: [sage-devel] short python3 report (March of the last python2 year)

2019-03-06 Thread Travis Scrimshaw
I know also in some ways this is secondary, but we should make sure all of our optional packages work on Python3. In particular, I tried dot2tex, which failed and now I am doing a Python3 port of that. Best, Travis -- You received this message because you are subscribed to the Google Groups "

Re: [sage-devel] short python3 report (March of the last python2 year)

2019-03-06 Thread E. Madison Bray
On Tue, Mar 5, 2019 at 7:27 PM Vincent Delecroix <20100.delecr...@gmail.com> wrote: > > Le 05/03/2019 à 17:32, E. Madison Bray a écrit : > > On Sun, Mar 3, 2019 at 2:12 PM Frédéric Chapoton > > wrote: > >> > >> Hello everybody. > >> > >> In sage 8.7.b6 built with python3, there are now 464 failin

Re: [sage-devel] short python3 report (March of the last python2 year)

2019-03-06 Thread E. Madison Bray
On Tue, Mar 5, 2019 at 7:53 PM Nils Bruin wrote: > > On Tuesday, March 5, 2019 at 10:27:47 AM UTC-8, vdelecroix wrote: >> >> Just to give some elements of comparison. Following the specifications >> of the standard math library in C what MPFR [3] does is that >> >> - "floor", "ceil", "round", "t

Re: [sage-devel] short python3 report (March of the last python2 year)

2019-03-05 Thread Vincent Delecroix
Le 05/03/2019 à 19:53, Nils Bruin a écrit : On Tuesday, March 5, 2019 at 10:27:47 AM UTC-8, vdelecroix wrote: Just to give some elements of comparison. Following the specifications of the standard math library in C what MPFR [3] does is that - "floor", "ceil", "round", "trunc" are the stand

Re: [sage-devel] short python3 report (March of the last python2 year)

2019-03-05 Thread Nils Bruin
On Tuesday, March 5, 2019 at 10:27:47 AM UTC-8, vdelecroix wrote: > > Just to give some elements of comparison. Following the specifications > of the standard math library in C what MPFR [3] does is that > > - "floor", "ceil", "round", "trunc" are the standard rounding > functions to some

Re: [sage-devel] short python3 report (March of the last python2 year)

2019-03-05 Thread Vincent Delecroix
Le 05/03/2019 à 17:32, E. Madison Bray a écrit : On Sun, Mar 3, 2019 at 2:12 PM Frédéric Chapoton wrote: Hello everybody. In sage 8.7.b6 built with python3, there are now 464 failing doctests, in a total of 137 files. Among these files, 55 have just one failing doctest. The worst file is no

Re: [sage-devel] short python3 report (March of the last python2 year)

2019-03-05 Thread E. Madison Bray
On Sun, Mar 3, 2019 at 2:12 PM Frédéric Chapoton wrote: > > Hello everybody. > > In sage 8.7.b6 built with python3, there are now 464 failing doctests, in a > total of 137 files. Among these files, 55 have just one failing doctest. The > worst file is now 'src/sage/matroids/matroid.pyx' with 22

Re: [sage-devel] short python3 report (March of the last python2 year)

2019-03-03 Thread TAU
On Sun, 3 Mar 2019, Frédéric Chapoton wrote: > In sage 8.7.b6 built with python3, there are now 464 failing doctests, in a > total of 137 files. You forgot to say that this is great progress -- and we should thank you for a big part of this! It also seems that in py3 the testing framework does

[sage-devel] short python3 report (March of the last python2 year)

2019-03-03 Thread Frédéric Chapoton
Hello everybody. In sage 8.7.b6 built with python3, there are now 464 failing doctests, in a total of 137 files. Among these files, 55 have just one failing doctest. The worst file is now 'src/sage/matroids/matroid.pyx' with 22 doctests failed. To make further progress, one thing that we must