Re: [sage-release] Sage 8.3.beta2 released

2018-05-20 Thread Vincent Delecroix

See https://trac.sagemath.org/ticket/25399

On 21/05/2018 05:25, François Bissey wrote:

If the optional package bliss is installed the following doctests fail:
sage -t --long --warn-long 83.4 src/sage/geometry/polyhedron/base.py  # 
4 doctests failed
sage -t --long --warn-long 83.4 src/sage/geometry/lattice_polytope.py  # 
1 doctest failed
sage -t --long --warn-long 83.4 
src/sage/geometry/polyhedron/ppl_lattice_polytope.py  # 5 doctests failed
sage -t --long --warn-long 83.4 
src/sage/geometry/triangulation/point_configuration.py  # 1 doctest failed
sage -t --long --warn-long 83.4 src/sage/geometry/fan_isomorphism.py  # 
1 doctest failed

>

This is different from the previous series of failures.
Example:
sage -t --long --warn-long 83.6 
src/sage/geometry/triangulation/point_configuration.py

**
File "src/sage/geometry/triangulation/point_configuration.py", line 
1155, in 
sage.geometry.triangulation.point_configuration.PointConfiguration.restricted_automorphism_group 


Failed example:
     pyramid.restricted_automorphism_group()
Expected:
     Permutation Group with generators [(3,5), (2,3)(4,5), (2,4)]
Got:
     Permutation Group with generators [(3,5), (2,3)(4,5)]
**
1 item had failures:

Francois

On 19/05/18 08:03, Volker Braun wrote:
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


b4a14f9782 (tag: 8.3.beta2) Updated SageMath version to 8.3.beta2
0f91c52fc3 Trac #25102: Allow more digits in some outputs
b3147801b2 Trac #25094: Make GAP doctests less version dependent
a2d1ac71a3 Trac #25093: Use year of release for copyright
4070289aee Trac #25066: Minor typo in pynac.pxd
6c8058f15e Trac #25350: trivial cases of operations in ℤ[x]
a5d8ee3b36 Trac #25331: Pyflakes for posets
6b38080d4e Trac #25303: Random orientation of a graph
94ce399587 Trac #25291: speed up generic polynomials
8b45b1e022 Trac #25279: py3: adapt the atlas-config script
aa2ac3f797 Trac #25265: Compute polynomial discriminant over QQbar
35def48abd Trac #25242: is_polynomial fails when multiple roots
0aecaa99fc Trac #25240: Chebyshev and Lattes maps should be created as 
dynamical systems
51ee5108e4 Trac #25232: Minor simplification of 
PolynomialRing.fraction_field()

2d0d2ae4df Trac #25231: py3: miscellaneous minor fixes to sage.crypto
98b609b283 Trac #25218: Extract roots in NumberField if possible
db3b41b1c0 Trac #25215: py3: minor test fixes for 
sage.tensor.modules.free_module_tensor
5bf743455a Trac #25213: Sort terms in DifferentialForm repr/latex by 
coordinate index
0efa28a027 Trac #25210: Add option to make QQbar / AA print using 
radicals

c23aacdda4 Trac #25187: py3: misc fixes to sage.typeset
a204596b9f Trac #25180: py3: fixes to sage.dynamics
82a345f8ab Trac #25138: Make some packages order-only dependencies
9382fea6fe Trac #25127: gauss_sum mod1
fdce8e47ee Trac #25126: Factoring disconnected graph
13b921ed9c Trac #25115: more https links and some typos
b8f7802f39 Trac #25073: Add USA map graph
3ad30beb24 Trac #25020: Some updates to use pycygwin
a80afb248b Trac #24783: py3: minor fixes in sage.interfaces
4fe72af573 Trac #25387: Clean up UniqueRepresentations in sage.algebra 
(part 1)

bb38a0b409 Trac #25380: py3: minor fixes towards docbuild
01623e96c0 Trac #25373: Add IPython support for Cython functions
02f281c1c0 Trac #25371: py3: towards docbuild, more details
6eef55a3f8 Trac #25368: py3: towards docbuild, some details
0f896f0357 Trac #25179: New function to get attribute without binding 
and use it instead of __func__
a7905c7071 Trac #25039: Add sdh_install helper function to 
sage-dist-helpers

40f328aa0b Trac #24975: Improve method binpacking
308d08ffc9 Trac #24760: convert cluster interact to jupyter notebook
705edc0b7b Trac #21162: Row standard tableaux
7357c3aa4e Trac #25323: Feature check for GAP package "prim" is wrong
5cca07b851 Trac #25010: Wrong results for principal_directions in 
ParametrizedSurface3d

02245711f6 Trac #24970: py3: fix sage.tests.cmdline
2953d35508 Trac #24956: py3: miscellaneous minor fixes for 
sage.interfaces.singular
82d89e1abd Trac #25294: Extending valuations in function fields does 
not work
ef697b89b9 Trac #25283: Implement left descent and reduced word for 
colored permutations

25c5e809ab Trac #25274: Clean up cimports in libgap
6ff28fc20a Trac #25204: Upgrade to Python 2.7.15
f079dec4c8 Trac #25197: py3: minor byes/str fixes to sage.matrix
aa5e55aeee Trac #25087: Add DESTDIR support for ppl
c8bf11d065 Trac #24924: Making the bliss canonical form available for 
edge labelled graphs

097ce00d12 Trac #24836: py3: cleanup sage.interfaces.sage0
4dc912cd8c Trac #23851: Fix memoryleak introduced in #11670
f23c4263df Trac #20687: wrong result for is_subword_of
7a93730251 Trac #20564: KleshchevPartitions
bb208e5453 Trac

Re: [sage-release] Sage 8.3.beta2 released

2018-05-20 Thread François Bissey

If the optional package bliss is installed the following doctests fail:
sage -t --long --warn-long 83.4 src/sage/geometry/polyhedron/base.py  # 
4 doctests failed
sage -t --long --warn-long 83.4 src/sage/geometry/lattice_polytope.py  # 
1 doctest failed
sage -t --long --warn-long 83.4 
src/sage/geometry/polyhedron/ppl_lattice_polytope.py  # 5 doctests failed
sage -t --long --warn-long 83.4 
src/sage/geometry/triangulation/point_configuration.py  # 1 doctest failed
sage -t --long --warn-long 83.4 src/sage/geometry/fan_isomorphism.py  # 
1 doctest failed


This is different from the previous series of failures.
Example:
sage -t --long --warn-long 83.6 
src/sage/geometry/triangulation/point_configuration.py

**
File "src/sage/geometry/triangulation/point_configuration.py", line 
1155, in 
sage.geometry.triangulation.point_configuration.PointConfiguration.restricted_automorphism_group

Failed example:
pyramid.restricted_automorphism_group()
Expected:
Permutation Group with generators [(3,5), (2,3)(4,5), (2,4)]
Got:
Permutation Group with generators [(3,5), (2,3)(4,5)]
**
1 item had failures:

Francois

On 19/05/18 08:03, Volker Braun wrote:
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


b4a14f9782 (tag: 8.3.beta2) Updated SageMath version to 8.3.beta2
0f91c52fc3 Trac #25102: Allow more digits in some outputs
b3147801b2 Trac #25094: Make GAP doctests less version dependent
a2d1ac71a3 Trac #25093: Use year of release for copyright
4070289aee Trac #25066: Minor typo in pynac.pxd
6c8058f15e Trac #25350: trivial cases of operations in ℤ[x]
a5d8ee3b36 Trac #25331: Pyflakes for posets
6b38080d4e Trac #25303: Random orientation of a graph
94ce399587 Trac #25291: speed up generic polynomials
8b45b1e022 Trac #25279: py3: adapt the atlas-config script
aa2ac3f797 Trac #25265: Compute polynomial discriminant over QQbar
35def48abd Trac #25242: is_polynomial fails when multiple roots
0aecaa99fc Trac #25240: Chebyshev and Lattes maps should be created as 
dynamical systems
51ee5108e4 Trac #25232: Minor simplification of 
PolynomialRing.fraction_field()

2d0d2ae4df Trac #25231: py3: miscellaneous minor fixes to sage.crypto
98b609b283 Trac #25218: Extract roots in NumberField if possible
db3b41b1c0 Trac #25215: py3: minor test fixes for 
sage.tensor.modules.free_module_tensor
5bf743455a Trac #25213: Sort terms in DifferentialForm repr/latex by 
coordinate index

0efa28a027 Trac #25210: Add option to make QQbar / AA print using radicals
c23aacdda4 Trac #25187: py3: misc fixes to sage.typeset
a204596b9f Trac #25180: py3: fixes to sage.dynamics
82a345f8ab Trac #25138: Make some packages order-only dependencies
9382fea6fe Trac #25127: gauss_sum mod1
fdce8e47ee Trac #25126: Factoring disconnected graph
13b921ed9c Trac #25115: more https links and some typos
b8f7802f39 Trac #25073: Add USA map graph
3ad30beb24 Trac #25020: Some updates to use pycygwin
a80afb248b Trac #24783: py3: minor fixes in sage.interfaces
4fe72af573 Trac #25387: Clean up UniqueRepresentations in sage.algebra 
(part 1)

bb38a0b409 Trac #25380: py3: minor fixes towards docbuild
01623e96c0 Trac #25373: Add IPython support for Cython functions
02f281c1c0 Trac #25371: py3: towards docbuild, more details
6eef55a3f8 Trac #25368: py3: towards docbuild, some details
0f896f0357 Trac #25179: New function to get attribute without binding 
and use it instead of __func__

a7905c7071 Trac #25039: Add sdh_install helper function to sage-dist-helpers
40f328aa0b Trac #24975: Improve method binpacking
308d08ffc9 Trac #24760: convert cluster interact to jupyter notebook
705edc0b7b Trac #21162: Row standard tableaux
7357c3aa4e Trac #25323: Feature check for GAP package "prim" is wrong
5cca07b851 Trac #25010: Wrong results for principal_directions in 
ParametrizedSurface3d

02245711f6 Trac #24970: py3: fix sage.tests.cmdline
2953d35508 Trac #24956: py3: miscellaneous minor fixes for 
sage.interfaces.singular
82d89e1abd Trac #25294: Extending valuations in function fields does not 
work
ef697b89b9 Trac #25283: Implement left descent and reduced word for 
colored permutations

25c5e809ab Trac #25274: Clean up cimports in libgap
6ff28fc20a Trac #25204: Upgrade to Python 2.7.15
f079dec4c8 Trac #25197: py3: minor byes/str fixes to sage.matrix
aa5e55aeee Trac #25087: Add DESTDIR support for ppl
c8bf11d065 Trac #24924: Making the bliss canonical form available for 
edge labelled graphs

097ce00d12 Trac #24836: py3: cleanup sage.interfaces.sage0
4dc912cd8c Trac #23851: Fix memoryleak introduced in #11670
f23c4263df Trac #20687: wrong result for is_subword_of
7a93730251 Trac #20564: KleshchevPartitions
bb208e5453 Trac #24938: mpolynomial.lift signals
2e489dbeaf Trac #24891: improve docstring of reflection groups 

[sage-release] Re: Sage 8.3.beta2 released

2018-05-20 Thread Dima Pasechnik
see https://trac.sagemath.org/ticket/25353

-- 
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 post to this group, send email to sage-release@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-release.
For more options, visit https://groups.google.com/d/optout.


[sage-release] Re: Sage 8.3.beta2 released

2018-05-20 Thread Timo Kaufmann
Linbox fails to build for me (on archlinux). I tried `make distclean && 
make` and the output is here: 
https://gist.github.com/timokau/f9b9de0236c0ba133998fd2567b850f6

The error:

In file included from ../../linbox/matrix/densematrix/blas-matrix.h:54,
 from ../../linbox/matrix/dense-matrix.h:79,
 from ../../linbox/algorithms/rational-solver.h:43,
 from ../../linbox/algorithms/diophantine-solver.h:29,
 from diophantine-solver.C:26:
../../linbox/matrix/densematrix/blas-transposed-matrix.h:74:8: error: too 
many template-parameter-lists
  class TransposedBlasMatrix< TransposedBlasMatrix< Matrix > > : public 
Matrix {
^~

Am Freitag, 18. Mai 2018 22:03:01 UTC+2 schrieb Volker Braun:
>
> 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
>
> b4a14f9782 (tag: 8.3.beta2) Updated SageMath version to 8.3.beta2
> 0f91c52fc3 Trac #25102: Allow more digits in some outputs
> b3147801b2 Trac #25094: Make GAP doctests less version dependent
> a2d1ac71a3 Trac #25093: Use year of release for copyright
> 4070289aee Trac #25066: Minor typo in pynac.pxd
> 6c8058f15e Trac #25350: trivial cases of operations in ℤ[x]
> a5d8ee3b36 Trac #25331: Pyflakes for posets
> 6b38080d4e Trac #25303: Random orientation of a graph
> 94ce399587 Trac #25291: speed up generic polynomials
> 8b45b1e022 Trac #25279: py3: adapt the atlas-config script
> aa2ac3f797 Trac #25265: Compute polynomial discriminant over QQbar
> 35def48abd Trac #25242: is_polynomial fails when multiple roots
> 0aecaa99fc Trac #25240: Chebyshev and Lattes maps should be created as 
> dynamical systems
> 51ee5108e4 Trac #25232: Minor simplification of 
> PolynomialRing.fraction_field()
> 2d0d2ae4df Trac #25231: py3: miscellaneous minor fixes to sage.crypto
> 98b609b283 Trac #25218: Extract roots in NumberField if possible
> db3b41b1c0 Trac #25215: py3: minor test fixes for 
> sage.tensor.modules.free_module_tensor
> 5bf743455a Trac #25213: Sort terms in DifferentialForm repr/latex by 
> coordinate index
> 0efa28a027 Trac #25210: Add option to make QQbar / AA print using radicals
> c23aacdda4 Trac #25187: py3: misc fixes to sage.typeset
> a204596b9f Trac #25180: py3: fixes to sage.dynamics
> 82a345f8ab Trac #25138: Make some packages order-only dependencies
> 9382fea6fe Trac #25127: gauss_sum mod1
> fdce8e47ee Trac #25126: Factoring disconnected graph
> 13b921ed9c Trac #25115: more https links and some typos
> b8f7802f39 Trac #25073: Add USA map graph
> 3ad30beb24 Trac #25020: Some updates to use pycygwin
> a80afb248b Trac #24783: py3: minor fixes in sage.interfaces
> 4fe72af573 Trac #25387: Clean up UniqueRepresentations in sage.algebra 
> (part 1)
> bb38a0b409 Trac #25380: py3: minor fixes towards docbuild
> 01623e96c0 Trac #25373: Add IPython support for Cython functions
> 02f281c1c0 Trac #25371: py3: towards docbuild, more details
> 6eef55a3f8 Trac #25368: py3: towards docbuild, some details
> 0f896f0357 Trac #25179: New function to get attribute without binding and 
> use it instead of __func__
> a7905c7071 Trac #25039: Add sdh_install helper function to 
> sage-dist-helpers
> 40f328aa0b Trac #24975: Improve method binpacking
> 308d08ffc9 Trac #24760: convert cluster interact to jupyter notebook
> 705edc0b7b Trac #21162: Row standard tableaux
> 7357c3aa4e Trac #25323: Feature check for GAP package "prim" is wrong
> 5cca07b851 Trac #25010: Wrong results for principal_directions in 
> ParametrizedSurface3d
> 02245711f6 Trac #24970: py3: fix sage.tests.cmdline
> 2953d35508 Trac #24956: py3: miscellaneous minor fixes for 
> sage.interfaces.singular
> 82d89e1abd Trac #25294: Extending valuations in function fields does not 
> work
> ef697b89b9 Trac #25283: Implement left descent and reduced word for 
> colored permutations
> 25c5e809ab Trac #25274: Clean up cimports in libgap
> 6ff28fc20a Trac #25204: Upgrade to Python 2.7.15
> f079dec4c8 Trac #25197: py3: minor byes/str fixes to sage.matrix
> aa5e55aeee Trac #25087: Add DESTDIR support for ppl
> c8bf11d065 Trac #24924: Making the bliss canonical form available for edge 
> labelled graphs
> 097ce00d12 Trac #24836: py3: cleanup sage.interfaces.sage0
> 4dc912cd8c Trac #23851: Fix memoryleak introduced in #11670
> f23c4263df Trac #20687: wrong result for is_subword_of
> 7a93730251 Trac #20564: KleshchevPartitions
> bb208e5453 Trac #24938: mpolynomial.lift signals
> 2e489dbeaf Trac #24891: improve docstring of reflection groups 
> (apply_reflection, from_reduced_word)
> 4b047da584 Trac #24782: add parameter solver to method chromatic_number
> c74193cc14 Trac #24689: Remove the deprecated files in src/sage/gsl
> 928ef77027 Trac #24591: Global function fields: basic classes
> 006a8e187c Trac #13825: roots over IntegerModRing is horribly slow
> 2eedebcbc5 Trac #10606: Trouble wit