Rebuilding Sage in a new directory (long story ; don’t get me started…), ptestlong gives me : ---------------------------------------------------------------------- src/bin/sage -t --long --warn-long 30.0 --random-seed=82926497282976479599112744 883693670415 src/sage/rings/real_mpfr.pyx # 1 doctest failed src/bin/sage -t --long --warn-long 30.0 --random-seed=82926497282976479599112744883693670415 src/sage/rings/polynomial/multi_polynomial_ideal.py # 2 doctests failed src/bin/sage -t --long --warn-long 30.0 --random-seed=82926497282976479599112744883693670415 src/sage/rings/polynomial/msolve.py # 14 doctests failed ----------------------------------------------------------------------
Nothing new here. However, I note that, *from a console,* foo=plot3d(lambda u,v:u*v, (-1, 1), (-1, 1)) ; foo.show() : - creates a temporary file, which seems correct - opens a new tab in the browser, but - displays nothing. In a Jupyterlab sheet, the expected plot displays correctly (with the usual interactions (rotations, zoom) working). In the same sheet, viewing with the viewer="jmol" or viewer="canvas3d" fails (*i. e.* displays a large blank space) ; ‘viewer=tachyon’ works as expected. I don’t think it’s a problem specific to this release ; I might use a little handholding here… HTH, Le vendredi 19 décembre 2025 à 00:42:35 UTC+1, Volker Braun a écrit : > The "master" git branch has been updated to Sage-10.7. 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 > > 981d7d71a27 (tag: 10.8, github/master, github/develop) Updated SageMath > version to 10.8 > 7262ca702f9 (tag: 10.8.rc3) Updated SageMath version to 10.8.rc3 > -- 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 visit https://groups.google.com/d/msgid/sage-release/45627d0a-029d-4da6-a06e-0f21b04ba841n%40googlegroups.com.
