Happy new year. Thank you very much Volker once again for the release. Thanks to all the people involved in the passage to Python3 including Frédéric Chapoton for the so many tickets he created, authored, reviewed to get Sage to work with Python 3.
Testing optional and external packages, I get Using --optional=4ti2,cbc,ccache,cryptominisat,dot2tex,e_antic,external,glucose,latte_int,lidia,lrslib,memlimit,normaliz,notedown,openssl,pandoc_attributes,pycosat,pynormaliz,rst2ipynb,sage,sagenb ---------------------------------------------------------------------- sage -t --long src/sage/databases/findstat.py # 8 doctests failed sage -t --long src/sage/databases/oeis.py # 1 doctest failed sage -t --long src/sage/geometry/polyhedron/base.py # Killed due to abort sage -t --long src/sage/graphs/generators/smallgraphs.py # 2 doctests failed sage -t --long src/sage/misc/latex.py # 1 doctest failed sage -t --long src/sage/plot/animate.py # 7 doctests failed sage -t --long src/sage/repl/load.py # 1 doctest failed ---------------------------------------------------------------------- External software detected for doctesting: cplex,ffmpeg,graphviz,gurobi,imagemagick,internet,latex,pandoc ---------------------------------------------------------------------- sage -t --long src/sage/databases/findstat.py # 8 doctests failed sage -t --long src/sage/databases/oeis.py # 1 doctest failed sage -t --long src/sage/geometry/polyhedron/base.py # Killed due to abort sage -t --long src/sage/graphs/generators/smallgraphs.py # 2 doctests failed sage -t --long src/sage/misc/latex.py # 1 doctest failed sage -t --long src/sage/plot/animate.py # 7 doctests failed sage -t --long src/sage/repl/load.py # 1 doctest failed ---------------------------------------------------------------------- External software detected for doctesting: ffmpeg,imagemagick,internet,latex The oeis failure is copied below. Other are tracked at https://trac.sagemath.org/ticket/25536 sage -t --long src/sage/databases/oeis.py ********************************************************************** File "src/sage/databases/oeis.py", line 53, in sage.databases.oeis Failed example: c.comments() # optional -- internet Expected: 0: The first 5,821,569,425 terms were computed by _Eric W. Weisstein_ on Sep 18 2011. 1: The first 10,672,905,501 terms were computed by _Eric W. Weisstein_ on Jul 17 2013. 2: The first 15,000,000,000 terms were computed by _Eric W. Weisstein_ on Jul 27 2013. Got: 0: The first 5821569425 terms were computed by _Eric W. Weisstein_ on Sep 18 2011. 1: The first 10672905501 terms were computed by _Eric W. Weisstein_ on Jul 17 2013. 2: The first 15000000000 terms were computed by _Eric W. Weisstein_ on Jul 27 2013. ********************************************************************** 1 item had failures: 1 of 26 in sage.databases.oeis 5 webbrowser tests not run 0 tests not run because we ran out of time [281 tests, 1 failure, 36.32 s] On Wednesday, January 1, 2020 at 1:15:15 PM UTC+1, Volker Braun wrote: > > Just in time for the new decade, here is the first version of Sage running > on Python 3 by default. Many thanks to everyone who contributed! > > The "master" git branch has been updated to Sage-9.0. As always, you can > get the latest beta version from the "develop" git branch. Alternatively, > the self-contained source tarball is at > http://www.sagemath.org/download-latest.html > > There was no change over 9.0.rc1 > > -- You received this message because you are subscribed to the Google Groups "sage-release" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/sage-release/a4f0c8f2-5e34-4dc2-a175-a5bd1c3fc418%40googlegroups.com.
