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

2019-07-22 Thread Emmanuel Charpentier
FWIW, on Debian testing running on core i7 + 16 GB Ram, an upgrade from 
8.9.beta2 with Python3 gives me two permanent failures :

--
sage -t --long --warn-long 157.1 
src/sage/algebras/quantum_groups/quantum_group_gap.py  # 6 doctests failed
sage -t --long --warn-long 157.1 
src/sage/rings/polynomial/polynomial_rational_flint.pyx  # 1 doctest failed
--

Details:

charpent@zen-book-flip:/usr/local/sage-P3$ sage -t --long --warn-long 157.1 
src/sage/algebras/quantum_groups/quantum_group_gap.py
Running doctests with ID 2019-07-22-15-36-34-5cefb5f1.
Git branch: develop
Using 
--optional=build,dochtml,dot2tex,fricas,gap_packages,giacpy_sage,memlimit,mpir,python2,sage
Doctesting 1 file.
sage -t --long --warn-long 157.1 
src/sage/algebras/quantum_groups/quantum_group_gap.py
**
File "src/sage/algebras/quantum_groups/quantum_group_gap.py", line 1553, in 
sage.algebras.quantum_groups.quantum_group_gap.QuantumGroupModule._latex_
Failed example:
latex(S)  # optional - gap_packages  # random (depends on dot2tex)
Exception raised:
Traceback (most recent call last):
  File 
"/usr/local/sage-P3/local/lib/python3.7/site-packages/sage/doctest/forker.py", 
line 681, in _run
self.compile_and_execute(example, compiler, test.globs)
  File 
"/usr/local/sage-P3/local/lib/python3.7/site-packages/sage/doctest/forker.py", 
line 1105, in compile_and_execute
exec(compiled, globs)
  File "", 
line 1, in 
latex(S)  # optional - gap_packages  # random (depends on dot2tex)
  File 
"/usr/local/sage-P3/local/lib/python3.7/site-packages/sage/misc/latex.py", 
line 925, in __call__
return LatexExpr(x._latex_())
  File 
"/usr/local/sage-P3/local/lib/python3.7/site-packages/sage/algebras/quantum_groups/quantum_group_gap.py",
 
line 1559, in _latex_
return latex(self.crystal_graph())
  File 
"/usr/local/sage-P3/local/lib/python3.7/site-packages/sage/algebras/quantum_groups/quantum_group_gap.py",
 
line 2097, in crystal_graph
vertices = [CrystalGraphVertex(self, d[repr(p)[1:-1]]) for p in 
G[bytes('points')]]
TypeError: string argument without an encoding
**
File "src/sage/algebras/quantum_groups/quantum_group_gap.py", line 1658, in 
sage.algebras.quantum_groups.quantum_group_gap.QuantumGroupModule.crystal_graph
Failed example:
G = V.crystal_graph(); G# optional - gap_packages
Exception raised:
Traceback (most recent call last):
  File 
"/usr/local/sage-P3/local/lib/python3.7/site-packages/sage/doctest/forker.py", 
line 681, in _run
self.compile_and_execute(example, compiler, test.globs)
  File 
"/usr/local/sage-P3/local/lib/python3.7/site-packages/sage/doctest/forker.py", 
line 1105, in compile_and_execute
exec(compiled, globs)
  File "",
 
line 1, in 
G = V.crystal_graph(); G# optional - gap_packages
  File 
"/usr/local/sage-P3/local/lib/python3.7/site-packages/sage/algebras/quantum_groups/quantum_group_gap.py",
 
line 1666, in crystal_graph
vertices = [CrystalGraphVertex(self, repr(p)) for p in 
G[bytes('points')]]
TypeError: string argument without an encoding
**
File "src/sage/algebras/quantum_groups/quantum_group_gap.py", line 1662, in 
sage.algebras.quantum_groups.quantum_group_gap.QuantumGroupModule.crystal_graph
Failed example:
G.is_isomorphic(B.digraph(), edge_labels=True)  # optional - 
gap_packages
Exception raised:
Traceback (most recent call last):
  File 
"/usr/local/sage-P3/local/lib/python3.7/site-packages/sage/doctest/forker.py", 
line 681, in _run
self.compile_and_execute(example, compiler, test.globs)
  File 
"/usr/local/sage-P3/local/lib/python3.7/site-packages/sage/doctest/forker.py", 
line 1105, in compile_and_execute
exec(compiled, globs)
  File "",
 
line 1, in 
G.is_isomorphic(B.digraph(), edge_labels=True)  # optional - 
gap_packages
NameError: name 'G' is not defined
**
File "src/sage/algebras/quantum_groups/quantum_group_gap.py", line 2082, in 
sage.algebras.quantum_groups.quantum_group_gap.HighestWeightSubmodule.crystal_graph
Failed example:
G = S.crystal_graph()# optional - gap_packages
Exception raised:
Traceback (most recent call last):
  File 
"/usr/local/sage-P3/local/lib/python3.7/site-packages/sage/doctest/forker.py", 
line 681, in _run
self.compile_and_execute(example, compiler, test.globs)
  File 
"/usr/local/sage-P3/local/lib/python3.7/site-packages/sage/doctest/forker.py", 
line 1105, in compile_and_execute
exec(compiled, globs)
  File "",

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

2019-07-21 Thread Markus Wageringel
Whenever I run `./sage -b` with Python 2, the extensions 
'sage.matrix.matrix_mod2_dense' and 'sage.modules.vector_mod2_dense' get 
recompiled, even if nothing has changed. Apparently, this already happened with 
8.8 though, but not with Python 3.

-- 
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/d39a18a1-e907-4a7f-b874-460f59e3d1bd%40googlegroups.com.


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

2019-07-20 Thread darwin doppelganger
 
Built from the source tarball on my MacBook Pro, 10.14.5:

> SageMath version 8.9.beta3, Release Date: 2019-07-19
> ...
> Sage build/upgrade complete!

-- 
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/29883fba-e791-48a6-b02a-816bd6ab8a6b%40googlegroups.com.