[sage-release] Re: Sage 9.3.beta5 released

2020-12-30 Thread Sébastien Labbé
On Ubuntu 18.04, testing various optional and external packages, I get:

Using 
--optional=4ti2,cbc,ccache,cryptominisat,database_jones_numfield,debian,dot2tex,e_antic,external,fricas,glucose,latte_int,libnauty,lidia,lrslib,memlimit,normaliz,notedown,pandoc_attributes,pip,pycosat,pynormaliz,rst2ipynb,sage,sage_numerical_backends_coin,sage_spkg

--
sage -t --long --warn-long 72.7 --random-seed=0 
src/sage/databases/findstat.py  # 2 doctests failed
sage -t --long --warn-long 72.7 --random-seed=0 
src/sage/combinat/designs/ext_rep.py  # 1 doctest failed
--
External software detected for doctesting: 
ffmpeg,graphviz,imagemagick,internet,latex,octave,pandoc

Rerunning failed tests, I obtain:

--
sage -t --long --warn-long 72.1 --random-seed=0 
src/sage/databases/findstat.py  # 2 doctests failed
--
External software detected for doctesting: internet

The issue with ext_rep.py which does not reproduce is:

sage -t --long --warn-long 72.7 --random-seed=0 
src/sage/combinat/designs/ext_rep.py
**
File "src/sage/combinat/designs/ext_rep.py", line 1049, in 
sage.combinat.designs.ext_rep.designs_from_XML_url
Failed example:

ext_rep.designs_from_XML_url("http://designtheory.org/database/v-b-k/v3-b6-k2.icgsa.txt.bz2;)
 
# optional - internet
Expected:
[(3, [[0, 1], [0, 1], [0, 1], [0, 1], [0, 1], [0, 2]]),
 (3, [[0, 1], [0, 1], [0, 1], [0, 1], [0, 2], [0, 2]]),
 (3, [[0, 1], [0, 1], [0, 1], [0, 1], [0, 2], [1, 2]]),
 (3, [[0, 1], [0, 1], [0, 1], [0, 2], [0, 2], [0, 2]]),
 (3, [[0, 1], [0, 1], [0, 1], [0, 2], [0, 2], [1, 2]]),
 (3, [[0, 1], [0, 1], [0, 2], [0, 2], [1, 2], [1, 2]])]
Got:
[]
**
1 item had failures:
   1 of   7 in sage.combinat.designs.ext_rep.designs_from_XML_url
0 tests not run because we ran out of time
[102 tests, 1 failure, 17.82 s]

The issue with findstat was already reported. Follow-up at: 
https://trac.sagemath.org/ticket/25536

-- 
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 sage-release+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-release/d882d0b3-8ab3-4d2c-b35c-54be04219e35n%40googlegroups.com.


[sage-release] Re: Sage 9.3.beta5 released

2020-12-28 Thread Emmanuel Charpentier


On Debian testing running on core i7 + 16 GB RAM, upgrading 9.3.beta5 
(configured 
to use all available system packages) to 9.3.beta5 leads to :

   - 
   
   ./configure still insists on installing texlive-latex-extra, 
   texlive-xetex, latexmk, dvipng, default-jdk, ffmpeg, libavdevice-dev and 
   pari-gp2c , notwithstanding the fact that all of them are already 
   installed and up-to-date.
   - 
   
   ptestlong results in tree permanent failures, already seen and reported 
   in previous versions, two being likely cosmetic :
   
File Results P/T 
src/sage/tests/gap_packages.py 1 doctest failed P 
src/sage/misc/package.py 1 doctest failed P 
src/sage/groups/abelian_gps/abelian_group_gap.py 1 doctest failed P 

HTH,
Le lundi 28 décembre 2020 à 01:11:18 UTC+1, 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 
>
>
> 9d686f22f4 (trac/develop, tag: 9.3.beta5) Updated SageMath version to 
> 9.3.beta5
> 0c355ddc52 Trac #31106: refresh combinat.py
> 951ab8ca9f Trac #31096: some flake8 cleanup in abvar/
> 871b530c62 Trac #30979: Remove duplication of options handled in 
> src/bin/sage and build/bin/sage-site
> 86310bfbfe Trac #31095: tox.ini, GH Actions: Remove ubuntu-eoan
> 57f462dd34 Trac #31001: Some bugs concerning the trivial knot diagram
> 0e64d005b6 Trac #28746: Developer's Guide: Add instructions for sagelib 
> development in a conda environment
> 789604ecea Trac #27122: Compile with -march=native
> 6e0f7d9b48 Trac #31082: Upgrade: OpenSSL 1.1.1i
> 0d79fd60d4 Trac #31025: FPLLL 5.4.0 and FPyLLL 0.5.4
> 89351e77c6 Trac #31034: Fix sage -package download --allow-upstream, add 
> option --on-error=warn, add filtering to sage -package upload
> 76840e0962 Trac #31089: detect_poles puts a gap in function plots (even if 
> there are no poles)
> 709603316c Trac #31073: typos in graphs, matroids, logic
> 3e26b6bc58 Trac #31072: Allow conversion of Sequence into function fields
> 6fa14926ed Trac #31068: some typos in rings/ and schemes/
> 6384225e3b Trac #31067: another bunch of typos
> 372959f4c2 Trac #31066: a few typos
> 17b176f183 Trac #31060: some details in fraction field of Fp[T]
> 93e2f09871 Trac #30964: partial flake8 cleanup for repl/
> 33e237fe60 Trac #31085: fix conversion of sign function to fricas
> e5425a6253 Trac #31081: get rid of _multiply
> 2336f9b254 Trac #31080: Replace startup exception by warning
> 08e430229a Trac #31079: refresh Symmetric Group representations
> 32c4f04ac9 Trac #31070: add some type hints in parking functions
> e63f65cef0 Trac #31063: Fix a test failure with readline 8.1
> f455241f5a Trac #31061: Upgrade: GLPK 5.0
> 792340f539 Trac #31059: refresh dirichlet.py
> 4766dfe650 Trac #31057: more cleanup in pbori
> e310f55ae1 Trac #31056: Guard against an empty SAGE_LOCAL
> 1608ba96f2 Trac #31051: Fix gp2c spkg-configure to let configure succeed 
> on Fedora 32
> fdcb0a1160 Trac #30993: add pre processing for treewidth
> 557ba32733 Trac #30971: Update to pillow 8.0.1
> 3d9a1babd9 Trac #30901: sage.env._get_shared_lib_filename: Fix for 
> MULTIARCH
> 0a08e12aa5 Trac #30750: Implementation of semistandard tableaux as 
> pathtableaux
> c3643ef633 Trac #30356: Graphs: grouped sporadic distance-regular graphs 
> in a function
> 8d4d3f3d90 Trac #30343: Graphs: point-graph of generalised polygons
> 44b6d7584b Trac #30199: Prime degree isogeny (di)graphs of elliptic curves
> c073c753ba Trac #29973: Make sets doctests ready for random seeds
> e50d12df76 Trac #29853: Do not go through Python for gf2e dense matrices 
> in word_to_poly
> ac908e83e8 Trac #29364: Bug in S-class groups of number fields
> f1ccdc0505 Trac #29031: Actions cannot be pickled
> 81aebb9649 Trac #11590: Integrating the sgn() function can produce 
> incorrect results
> df2adf8c67 Trac #31058: src/bin/sage-venv-config: Do not fail if sage_conf 
> is not available
> 7388d57159 Trac #30764: Adapt to float factorial deprecation in Python 3.9
> e8fe2ecb32 Trac #31042: build/pkgs/_recommended: Remove duplication of the 
> pandoc system package in debian, homebrew
> 3460a4ac4a Trac #31039: refresh the Knutson-Tao puzzles file
> 4d8bd8aef0 Trac #31028: flake8 for two files in modular/hecke
> b235baa8f3 Trac #30989: add some typing information to interval-posets
> 38fabbc781 Trac #30870: Add path_tableaux/frieze module to documentation
> d2edce9ab4 Trac #31038: Improve the zonotope construction
> 389a88783c Trac #31050: Upgrade wheel
> c4a802d2b6 (tag: 9.3.beta4) Updated SageMath version to 9.3.beta4
>
>

-- 
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 sage-release+unsubscr...@googlegroups.com.
To view this discussion on the web visit