FWIW, on Debian testing running on core i7 + 16 GB RAM, ptestlong passes with two transient failures : ---------------------------------------------------------------------- sage -t --long src/sage/schemes/elliptic_curves/sha_tate.py # 1 doctest failed sage -t --long src/sage/interfaces/maxima.py # Timed out ---------------------------------------------------------------------- which bot pass withut failure whenn ran standalone.
HTH, -- Emmanuel Charpentier Le vendredi 22 septembre 2017 17:38:36 UTC+2, Volker Braun a écrit : > > 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 > > 6cd99718a8 (tag: 8.1.beta6, trac/develop) Updated SageMath version to > 8.1.beta6 > b734e87264 Trac #23755: a small set of typos > 84f5cb8212 Trac #23741: a small set of typos > cb1db6dff6 Trac #23728: removing unused import in combinat folder > c34a448786 Trac #23894: Avoid _element_constructor in integer_lists > 5de33977b6 Trac #23886: py3: no more cmp between sets > 027c8780ec Trac #23882: really return fast iterator for subwords > 7f89417f0c Trac #23876: Starting sage with python3: crash handler cannot > return the source of the crash > 50adf51141 Trac #23875: py3 richcmp for number fields morphism > e8941073ca Trac #23647: wrong category for parent of composition of number > field endomorphisms > f09c3e44a7 Trac #23435: Dynamic classes of extension types should behave > like extension types > c9b2c30dd0 Trac #22565: Make "sage_input" for polyhedron objects output > the backend used > 463144632c Trac #23797: Cygwin: openblas does not install correctly > 43505eec3b Trac #23870: speed_up_Permutation_to_matrix > 3c392c97a1 Trac #23867: Fix SciPy lil_matrix() with Sage Integers > ac29854f1e Trac #23859: add plot3d example with colors > 55dec03d0d Trac #23843: for graphs g1.union(g2) would better be weighted > if both g1 and g2 are > fdb0955d80 Trac #23831: py3: some care for .keys()[...] > 59e96d57cb Trac #23796: Make Sage compatible with PARI stable and PARI > master > 1f6792f3b3 Trac #23766: Yangians under the natural filtration is a > connected filtered Hopf algebra > a2179491b7 Trac #23765: Connected filtered Hopf algebras have a default > antipode > 736560158d Trac #23423: divided_difference in SchubertPolynomialRing > should not throw errors on unused variables > f3c35de3cd Trac #23822: Python3 build error: unicode problem in > pip_installed_packages() > 1d6d22db6d Trac #23840: Doctest failures in ell_number_field.py > 6d788c27ab Trac #23705: Doctests from Judson's Abstract Algebra textbook > f3fda406a2 Trac #23702: Cleanup symmetrica imports and use getattr instead > of eval > a871721572 Trac #23691: correct use of latex macro \GF > d1afa2a168 Trac #23689: remove deprecated keyword "hold" in matplotlib > 841aac0089 Trac #23868: speed_up_tableau_conjugate > 6317f81f49 Trac #23866: C++ clean up in coxeter3 interface > 97c770feef Trac #23864: fix hash of multivariate Laurent polynomials > 1c0b0dc3f0 Trac #23860: C++ clean up in dancing_links.pyx > bd9a4c5e0f Trac #23858: speed_up_to_noncrossing_permutation > 79ce4b385a Trac #23855: Deprecate cdefs.pxi and stdsage.pxi > 7eee49a5cc Trac #23846: Fix containing_block > 2706da5083 Trac #23842: Speed up the traveling_salesman_problem method > 1b54ddeccc Trac #23838: Minor errors in integrated curves > c90dda39a3 Trac #23833: py3: no more cmp in totally ordered finite sets > 2a20997e91 Trac #23821: Speed up initialization code for trees > 430ffc9b0c Trac #23820: Upgrade to Pynac-0.7.11 > 2f6916314b Trac #23819: Speed up AlternatingSignMatrix.from_corner_sum > 7ec604fd7a Trac #23809: Fix normalization for morphisms defined over QQbar > in canonical_height > 2982e1f588 Trac #23779: dev_tools is wrongly using globals() > eefc6e88b4 Trac #23406: implement Grossman-Larson Hopf algebras of rooted > forests > 16e326df22 Trac #23497: relocate dynamical systems code from sage/schemes > to sage/dynamics > 1fde5efd7a Trac #22525: Improper expressions from SR(string) > 9d73bf844d Trac #21437: Proper initialisation for the optional MeatAxe > library > f7b5198aba Trac #21377: Update FriCAS to 1.3.2 (current) > 8a85bf315d Trac #23612: Include !python3 in default value for > SAGE_CHECK_PACKAGES > f44d1bd284 Trac #23599: making local_data and check_prime from Elliptic > curves to accept P in QQ > c366f8a9a2 Trac #23829: py3: some care for range > 62e331781f Trac #23824: py3 some care for .items > c24c802cb1 Trac #23803: Allow graceful Sphinx upgrades > 1582809e51 Trac #19444: sage.misc.functional.log(float(3)) raises an > AttributeError > cbfb8fff53 (tag: 8.1.beta5, sagemath/develop) Updated SageMath version to > 8.1.beta5 > > -- 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 post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/sage-release. For more options, visit https://groups.google.com/d/optout.
