[sage-release] Re: Sage 9.8.beta3 released

2022-11-11 Thread 'axio...@yahoo.de' via sage-release
Ready for review.

On Wednesday, 9 November 2022 at 11:36:51 UTC+1 axio...@yahoo.de wrote:

> The findstat errors are now tracked in 
> https://trac.sagemath.org/ticket/34734
>
> On Tuesday, 8 November 2022 at 16:25:58 UTC+1 axio...@yahoo.de wrote:
>
>> The findstat errors very likely occur because findstat switched to 
>> python3 last weekend.  Some of these might be upstream errors, many thanks 
>> for the report!
>>
>> Are you going to open a ticket, or should I do it?
>>
>> Martin
>>
>> On Monday, 7 November 2022 at 13:52:05 UTC+1 Sébastien Labbé wrote:
>>
>>> On Ubuntu 18.04, with few optional/external packages, here is what I get:
>>>
>>> Running with SAGE_LOCAL='/home/slabbe/GitBox/sage/local' and 
>>> SAGE_VENV='/home/slabbe/GitBox/sage/local/var/lib/sage/venv-python3.10.8'
>>> Using --optional=build,debian,external,glucose,pip,sage,sage_spkg
>>> Features to be detected: 
>>> 4ti2,benzene,bliss,buckygen,conway_polynomials,cplex,csdp,database_cremona_ellcurve,database_cremona_mini_ellcurve,database_cubic_hecke,database_jones_numfield,database_knotinfo,dvipng,ffmpeg,gfan,graphviz,gurobi,imagemagick,internet,jupymake,kenzo,latex,latex_package_tkz_graph,latte_int,lrslib,lualatex,macaulay2,magma,maple,mathematica,matlab,mcqd,meataxe,msolve,nauty,octave,palp,pandoc,pdf2svg,pdflatex,pdftocairo,phitigra,plantri,polytopes_db,polytopes_db_4d,pynormaliz,python_igraph,rubiks,sage.combinat,sage.geometry.polyhedron,sage.graphs,sage.groups,sage.misc.cython,sage.plot,sage.rings.number_field,sage.rings.padics,sage.rings.real_double,sage.symbolic,sage_numerical_backends_coin,sagemath_doc_html,scilab,sphinx,tdlib,xelatex
>>>
>>> ...
>>>
>>> --
>>> sage -t --long --random-seed=125260421738293551212373193771007533631 
>>> src/doc/en/reference/sat/index.rst  # Killed due to abort
>>> sage -t --long --random-seed=125260421738293551212373193771007533631 
>>> src/sage/crypto/mq/sr.py  # Killed due to abort
>>> sage -t --long --random-seed=125260421738293551212373193771007533631 
>>> src/sage/databases/findstat.py  # 24 doctests failed
>>> sage -t --long --random-seed=125260421738293551212373193771007533631 
>>> src/sage/repl/interpreter.py  # 1 doctest failed
>>> sage -t --long --random-seed=125260421738293551212373193771007533631 
>>> src/sage/rings/polynomial/multi_polynomial_sequence.py  # Killed due to 
>>> abort
>>> sage -t --long --random-seed=125260421738293551212373193771007533631 
>>> src/sage/rings/polynomial/pbori/PyPolyBoRi.py  # Killed due to abort
>>> sage -t --long --random-seed=125260421738293551212373193771007533631 
>>> src/sage/rings/polynomial/pbori/fglm.py  # Killed due to abort
>>> sage -t --long --random-seed=125260421738293551212373193771007533631 
>>> src/sage/rings/polynomial/pbori/pbori.pyx  # Killed due to abort
>>> sage -t --long --random-seed=125260421738293551212373193771007533631 
>>> src/sage/rings/polynomial/polynomial_ring_constructor.py  # Killed due to 
>>> abort
>>> sage -t --long --random-seed=125260421738293551212373193771007533631 
>>> src/sage/sat/boolean_polynomials.py  # Killed due to abort
>>> sage -t --long --random-seed=125260421738293551212373193771007533631 
>>> src/sage/sat/solvers/dimacs.py  # Killed due to abort
>>> sage -t --long --random-seed=125260421738293551212373193771007533631 
>>> src/sage/tests/cmdline.py  # 1 doctest failed
>>> --
>>> Features detected for doctesting: 
>>> dvipng,ffmpeg,gfan,graphviz,imagemagick,internet,latex,latex_package_tkz_graph,lualatex,nauty,octave,palp,pandoc,pdf2svg,pdflatex,pdftocairo,sage.combinat,sage.geometry.polyhedron,sage.graphs,sage.groups,sage.misc.cython,sage.plot,sage.rings.number_field,sage.rings.padics,sage.rings.real_double,sage.symbolic,sagemath_doc_html,sphinx,xelatex
>>>
>>> Rerunning failed tests gives the same list.
>>>
>>> Follow-up at https://trac.sagemath.org/ticket/25536
>>>
>>> Among the new failures is the findstat module which is welcome back in 
>>> the list!
>>>
>>>
>>> sage -t --long --random-seed=95614862795994508165725448677302087211 
>>> src/sage/databases/findstat.py
>>> **
>>> File "src/sage/databases/findstat.py", line 49, in 
>>> sage.databases.findstat
>>> Failed example:
>>> r = findstat([(m, m.number_of_nestings()) for n in range(6) for m in 
>>> PM(2*n)], depth=1); r # optional -- internet
>>> Expected:
>>> 0: St42oMp00116 (quality [100, 100])
>>> 1: St41 (quality [20, 100])
>>> ...
>>> Got:
>>> 0: St000233 (quality [16, 100])
>>> 1: St000496 (quality [16, 100])
>>> 2: St000233oMp00112 (quality [16, 100])
>>> 3: St000496oMp00112 (quality [16, 100])
>>> 4: St000232oMp00115 (quality [12, 70])
>>> 5: St000233oMp00249 (quality [12, 70])
>>> 6: St000496oMp00249 (quality [12, 70])
>>> 

[sage-release] Re: Sage 9.8.beta3 released

2022-11-09 Thread 'axio...@yahoo.de' via sage-release
The findstat errors are now tracked in 
https://trac.sagemath.org/ticket/34734

On Tuesday, 8 November 2022 at 16:25:58 UTC+1 axio...@yahoo.de wrote:

> The findstat errors very likely occur because findstat switched to python3 
> last weekend.  Some of these might be upstream errors, many thanks for the 
> report!
>
> Are you going to open a ticket, or should I do it?
>
> Martin
>
> On Monday, 7 November 2022 at 13:52:05 UTC+1 Sébastien Labbé wrote:
>
>> On Ubuntu 18.04, with few optional/external packages, here is what I get:
>>
>> Running with SAGE_LOCAL='/home/slabbe/GitBox/sage/local' and 
>> SAGE_VENV='/home/slabbe/GitBox/sage/local/var/lib/sage/venv-python3.10.8'
>> Using --optional=build,debian,external,glucose,pip,sage,sage_spkg
>> Features to be detected: 
>> 4ti2,benzene,bliss,buckygen,conway_polynomials,cplex,csdp,database_cremona_ellcurve,database_cremona_mini_ellcurve,database_cubic_hecke,database_jones_numfield,database_knotinfo,dvipng,ffmpeg,gfan,graphviz,gurobi,imagemagick,internet,jupymake,kenzo,latex,latex_package_tkz_graph,latte_int,lrslib,lualatex,macaulay2,magma,maple,mathematica,matlab,mcqd,meataxe,msolve,nauty,octave,palp,pandoc,pdf2svg,pdflatex,pdftocairo,phitigra,plantri,polytopes_db,polytopes_db_4d,pynormaliz,python_igraph,rubiks,sage.combinat,sage.geometry.polyhedron,sage.graphs,sage.groups,sage.misc.cython,sage.plot,sage.rings.number_field,sage.rings.padics,sage.rings.real_double,sage.symbolic,sage_numerical_backends_coin,sagemath_doc_html,scilab,sphinx,tdlib,xelatex
>>
>> ...
>>
>> --
>> sage -t --long --random-seed=125260421738293551212373193771007533631 
>> src/doc/en/reference/sat/index.rst  # Killed due to abort
>> sage -t --long --random-seed=125260421738293551212373193771007533631 
>> src/sage/crypto/mq/sr.py  # Killed due to abort
>> sage -t --long --random-seed=125260421738293551212373193771007533631 
>> src/sage/databases/findstat.py  # 24 doctests failed
>> sage -t --long --random-seed=125260421738293551212373193771007533631 
>> src/sage/repl/interpreter.py  # 1 doctest failed
>> sage -t --long --random-seed=125260421738293551212373193771007533631 
>> src/sage/rings/polynomial/multi_polynomial_sequence.py  # Killed due to 
>> abort
>> sage -t --long --random-seed=125260421738293551212373193771007533631 
>> src/sage/rings/polynomial/pbori/PyPolyBoRi.py  # Killed due to abort
>> sage -t --long --random-seed=125260421738293551212373193771007533631 
>> src/sage/rings/polynomial/pbori/fglm.py  # Killed due to abort
>> sage -t --long --random-seed=125260421738293551212373193771007533631 
>> src/sage/rings/polynomial/pbori/pbori.pyx  # Killed due to abort
>> sage -t --long --random-seed=125260421738293551212373193771007533631 
>> src/sage/rings/polynomial/polynomial_ring_constructor.py  # Killed due to 
>> abort
>> sage -t --long --random-seed=125260421738293551212373193771007533631 
>> src/sage/sat/boolean_polynomials.py  # Killed due to abort
>> sage -t --long --random-seed=125260421738293551212373193771007533631 
>> src/sage/sat/solvers/dimacs.py  # Killed due to abort
>> sage -t --long --random-seed=125260421738293551212373193771007533631 
>> src/sage/tests/cmdline.py  # 1 doctest failed
>> --
>> Features detected for doctesting: 
>> dvipng,ffmpeg,gfan,graphviz,imagemagick,internet,latex,latex_package_tkz_graph,lualatex,nauty,octave,palp,pandoc,pdf2svg,pdflatex,pdftocairo,sage.combinat,sage.geometry.polyhedron,sage.graphs,sage.groups,sage.misc.cython,sage.plot,sage.rings.number_field,sage.rings.padics,sage.rings.real_double,sage.symbolic,sagemath_doc_html,sphinx,xelatex
>>
>> Rerunning failed tests gives the same list.
>>
>> Follow-up at https://trac.sagemath.org/ticket/25536
>>
>> Among the new failures is the findstat module which is welcome back in 
>> the list!
>>
>>
>> sage -t --long --random-seed=95614862795994508165725448677302087211 
>> src/sage/databases/findstat.py
>> **
>> File "src/sage/databases/findstat.py", line 49, in sage.databases.findstat
>> Failed example:
>> r = findstat([(m, m.number_of_nestings()) for n in range(6) for m in 
>> PM(2*n)], depth=1); r # optional -- internet
>> Expected:
>> 0: St42oMp00116 (quality [100, 100])
>> 1: St41 (quality [20, 100])
>> ...
>> Got:
>> 0: St000233 (quality [16, 100])
>> 1: St000496 (quality [16, 100])
>> 2: St000233oMp00112 (quality [16, 100])
>> 3: St000496oMp00112 (quality [16, 100])
>> 4: St000232oMp00115 (quality [12, 70])
>> 5: St000233oMp00249 (quality [12, 70])
>> 6: St000496oMp00249 (quality [12, 70])
>> **
>> File "src/sage/databases/findstat.py", line 83, in sage.databases.findstat
>> Failed example:
>> print(r[1].statistic().description()) 
>> # o

[sage-release] Re: Sage 9.8.beta3 released

2022-11-08 Thread 'axio...@yahoo.de' via sage-release
The findstat errors very likely occur because findstat switched to python3 
last weekend.  Some of these might be upstream errors, many thanks for the 
report!

Are you going to open a ticket, or should I do it?

Martin

On Monday, 7 November 2022 at 13:52:05 UTC+1 Sébastien Labbé wrote:

> On Ubuntu 18.04, with few optional/external packages, here is what I get:
>
> Running with SAGE_LOCAL='/home/slabbe/GitBox/sage/local' and 
> SAGE_VENV='/home/slabbe/GitBox/sage/local/var/lib/sage/venv-python3.10.8'
> Using --optional=build,debian,external,glucose,pip,sage,sage_spkg
> Features to be detected: 
> 4ti2,benzene,bliss,buckygen,conway_polynomials,cplex,csdp,database_cremona_ellcurve,database_cremona_mini_ellcurve,database_cubic_hecke,database_jones_numfield,database_knotinfo,dvipng,ffmpeg,gfan,graphviz,gurobi,imagemagick,internet,jupymake,kenzo,latex,latex_package_tkz_graph,latte_int,lrslib,lualatex,macaulay2,magma,maple,mathematica,matlab,mcqd,meataxe,msolve,nauty,octave,palp,pandoc,pdf2svg,pdflatex,pdftocairo,phitigra,plantri,polytopes_db,polytopes_db_4d,pynormaliz,python_igraph,rubiks,sage.combinat,sage.geometry.polyhedron,sage.graphs,sage.groups,sage.misc.cython,sage.plot,sage.rings.number_field,sage.rings.padics,sage.rings.real_double,sage.symbolic,sage_numerical_backends_coin,sagemath_doc_html,scilab,sphinx,tdlib,xelatex
>
> ...
>
> --
> sage -t --long --random-seed=125260421738293551212373193771007533631 
> src/doc/en/reference/sat/index.rst  # Killed due to abort
> sage -t --long --random-seed=125260421738293551212373193771007533631 
> src/sage/crypto/mq/sr.py  # Killed due to abort
> sage -t --long --random-seed=125260421738293551212373193771007533631 
> src/sage/databases/findstat.py  # 24 doctests failed
> sage -t --long --random-seed=125260421738293551212373193771007533631 
> src/sage/repl/interpreter.py  # 1 doctest failed
> sage -t --long --random-seed=125260421738293551212373193771007533631 
> src/sage/rings/polynomial/multi_polynomial_sequence.py  # Killed due to 
> abort
> sage -t --long --random-seed=125260421738293551212373193771007533631 
> src/sage/rings/polynomial/pbori/PyPolyBoRi.py  # Killed due to abort
> sage -t --long --random-seed=125260421738293551212373193771007533631 
> src/sage/rings/polynomial/pbori/fglm.py  # Killed due to abort
> sage -t --long --random-seed=125260421738293551212373193771007533631 
> src/sage/rings/polynomial/pbori/pbori.pyx  # Killed due to abort
> sage -t --long --random-seed=125260421738293551212373193771007533631 
> src/sage/rings/polynomial/polynomial_ring_constructor.py  # Killed due to 
> abort
> sage -t --long --random-seed=125260421738293551212373193771007533631 
> src/sage/sat/boolean_polynomials.py  # Killed due to abort
> sage -t --long --random-seed=125260421738293551212373193771007533631 
> src/sage/sat/solvers/dimacs.py  # Killed due to abort
> sage -t --long --random-seed=125260421738293551212373193771007533631 
> src/sage/tests/cmdline.py  # 1 doctest failed
> --
> Features detected for doctesting: 
> dvipng,ffmpeg,gfan,graphviz,imagemagick,internet,latex,latex_package_tkz_graph,lualatex,nauty,octave,palp,pandoc,pdf2svg,pdflatex,pdftocairo,sage.combinat,sage.geometry.polyhedron,sage.graphs,sage.groups,sage.misc.cython,sage.plot,sage.rings.number_field,sage.rings.padics,sage.rings.real_double,sage.symbolic,sagemath_doc_html,sphinx,xelatex
>
> Rerunning failed tests gives the same list.
>
> Follow-up at https://trac.sagemath.org/ticket/25536
>
> Among the new failures is the findstat module which is welcome back in the 
> list!
>
>
> sage -t --long --random-seed=95614862795994508165725448677302087211 
> src/sage/databases/findstat.py
> **
> File "src/sage/databases/findstat.py", line 49, in sage.databases.findstat
> Failed example:
> r = findstat([(m, m.number_of_nestings()) for n in range(6) for m in 
> PM(2*n)], depth=1); r # optional -- internet
> Expected:
> 0: St42oMp00116 (quality [100, 100])
> 1: St41 (quality [20, 100])
> ...
> Got:
> 0: St000233 (quality [16, 100])
> 1: St000496 (quality [16, 100])
> 2: St000233oMp00112 (quality [16, 100])
> 3: St000496oMp00112 (quality [16, 100])
> 4: St000232oMp00115 (quality [12, 70])
> 5: St000233oMp00249 (quality [12, 70])
> 6: St000496oMp00249 (quality [12, 70])
> **
> File "src/sage/databases/findstat.py", line 83, in sage.databases.findstat
> Failed example:
> print(r[1].statistic().description()) 
> # optional -- internet
> Expected:
> The number of nestings of a perfect matching.
> 
> 
> This is the number of pairs of edges $((a,b), (c,d))$ such that $a\le 
> c\le d\le b$. i.e., the edge $(c,d)$ is nested inside $(a,b)$..

[sage-release] Re: Sage 9.8.beta3 released

2022-11-07 Thread Sébastien Labbé
On Ubuntu 18.04, with few optional/external packages, here is what I get:

Running with SAGE_LOCAL='/home/slabbe/GitBox/sage/local' and 
SAGE_VENV='/home/slabbe/GitBox/sage/local/var/lib/sage/venv-python3.10.8'
Using --optional=build,debian,external,glucose,pip,sage,sage_spkg
Features to be detected: 
4ti2,benzene,bliss,buckygen,conway_polynomials,cplex,csdp,database_cremona_ellcurve,database_cremona_mini_ellcurve,database_cubic_hecke,database_jones_numfield,database_knotinfo,dvipng,ffmpeg,gfan,graphviz,gurobi,imagemagick,internet,jupymake,kenzo,latex,latex_package_tkz_graph,latte_int,lrslib,lualatex,macaulay2,magma,maple,mathematica,matlab,mcqd,meataxe,msolve,nauty,octave,palp,pandoc,pdf2svg,pdflatex,pdftocairo,phitigra,plantri,polytopes_db,polytopes_db_4d,pynormaliz,python_igraph,rubiks,sage.combinat,sage.geometry.polyhedron,sage.graphs,sage.groups,sage.misc.cython,sage.plot,sage.rings.number_field,sage.rings.padics,sage.rings.real_double,sage.symbolic,sage_numerical_backends_coin,sagemath_doc_html,scilab,sphinx,tdlib,xelatex

...

--
sage -t --long --random-seed=125260421738293551212373193771007533631 
src/doc/en/reference/sat/index.rst  # Killed due to abort
sage -t --long --random-seed=125260421738293551212373193771007533631 
src/sage/crypto/mq/sr.py  # Killed due to abort
sage -t --long --random-seed=125260421738293551212373193771007533631 
src/sage/databases/findstat.py  # 24 doctests failed
sage -t --long --random-seed=125260421738293551212373193771007533631 
src/sage/repl/interpreter.py  # 1 doctest failed
sage -t --long --random-seed=125260421738293551212373193771007533631 
src/sage/rings/polynomial/multi_polynomial_sequence.py  # Killed due to 
abort
sage -t --long --random-seed=125260421738293551212373193771007533631 
src/sage/rings/polynomial/pbori/PyPolyBoRi.py  # Killed due to abort
sage -t --long --random-seed=125260421738293551212373193771007533631 
src/sage/rings/polynomial/pbori/fglm.py  # Killed due to abort
sage -t --long --random-seed=125260421738293551212373193771007533631 
src/sage/rings/polynomial/pbori/pbori.pyx  # Killed due to abort
sage -t --long --random-seed=125260421738293551212373193771007533631 
src/sage/rings/polynomial/polynomial_ring_constructor.py  # Killed due to 
abort
sage -t --long --random-seed=125260421738293551212373193771007533631 
src/sage/sat/boolean_polynomials.py  # Killed due to abort
sage -t --long --random-seed=125260421738293551212373193771007533631 
src/sage/sat/solvers/dimacs.py  # Killed due to abort
sage -t --long --random-seed=125260421738293551212373193771007533631 
src/sage/tests/cmdline.py  # 1 doctest failed
--
Features detected for doctesting: 
dvipng,ffmpeg,gfan,graphviz,imagemagick,internet,latex,latex_package_tkz_graph,lualatex,nauty,octave,palp,pandoc,pdf2svg,pdflatex,pdftocairo,sage.combinat,sage.geometry.polyhedron,sage.graphs,sage.groups,sage.misc.cython,sage.plot,sage.rings.number_field,sage.rings.padics,sage.rings.real_double,sage.symbolic,sagemath_doc_html,sphinx,xelatex

Rerunning failed tests gives the same list.

Follow-up at https://trac.sagemath.org/ticket/25536

Among the new failures is the findstat module which is welcome back in the 
list!


sage -t --long --random-seed=95614862795994508165725448677302087211 
src/sage/databases/findstat.py
**
File "src/sage/databases/findstat.py", line 49, in sage.databases.findstat
Failed example:
r = findstat([(m, m.number_of_nestings()) for n in range(6) for m in 
PM(2*n)], depth=1); r # optional -- internet
Expected:
0: St42oMp00116 (quality [100, 100])
1: St41 (quality [20, 100])
...
Got:
0: St000233 (quality [16, 100])
1: St000496 (quality [16, 100])
2: St000233oMp00112 (quality [16, 100])
3: St000496oMp00112 (quality [16, 100])
4: St000232oMp00115 (quality [12, 70])
5: St000233oMp00249 (quality [12, 70])
6: St000496oMp00249 (quality [12, 70])
**
File "src/sage/databases/findstat.py", line 83, in sage.databases.findstat
Failed example:
print(r[1].statistic().description()) # 
optional -- internet
Expected:
The number of nestings of a perfect matching.


This is the number of pairs of edges $((a,b), (c,d))$ such that $a\le 
c\le d\le b$. i.e., the edge $(c,d)$ is nested inside $(a,b)$...
Got:
The rcs statistic of a set partition.

Let $S = B_1,\ldots,B_k$ be a set partition with ordered blocks $B_i$ 
and with $\operatorname{min} B_a < \operatorname{min} B_b$ for $a < b$.

According to [1, Definition 3], a '''rcs''' (right-closer-smaller) of 
$S$ is given by a pair $i > j$ such that $j = \operatorname{max} B_b$ and 
$i \in B_a$ for $a < b$.
***

[sage-release] Re: Sage 9.8.beta3 released

2022-11-01 Thread Emmanuel Charpentier


On Debian testing running on core i7 + 16 GB RAM, avter installing the 
msolve package (which trigerred the reinstallation of some packages, among 
them pari and giac), upgrading 9.8.beta2 to 9.8.beta3 and running ptestlong 
gives three failures` :

--
sage -t --long --warn-long 204.6 
--random-seed=142467117514061445580435831082525621165 
src/sage/dynamics/arithmetic_dynamics/projective_ds.py  # Timed out
sage -t --long --warn-long 204.6 
--random-seed=142467117514061445580435831082525621165 
src/sage/interfaces/gap.py  # 3 doctests failed
sage -t --long --warn-long 204.6 
--random-seed=142467117514061445580435831082525621165 
src/sage/algebras/quantum_groups/quantum_group_gap.py  # 3 doctests failed
--

This is similar to the failures encountered with 9.8.beta2 
 ; 
the plotfailure no longer happens, and the non-return on giac/__init__.py 
has disappeared ; the timeout on projective_ds is transient ; the other two 
failures are reproducible, and appear to be identical to those already 
reported.

HTH,
​
Le dimanche 30 octobre 2022 à 13:49:20 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
>
>
> c3028e74d80 (tag: 9.8.beta3, trac/develop) Updated SageMath version to 
> 9.8.beta3
> 412cc5c0045 Trac #34685: update link to Fukuda's polyhedral FAQ
> e2c43f3806a Trac #34688: fix some details in graphs
> 4c4fcd03773 Trac #34682: clean up old gcc < 8 patches
> 81d63c10e7a Trac #34677: fix most W2 and W3 in geometry, rings, schemes
> cfbbce02ebd Trac #34672: some care for trailing whitespaces
> 40067718c88 Trac #34667: some details in Brandt modules
> 1cdc222e2f2 Trac #34666: full pep8 for elliptic_curves/cardinality
> 0656a0b4e45 Trac #34680: igraph, python_igraph: Update to 0.10.2
> 9aef18a26c2 Trac #34673: change iterator for ordered set partitions
> 60d884af73c Trac #34184: from_lehmer_cocode
> 56ed81e5c75 Trac #34396: pycodestyle cleanup in 
> src/sage/graphs/generic_graph.py (part 8)
> d8bc405a706 Trac #32035: Multiplier Spectra for P^N, N > 1
> 545aadddbff Trac #34674: Fix sage.misc.package_dir doctest after #32874
> dc1d1156715 Trac #34669: Fix a doctest failure due to a small numerical 
> issue on 32 bit maxima-sbcl
> 633fe3a3588 Trac #34523: Add dummy package github_cli
> 2b8a92cdd85 Trac #34460: Update ipywidgets to 8.0.x, widgetsnbextension to 
> 4.0.x
> 36ad46e7748 Trac #31892: Conic parametrization broken
> 2049b708389 Trac #31531: Update topcom to 1.1.2, fix cddlib header search
> bfdfed62e90 Trac #34671: fix the linter again
> 39f9b5da292 Trac #34668: Support matplotlib 3.6
> a6d0a093732 Trac #34660: fix E502 in modular
> 7d970f319a1 Trac #34657: Make make doc-clean also remove 
> reference/documentation/sage_docbuild
> 03f492fc174 Trac #34656: Update furo wheel package to the latest 2022.9.29
> eab83caf777 Trac #34645: fix more W605 in rings
> 791382bcb43 Trac #34643: pep8 cleanup for genera/normal_form
> 612d76857e0 Trac #34642: Add sage_docbuild/ext/ files to doc
> 367967c8bc7 Trac #34637: pep8 and code details for ribbon_tableau
> 95035a9c8d3 Trac #34543: fix typo in UniqueFactorizationDomains
> c35038c2502 Trac #34123: Fast initialization for edge connectivity
> df5472fb537 Trac #14308: unwanted maxima verbose output
> 9c071901f98 Trac #34653: __floordiv__ for sparse polynomials
> 66ad2656f30 Trac #34649: remove one trace of python2
> 9afd26972f2 Trac #34646: add svg display hook for plane partitions
> e04a7891dc2 Trac #34576: do not create symmetric functions that are equal 
> and different from 0
> 45fbb675c15 Trac #34572: GH Actions portability workflows: Use 
> SAGE_FAT_BINARY=yes
> e48ce58582d Trac #34566: Moving some references to the master reference 
> file
> b4da35c5f26 Trac #34434: "sage -package update-latest" should read 
> install-requires.txt and handle wheel packages
> 530896bd20d Trac #34395: pycodestyle cleanup in 
> src/sage/graphs/generic_graph.py (part 7)
> 840a473ba91 Trac #34271: Update python3 to 3.10.8
> 2df91cbbff9 Trac #34179: handle range of parameters in nauty-genbg 
> interface
> 25d8bdc9025 Trac #33816: Update gcc/gfortran to 12.x + Apple Silicon 
> support, update openblas to 0.3.21, gsl to 2.7.1
> 73dce53e395 Trac #32182: Dummy packages _python3.8, _python3.9, 
> _python3.10, _python3.11
> 6d31aad9f67 (tag: 9.8.beta2) Updated SageMath version to 9.8.beta2
>

-- 
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/c5d5d007-9e5d-4002-98e

[sage-release] Re: Sage 9.8.beta3 released

2022-10-31 Thread Eric Gourgoulhon
Thanks for the new release. 

On Ubuntu 20.04 running on Xeon E5-2623 + 16 GB RAM:
- incremental build (-j16) from 9.8.beta2, with system python (3.8.10): OK
- make ptestlong --> "All tests passed!"

Eric.


-- 
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/ebf13b7d-f00f-4669-9c69-578923077078n%40googlegroups.com.