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

2019-09-12 Thread John H Palmieri


On Friday, September 6, 2019 at 3:13:07 AM UTC-7, E. Madison Bray wrote:
>
> On Fri, Sep 6, 2019 at 11:36 AM E. Madison Bray  > wrote: 
> > 
> > Consistently getting a test failure on Cygwin related to some oddity in 
> GAP: 
> > 
> > sage -t --long --warn-long 109.3 src/sage/tests/cmdline.py 
> > ** 
> > File "src/sage/tests/cmdline.py", line 535, in 
> > sage.tests.cmdline.test_executable 
> > Failed example: 
> > out 
> > Expected: 
> > '120\n' 
> > Got: 
> > "you can 'quit;' to quit to outer loop, or\nyou can 'return;' to 
> continue\n" 
> > ** 
> > File "src/sage/tests/cmdline.py", line 537, in 
> > sage.tests.cmdline.test_executable 
> > Failed example: 
> > err.replace('gap: halving pool size.', '').strip() 
> > Expected: 
> > '' 
> > Got: 
> > 'Error,  must not contain \'\\\' or \':\' at 
> > /home/embray/src/sagemath/sage/local/share/gap/lib/files.gi:53 called 
> > from\nfunc( C[i] ) at 
> > /home/embray/src/sagemath/sage/local/share/gap/lib/coll.gi:665 called 
> > from\nList( GAPInfo.DirectoriesSystemPrograms, Directory \n ) at 
> > /home/embray/src/sagemath/sage/local/share/gap/lib/files.gd:420 called 
> > from\n(  )\n called 
> > from read-eval loop at 
> > 
> /home/embray/src/sagemath/sage/local/share/gap/pkg/alnuth-3.1.1/defs.g:10\nbrk>
>  
>
> > 120\nbrk>' 
> > ** 
> > 1 item had failures: 
> >2 of 251 in sage.tests.cmdline.test_executable 
> > [250 tests, 2 failures, 273.09 s] 
> > -- 
> > sage -t --long --warn-long 109.3 src/sage/tests/cmdline.py  # 2 doctests 
> failed 
> > -- 
> > 
> > Can't be sure yet that it isn't just a weird, localized issue in my 
> > installation.  Will investigate. 
>
> Yes, that's all it was.  I had a PATH entry with a \ in it, thanks to 
> conda still being a bit buggy on Cygwin :)  Conversely, I don't think 
> GAP should blow up in this case either.  So, two issues to file 
> \o/ 
>


I see this failure if I have a PATH entry with a space in it, as in 
"/Users/palmieri/path\ with\ space/". GAP should be able to handle this, I 
think.

-- 
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/b786f72f-134d-4eac-bb74-12838be0f6aa%40googlegroups.com.


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

2019-09-06 Thread Dima Pasechnik
On Fri, Sep 6, 2019 at 11:13 AM E. Madison Bray  wrote:
>
> On Fri, Sep 6, 2019 at 11:36 AM E. Madison Bray  wrote:
> >
> > Consistently getting a test failure on Cygwin related to some oddity in GAP:
> >
> > sage -t --long --warn-long 109.3 src/sage/tests/cmdline.py
> > **
> > File "src/sage/tests/cmdline.py", line 535, in
> > sage.tests.cmdline.test_executable
> > Failed example:
> > out
> > Expected:
> > '120\n'
> > Got:
> > "you can 'quit;' to quit to outer loop, or\nyou can 'return;' to 
> > continue\n"
> > **
> > File "src/sage/tests/cmdline.py", line 537, in
> > sage.tests.cmdline.test_executable
> > Failed example:
> > err.replace('gap: halving pool size.', '').strip()
> > Expected:
> > ''
> > Got:
> > 'Error,  must not contain \'\\\' or \':\' at
> > /home/embray/src/sagemath/sage/local/share/gap/lib/files.gi:53 called
> > from\nfunc( C[i] ) at
> > /home/embray/src/sagemath/sage/local/share/gap/lib/coll.gi:665 called
> > from\nList( GAPInfo.DirectoriesSystemPrograms, Directory \n ) at
> > /home/embray/src/sagemath/sage/local/share/gap/lib/files.gd:420 called
> > from\n(  )\n called
> > from read-eval loop at
> > /home/embray/src/sagemath/sage/local/share/gap/pkg/alnuth-3.1.1/defs.g:10\nbrk>
> > 120\nbrk>'
> > **
> > 1 item had failures:
> >2 of 251 in sage.tests.cmdline.test_executable
> > [250 tests, 2 failures, 273.09 s]
> > --
> > sage -t --long --warn-long 109.3 src/sage/tests/cmdline.py  # 2 doctests 
> > failed
> > --
> >
> > Can't be sure yet that it isn't just a weird, localized issue in my
> > installation.  Will investigate.
>
> Yes, that's all it was.  I had a PATH entry with a \ in it, thanks to
> conda still being a bit buggy on Cygwin :)  Conversely, I don't think
> GAP should blow up in this case either.  So, two issues to file
> \o/

as I am now (and till March 2020) officially working for St. Andrews,
I'll lookng forward to GAP issues, please CC me there :-)

Dima
>
>
> > On Tue, Sep 3, 2019 at 1:22 AM 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
> > >
> > >
> > > bdf4b23d74 (trac/develop, tag: 8.9.beta9) Updated SageMath version to 
> > > 8.9.beta9
> > > c631202c12 Trac #28411: refresh the prompt in the installation guide
> > > 45482b13f0 Trac #28387: Implement function that returns the balanced 
> > > digit representation of an integer
> > > 4454ffec0d Trac #28384: py2: UnicodeDecodeError in doctest framework 
> > > exception handling
> > > 0c8192c3de Trac #28366: Lattice precision timing test fails on Windows 7 
> > > due to low-ish clock resolution
> > > 5e1b351a89 Trac #28274: EnumeratedFamily should use integers as keys
> > > ec9715bb88 Trac #28172: Profile of a Finite Permutation Group
> > > dcf58df8b5 Trac #28154: SciPy: patch for missing coding lines in some 
> > > source files
> > > 82d75fd335 Trac #27917: Standardize doctest headers
> > > 04d5aab185 Trac #25817: RuntimeError: Encountered operator mismatch in 
> > > maxima-to-sr translation, integrate
> > > 45314bcbcf Trac #23639: Strange errors with roots() of polynomials over 
> > > polynomial rings
> > > f29cee985f Trac #28419: new pyflakes miscellanous cleanup
> > > 77bddf472a Trac #28417: removed deprecated stuff in integer_mod
> > > c565a3aa0a Trac #28412: upgrade Pynac to 0.7.26
> > > 2e47b34ab8 Trac #28408: fixing a few invalid escape sequences
> > > 877d26294b Trac #28407: py3: fix quantum_group_gap and graph_latex
> > > 3db8be3dc0 Trac #28399: remove deprecated things in integer.pyx
> > > 6a837c5ea6 Trac #27818: Meet-subsemilattice for lattices
> > > 2920f66a0e Trac #27798: Add `backend` option to associahedron and flow 
> > > polytope
> > > 98f3199887 Trac #27587: Follow up to #25680: Fix tempfile handling in 
> > > doctests
> > > 0719be21c2 Trac #27473: Matrix inversion fails over a Laurent series ring
> > > 842a3dcd41 Trac #27444: Expose multithreaded fflas-ffpack features
> > > cee95e6b38 Trac #28404: Sign of hypergeometric motives is sometimes wrong
> > > af8bf5ead8 Trac #28400: fixing a few roles
> > > 1cdf4955c6 Trac #28398: _richcmp_ for quaternion algebra elements
> > > abb2397287 Trac #28397: fix some wrong doctests that were not run
> > > 2465a9e494 Trac #28396: faster Möbius matrix for Hasse diagrams
> > > 4b4b5bf81b Trac #28395: Bug in is_weil_polynomial
> > > 77466c5716 Trac #28393: add self-tests for polymake
> > > a7f0a353e5 Trac #28391: dependencies file for jupymake
> > > e7a3ec0d98 Trac #28377: polymake interface broken with "non-standard" 
> > > 

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

2019-09-06 Thread E. Madison Bray
On Fri, Sep 6, 2019 at 11:36 AM E. Madison Bray  wrote:
>
> Consistently getting a test failure on Cygwin related to some oddity in GAP:
>
> sage -t --long --warn-long 109.3 src/sage/tests/cmdline.py
> **
> File "src/sage/tests/cmdline.py", line 535, in
> sage.tests.cmdline.test_executable
> Failed example:
> out
> Expected:
> '120\n'
> Got:
> "you can 'quit;' to quit to outer loop, or\nyou can 'return;' to 
> continue\n"
> **
> File "src/sage/tests/cmdline.py", line 537, in
> sage.tests.cmdline.test_executable
> Failed example:
> err.replace('gap: halving pool size.', '').strip()
> Expected:
> ''
> Got:
> 'Error,  must not contain \'\\\' or \':\' at
> /home/embray/src/sagemath/sage/local/share/gap/lib/files.gi:53 called
> from\nfunc( C[i] ) at
> /home/embray/src/sagemath/sage/local/share/gap/lib/coll.gi:665 called
> from\nList( GAPInfo.DirectoriesSystemPrograms, Directory \n ) at
> /home/embray/src/sagemath/sage/local/share/gap/lib/files.gd:420 called
> from\n(  )\n called
> from read-eval loop at
> /home/embray/src/sagemath/sage/local/share/gap/pkg/alnuth-3.1.1/defs.g:10\nbrk>
> 120\nbrk>'
> **
> 1 item had failures:
>2 of 251 in sage.tests.cmdline.test_executable
> [250 tests, 2 failures, 273.09 s]
> --
> sage -t --long --warn-long 109.3 src/sage/tests/cmdline.py  # 2 doctests 
> failed
> --
>
> Can't be sure yet that it isn't just a weird, localized issue in my
> installation.  Will investigate.

Yes, that's all it was.  I had a PATH entry with a \ in it, thanks to
conda still being a bit buggy on Cygwin :)  Conversely, I don't think
GAP should blow up in this case either.  So, two issues to file
\o/


> On Tue, Sep 3, 2019 at 1:22 AM 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
> >
> >
> > bdf4b23d74 (trac/develop, tag: 8.9.beta9) Updated SageMath version to 
> > 8.9.beta9
> > c631202c12 Trac #28411: refresh the prompt in the installation guide
> > 45482b13f0 Trac #28387: Implement function that returns the balanced digit 
> > representation of an integer
> > 4454ffec0d Trac #28384: py2: UnicodeDecodeError in doctest framework 
> > exception handling
> > 0c8192c3de Trac #28366: Lattice precision timing test fails on Windows 7 
> > due to low-ish clock resolution
> > 5e1b351a89 Trac #28274: EnumeratedFamily should use integers as keys
> > ec9715bb88 Trac #28172: Profile of a Finite Permutation Group
> > dcf58df8b5 Trac #28154: SciPy: patch for missing coding lines in some 
> > source files
> > 82d75fd335 Trac #27917: Standardize doctest headers
> > 04d5aab185 Trac #25817: RuntimeError: Encountered operator mismatch in 
> > maxima-to-sr translation, integrate
> > 45314bcbcf Trac #23639: Strange errors with roots() of polynomials over 
> > polynomial rings
> > f29cee985f Trac #28419: new pyflakes miscellanous cleanup
> > 77bddf472a Trac #28417: removed deprecated stuff in integer_mod
> > c565a3aa0a Trac #28412: upgrade Pynac to 0.7.26
> > 2e47b34ab8 Trac #28408: fixing a few invalid escape sequences
> > 877d26294b Trac #28407: py3: fix quantum_group_gap and graph_latex
> > 3db8be3dc0 Trac #28399: remove deprecated things in integer.pyx
> > 6a837c5ea6 Trac #27818: Meet-subsemilattice for lattices
> > 2920f66a0e Trac #27798: Add `backend` option to associahedron and flow 
> > polytope
> > 98f3199887 Trac #27587: Follow up to #25680: Fix tempfile handling in 
> > doctests
> > 0719be21c2 Trac #27473: Matrix inversion fails over a Laurent series ring
> > 842a3dcd41 Trac #27444: Expose multithreaded fflas-ffpack features
> > cee95e6b38 Trac #28404: Sign of hypergeometric motives is sometimes wrong
> > af8bf5ead8 Trac #28400: fixing a few roles
> > 1cdf4955c6 Trac #28398: _richcmp_ for quaternion algebra elements
> > abb2397287 Trac #28397: fix some wrong doctests that were not run
> > 2465a9e494 Trac #28396: faster Möbius matrix for Hasse diagrams
> > 4b4b5bf81b Trac #28395: Bug in is_weil_polynomial
> > 77466c5716 Trac #28393: add self-tests for polymake
> > a7f0a353e5 Trac #28391: dependencies file for jupymake
> > e7a3ec0d98 Trac #28377: polymake interface broken with "non-standard" 
> > quadratic fields
> > a535670711 Trac #28339: Random failure in src/sage/interfaces/expect.py
> > f34f77e4da Trac #28271: Implement LexM traversal
> > 304feb1626 Trac #28229: Generalized shifted prime tableau
> > e570374675 Trac #27689: Implement is_pyramid, is_bipyramid, is_prism for 
> > polytopes
> > addde7bcc7 Trac #28380: bump up the version of givaro in spkg-configure.m4
> > 

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

2019-09-06 Thread E. Madison Bray
Consistently getting a test failure on Cygwin related to some oddity in GAP:

sage -t --long --warn-long 109.3 src/sage/tests/cmdline.py
**
File "src/sage/tests/cmdline.py", line 535, in
sage.tests.cmdline.test_executable
Failed example:
out
Expected:
'120\n'
Got:
"you can 'quit;' to quit to outer loop, or\nyou can 'return;' to continue\n"
**
File "src/sage/tests/cmdline.py", line 537, in
sage.tests.cmdline.test_executable
Failed example:
err.replace('gap: halving pool size.', '').strip()
Expected:
''
Got:
'Error,  must not contain \'\\\' or \':\' at
/home/embray/src/sagemath/sage/local/share/gap/lib/files.gi:53 called
from\nfunc( C[i] ) at
/home/embray/src/sagemath/sage/local/share/gap/lib/coll.gi:665 called
from\nList( GAPInfo.DirectoriesSystemPrograms, Directory \n ) at
/home/embray/src/sagemath/sage/local/share/gap/lib/files.gd:420 called
from\n(  )\n called
from read-eval loop at
/home/embray/src/sagemath/sage/local/share/gap/pkg/alnuth-3.1.1/defs.g:10\nbrk>
120\nbrk>'
**
1 item had failures:
   2 of 251 in sage.tests.cmdline.test_executable
[250 tests, 2 failures, 273.09 s]
--
sage -t --long --warn-long 109.3 src/sage/tests/cmdline.py  # 2 doctests failed
--

Can't be sure yet that it isn't just a weird, localized issue in my
installation.  Will investigate.

On Tue, Sep 3, 2019 at 1:22 AM 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
>
>
> bdf4b23d74 (trac/develop, tag: 8.9.beta9) Updated SageMath version to 
> 8.9.beta9
> c631202c12 Trac #28411: refresh the prompt in the installation guide
> 45482b13f0 Trac #28387: Implement function that returns the balanced digit 
> representation of an integer
> 4454ffec0d Trac #28384: py2: UnicodeDecodeError in doctest framework 
> exception handling
> 0c8192c3de Trac #28366: Lattice precision timing test fails on Windows 7 due 
> to low-ish clock resolution
> 5e1b351a89 Trac #28274: EnumeratedFamily should use integers as keys
> ec9715bb88 Trac #28172: Profile of a Finite Permutation Group
> dcf58df8b5 Trac #28154: SciPy: patch for missing coding lines in some source 
> files
> 82d75fd335 Trac #27917: Standardize doctest headers
> 04d5aab185 Trac #25817: RuntimeError: Encountered operator mismatch in 
> maxima-to-sr translation, integrate
> 45314bcbcf Trac #23639: Strange errors with roots() of polynomials over 
> polynomial rings
> f29cee985f Trac #28419: new pyflakes miscellanous cleanup
> 77bddf472a Trac #28417: removed deprecated stuff in integer_mod
> c565a3aa0a Trac #28412: upgrade Pynac to 0.7.26
> 2e47b34ab8 Trac #28408: fixing a few invalid escape sequences
> 877d26294b Trac #28407: py3: fix quantum_group_gap and graph_latex
> 3db8be3dc0 Trac #28399: remove deprecated things in integer.pyx
> 6a837c5ea6 Trac #27818: Meet-subsemilattice for lattices
> 2920f66a0e Trac #27798: Add `backend` option to associahedron and flow 
> polytope
> 98f3199887 Trac #27587: Follow up to #25680: Fix tempfile handling in doctests
> 0719be21c2 Trac #27473: Matrix inversion fails over a Laurent series ring
> 842a3dcd41 Trac #27444: Expose multithreaded fflas-ffpack features
> cee95e6b38 Trac #28404: Sign of hypergeometric motives is sometimes wrong
> af8bf5ead8 Trac #28400: fixing a few roles
> 1cdf4955c6 Trac #28398: _richcmp_ for quaternion algebra elements
> abb2397287 Trac #28397: fix some wrong doctests that were not run
> 2465a9e494 Trac #28396: faster Möbius matrix for Hasse diagrams
> 4b4b5bf81b Trac #28395: Bug in is_weil_polynomial
> 77466c5716 Trac #28393: add self-tests for polymake
> a7f0a353e5 Trac #28391: dependencies file for jupymake
> e7a3ec0d98 Trac #28377: polymake interface broken with "non-standard" 
> quadratic fields
> a535670711 Trac #28339: Random failure in src/sage/interfaces/expect.py
> f34f77e4da Trac #28271: Implement LexM traversal
> 304feb1626 Trac #28229: Generalized shifted prime tableau
> e570374675 Trac #27689: Implement is_pyramid, is_bipyramid, is_prism for 
> polytopes
> addde7bcc7 Trac #28380: bump up the version of givaro in spkg-configure.m4
> 8f1c30f031 Trac #28403: py3: crypto/block_cipher/present.py doctest failures
> 0ae7ffa669 Trac #25727: Prevent giac from giving localized output
> 109c1bd6c1 Trac #28060: Extensions of finite fields embeddings: we have 
> inverse image but `inverse_image` throws `NotImplemented`
> 0c5c45c0cf Trac #27937: Fix for functorial construction of monoid algebras
> fee35bf412 Trac #27851: Convert sqrt(D) to UCF
> 3b7ef2c62c Trac #27831: Small fix for is_symmetric for matrices 

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

2019-09-04 Thread 'Justin C. Walker' via sage-release



> On Sep 2, 2019, at 16:22 , 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 

And again:

As with 8.9-b6, 8.9-b7, and -b8, the build, from a fresh clone of the develop 
branch, worked w/o problems, on three macOS systems: 10.11.6 (mid-2015 MBP, 
Quad-core i7), 10.13.6 (2017 iMac Pro, 18-core Xeon W), and 10.14.6 (2017 MBP, 
Quad-core Core i7).

Testing (‘ptestlong’):
- all tests passed on 10.11.6 and 10.14.6
- test failures in one file on 10.13.6:
1 item had failures:
--
sage -t --long --warn-long 71.5 src/sage/libs/singular/polynomial.pyx  # 1 
doctest failed
———

For 8.9-b6, the test failed twice when run by itself.
For 8.9-b7, the test passed twice when run by itself.
For 8.9-b8, the test failed twice when run by itself.
Again this time, 8.9-b9, the test failed twice when run by itself.

Justin

--
Justin C. Walker, Curmudgeon-At-Large
Director
Institute for the Enhancement of the Director's Income

"Weaseling out of things is what separates us from the animals.
 Well, except the weasel."
  - Homer J Simpson



-- 
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/90B38F56-C16A-47BE-8636-A4AE2555C8B1%40mac.com.


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

2019-09-04 Thread Dima Pasechnik
On Wed, Sep 4, 2019 at 10:30 AM E. Madison Bray  wrote:
>
> Although it might be a little late, at this point, if we want to make
> sure it's well-enough tested, I think we should try to include the
> following in 8.9 final:
>
> https://trac.sagemath.org/ticket/28356

yes please, and also two other (and much smaller) bug-fixing tickets related to
configure with external packages,
https://trac.sagemath.org/ticket/28401
and
https://trac.sagemath.org/ticket/28405
>
> As discussed when the first version of this code was added, it's
> actually reasonably robust and might happen to fix other docbuild
> hanging issues that have been reported (or at least the one we do know
> the cause of; I don't know if there are other causes).  Everyone who's
> tested this has built the docs successfully with it, and the code
> itself is generally well-reviewed.
>
> OTOH I can't promise there are *no* bugs--just not any I have found yet.
>
> On Tue, Sep 3, 2019 at 1:22 AM 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
> >
> >
> > bdf4b23d74 (trac/develop, tag: 8.9.beta9) Updated SageMath version to 
> > 8.9.beta9
> > c631202c12 Trac #28411: refresh the prompt in the installation guide
> > 45482b13f0 Trac #28387: Implement function that returns the balanced digit 
> > representation of an integer
> > 4454ffec0d Trac #28384: py2: UnicodeDecodeError in doctest framework 
> > exception handling
> > 0c8192c3de Trac #28366: Lattice precision timing test fails on Windows 7 
> > due to low-ish clock resolution
> > 5e1b351a89 Trac #28274: EnumeratedFamily should use integers as keys
> > ec9715bb88 Trac #28172: Profile of a Finite Permutation Group
> > dcf58df8b5 Trac #28154: SciPy: patch for missing coding lines in some 
> > source files
> > 82d75fd335 Trac #27917: Standardize doctest headers
> > 04d5aab185 Trac #25817: RuntimeError: Encountered operator mismatch in 
> > maxima-to-sr translation, integrate
> > 45314bcbcf Trac #23639: Strange errors with roots() of polynomials over 
> > polynomial rings
> > f29cee985f Trac #28419: new pyflakes miscellanous cleanup
> > 77bddf472a Trac #28417: removed deprecated stuff in integer_mod
> > c565a3aa0a Trac #28412: upgrade Pynac to 0.7.26
> > 2e47b34ab8 Trac #28408: fixing a few invalid escape sequences
> > 877d26294b Trac #28407: py3: fix quantum_group_gap and graph_latex
> > 3db8be3dc0 Trac #28399: remove deprecated things in integer.pyx
> > 6a837c5ea6 Trac #27818: Meet-subsemilattice for lattices
> > 2920f66a0e Trac #27798: Add `backend` option to associahedron and flow 
> > polytope
> > 98f3199887 Trac #27587: Follow up to #25680: Fix tempfile handling in 
> > doctests
> > 0719be21c2 Trac #27473: Matrix inversion fails over a Laurent series ring
> > 842a3dcd41 Trac #27444: Expose multithreaded fflas-ffpack features
> > cee95e6b38 Trac #28404: Sign of hypergeometric motives is sometimes wrong
> > af8bf5ead8 Trac #28400: fixing a few roles
> > 1cdf4955c6 Trac #28398: _richcmp_ for quaternion algebra elements
> > abb2397287 Trac #28397: fix some wrong doctests that were not run
> > 2465a9e494 Trac #28396: faster Möbius matrix for Hasse diagrams
> > 4b4b5bf81b Trac #28395: Bug in is_weil_polynomial
> > 77466c5716 Trac #28393: add self-tests for polymake
> > a7f0a353e5 Trac #28391: dependencies file for jupymake
> > e7a3ec0d98 Trac #28377: polymake interface broken with "non-standard" 
> > quadratic fields
> > a535670711 Trac #28339: Random failure in src/sage/interfaces/expect.py
> > f34f77e4da Trac #28271: Implement LexM traversal
> > 304feb1626 Trac #28229: Generalized shifted prime tableau
> > e570374675 Trac #27689: Implement is_pyramid, is_bipyramid, is_prism for 
> > polytopes
> > addde7bcc7 Trac #28380: bump up the version of givaro in spkg-configure.m4
> > 8f1c30f031 Trac #28403: py3: crypto/block_cipher/present.py doctest failures
> > 0ae7ffa669 Trac #25727: Prevent giac from giving localized output
> > 109c1bd6c1 Trac #28060: Extensions of finite fields embeddings: we have 
> > inverse image but `inverse_image` throws `NotImplemented`
> > 0c5c45c0cf Trac #27937: Fix for functorial construction of monoid algebras
> > fee35bf412 Trac #27851: Convert sqrt(D) to UCF
> > 3b7ef2c62c Trac #27831: Small fix for is_symmetric for matrices over CDF
> > 8f76f4d242 Trac #27760: Generalized Permutohedra and type H4 4-uniform 
> > polytopes
> > 67de66d92d Trac #27096: Bug in Buchberger algorithm over Tate algebra
> > 6b8839d39f Trac #25823: maxima segfaults on integral computation
> > 4583b4056e (tag: 8.9.beta8, trac/develop) Updated SageMath version to 
> > 8.9.beta8
> >
> > --
> > 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 

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

2019-09-04 Thread E. Madison Bray
Although it might be a little late, at this point, if we want to make
sure it's well-enough tested, I think we should try to include the
following in 8.9 final:

https://trac.sagemath.org/ticket/28356

As discussed when the first version of this code was added, it's
actually reasonably robust and might happen to fix other docbuild
hanging issues that have been reported (or at least the one we do know
the cause of; I don't know if there are other causes).  Everyone who's
tested this has built the docs successfully with it, and the code
itself is generally well-reviewed.

OTOH I can't promise there are *no* bugs--just not any I have found yet.

On Tue, Sep 3, 2019 at 1:22 AM 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
>
>
> bdf4b23d74 (trac/develop, tag: 8.9.beta9) Updated SageMath version to 
> 8.9.beta9
> c631202c12 Trac #28411: refresh the prompt in the installation guide
> 45482b13f0 Trac #28387: Implement function that returns the balanced digit 
> representation of an integer
> 4454ffec0d Trac #28384: py2: UnicodeDecodeError in doctest framework 
> exception handling
> 0c8192c3de Trac #28366: Lattice precision timing test fails on Windows 7 due 
> to low-ish clock resolution
> 5e1b351a89 Trac #28274: EnumeratedFamily should use integers as keys
> ec9715bb88 Trac #28172: Profile of a Finite Permutation Group
> dcf58df8b5 Trac #28154: SciPy: patch for missing coding lines in some source 
> files
> 82d75fd335 Trac #27917: Standardize doctest headers
> 04d5aab185 Trac #25817: RuntimeError: Encountered operator mismatch in 
> maxima-to-sr translation, integrate
> 45314bcbcf Trac #23639: Strange errors with roots() of polynomials over 
> polynomial rings
> f29cee985f Trac #28419: new pyflakes miscellanous cleanup
> 77bddf472a Trac #28417: removed deprecated stuff in integer_mod
> c565a3aa0a Trac #28412: upgrade Pynac to 0.7.26
> 2e47b34ab8 Trac #28408: fixing a few invalid escape sequences
> 877d26294b Trac #28407: py3: fix quantum_group_gap and graph_latex
> 3db8be3dc0 Trac #28399: remove deprecated things in integer.pyx
> 6a837c5ea6 Trac #27818: Meet-subsemilattice for lattices
> 2920f66a0e Trac #27798: Add `backend` option to associahedron and flow 
> polytope
> 98f3199887 Trac #27587: Follow up to #25680: Fix tempfile handling in doctests
> 0719be21c2 Trac #27473: Matrix inversion fails over a Laurent series ring
> 842a3dcd41 Trac #27444: Expose multithreaded fflas-ffpack features
> cee95e6b38 Trac #28404: Sign of hypergeometric motives is sometimes wrong
> af8bf5ead8 Trac #28400: fixing a few roles
> 1cdf4955c6 Trac #28398: _richcmp_ for quaternion algebra elements
> abb2397287 Trac #28397: fix some wrong doctests that were not run
> 2465a9e494 Trac #28396: faster Möbius matrix for Hasse diagrams
> 4b4b5bf81b Trac #28395: Bug in is_weil_polynomial
> 77466c5716 Trac #28393: add self-tests for polymake
> a7f0a353e5 Trac #28391: dependencies file for jupymake
> e7a3ec0d98 Trac #28377: polymake interface broken with "non-standard" 
> quadratic fields
> a535670711 Trac #28339: Random failure in src/sage/interfaces/expect.py
> f34f77e4da Trac #28271: Implement LexM traversal
> 304feb1626 Trac #28229: Generalized shifted prime tableau
> e570374675 Trac #27689: Implement is_pyramid, is_bipyramid, is_prism for 
> polytopes
> addde7bcc7 Trac #28380: bump up the version of givaro in spkg-configure.m4
> 8f1c30f031 Trac #28403: py3: crypto/block_cipher/present.py doctest failures
> 0ae7ffa669 Trac #25727: Prevent giac from giving localized output
> 109c1bd6c1 Trac #28060: Extensions of finite fields embeddings: we have 
> inverse image but `inverse_image` throws `NotImplemented`
> 0c5c45c0cf Trac #27937: Fix for functorial construction of monoid algebras
> fee35bf412 Trac #27851: Convert sqrt(D) to UCF
> 3b7ef2c62c Trac #27831: Small fix for is_symmetric for matrices over CDF
> 8f76f4d242 Trac #27760: Generalized Permutohedra and type H4 4-uniform 
> polytopes
> 67de66d92d Trac #27096: Bug in Buchberger algorithm over Tate algebra
> 6b8839d39f Trac #25823: maxima segfaults on integral computation
> 4583b4056e (tag: 8.9.beta8, trac/develop) Updated SageMath version to 
> 8.9.beta8
>
> --
> 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/81faec30-03eb-4a66-b110-6417607004a7%40googlegroups.com.

-- 
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 

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

2019-09-03 Thread François Bissey
https://trac.sagemath.org/ticket/28271 broke the building of the pdf doc.
See https://github.com/cschwan/sage-on-gentoo/issues/549
I’ll have a follow up at some point in the next 24hours. The ticket introduced
a unicode “minus” sign at
https://github.com/sagemath/sage/blob/develop/src/sage/graphs/traversals.pyx#L1284


> On 3/09/2019, at 5:53 PM, Henri Girard  wrote:
> 
> Ubuntu 19.10 (+1) beta, AMD 8x 64 bits 16 Go RAM
> 
> Le 26/08/2019 à 08:18, Henri Girard a écrit :
>> Ubuntu 19.10 (+1) beta, AMD 8x 64 bits 16 Go RAM
>> 
>> Compilation ok works fine (from beta 7 to 8)
>> 
>> Le 26/08/2019 à 00:37, 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 
>>> 
>>> It is nearing the end of the 8.9 merge window, so if you want something 
>>> merged then this is your last chance.
>>> 
>>> I'm inclined to name the next version 9.0. In particular, we now have 
>>> Python 3 support that, while not perfect, is at least usable so we should 
>>> mark that with a new major version. Also point-9 is a natural place to 
>>> switch. If you want to voice your opinion on that issue: now is the time ;-)
>>> 
>>> 
>>> 4583b4056e (tag: 8.9.beta8, trac/develop) Updated SageMath version to 
>>> 8.9.beta8
>>> 6565e63ee9 Trac #28373: new big bag of typos
>>> 0052843038 Trac #28297: Small optimizations to arithmetic in number fields 
>>> of degree > 2
>>> a9f414a6f8 Trac #28057: Adding precision in computing the generators of the 
>>> period lattice of an elliptic curve.
>>> 40c5efa0c8 Trac #28365: Use something instead of time() to ensure Manifold 
>>> uniqueness in tests
>>> bd8504c9e8 Trac #28335: Cythonize Yen_k_shortest_simple_paths and 
>>> feng_k_shortest_simple_paths
>>> c1d5763dc3 Trac #28147: Remove _derivative from Polynomial_template
>>> ef1517da96 Trac #28056: Sboxes Maintenance
>>> 05bd7671a2 Trac #26098: Implement L-functions using the PARI library
>>> c050128f4a Trac #20755: Bug in solve due to a bug in 
>>> symbolic_expression_from_maxima_string
>>> 2a4bfffc48 Trac #28353: var() with single-element list/tuple crashes with 
>>> unhandled TypeError
>>> 0a45dfc784 Trac #28371: py3: errors with optional package CSDP
>>> 5ab84a6fb3 Trac #28369: Improve progress report in gitlab-ci
>>> a8599952c3 Trac #28367: MR30: Update README.md: -py3 suffix
>>> 56f7684a57 Trac #28346: Use dots instead of precision in polynomial_element
>>> 8edd3f2797 Trac #28201: small cleanup of databases/cremona
>>> 1b7d07b6cc Trac #27573: PRESENT Block Cipher
>>> 5f22d242b6 Trac #28321: py3: rationals can not be initialized from a pair 
>>> of big Python ints
>>> b972100c84 Trac #24494: Deprecate set_planar_positions()
>>> 42eb5103aa Trac #28364: MR29: Update faq-usage.rst
>>> 047992b031 Trac #28361: Implement parameter external_face of layout_planar()
>>> ae73a81a59 Trac #28343: Three.js: Support basic mesh plots
>>> 7e623eddb1 Trac #28116: Cython 0.29.12
>>> 7508513e65 Trac #28108: Py3: ValueError in graph_generators doctests with 
>>> plantri optional package
>>> a98c0ab16f Trac #28347: Add as_integer_ratio() for Integer, Rational, 
>>> RealNumber, RealDoubleElement
>>> 431187f776 Trac #28344: Fix some issues with submanifolds and improve their 
>>> documentation
>>> 7c0d719021 Trac #28342: spkg-configure.m4 for m4ri, m4rie, givaro
>>> 5d6ac68f68 Trac #28228: Semistandard super tableau and standard super 
>>> tableau for superRSK
>>> 7d561d89cf (tag: 8.9.beta7) Updated SageMath version to 8.9.beta7
>>> 
>>> -- 
>>> 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/b1182f0f-112b-4f14-b6b8-6eb94f02e1dc%40googlegroups.com.
> 
> -- 
> 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/95a32695-c787-9ee5-c19b-3baa1d0d9f9d%40gmail.com.

-- 
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/1D9C0737-C450-4CA1-9EA1-0D92D9795D12%40gmail.com.


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

2019-09-02 Thread Henri Girard

Ubuntu 19.10 (+1) beta, AMD 8x 64 bits 16 Go RAM

Le 26/08/2019 à 08:18, Henri Girard a écrit :


Ubuntu 19.10 (+1) beta, AMD 8x 64 bits 16 Go RAM

Compilation ok works fine (from beta 7 to 8)

Le 26/08/2019 à 00:37, 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


It is nearing the end of the 8.9 merge window, so if you want 
something merged then this is your last chance.


I'm inclined to name the next version 9.0. In particular, we now have 
Python 3 support that, while not perfect, is at least usable so we 
should mark that with a new major version. Also point-9 is a natural 
place to switch. If you want to voice your opinion on that issue: now 
is the time ;-)



4583b4056e (tag: 8.9.beta8, trac/develop) Updated SageMath version to 
8.9.beta8

6565e63ee9 Trac #28373: new big bag of typos
0052843038 Trac #28297: Small optimizations to arithmetic in number 
fields of degree > 2
a9f414a6f8 Trac #28057: Adding precision in computing the generators 
of the period lattice of an elliptic curve.
40c5efa0c8 Trac #28365: Use something instead of time() to ensure 
Manifold uniqueness in tests
bd8504c9e8 Trac #28335: Cythonize Yen_k_shortest_simple_paths and 
feng_k_shortest_simple_paths

c1d5763dc3 Trac #28147: Remove _derivative from Polynomial_template
ef1517da96 Trac #28056: Sboxes Maintenance
05bd7671a2 Trac #26098: Implement L-functions using the PARI library
c050128f4a Trac #20755: Bug in solve due to a bug in 
symbolic_expression_from_maxima_string
2a4bfffc48 Trac #28353: var() with single-element list/tuple crashes 
with unhandled TypeError

0a45dfc784 Trac #28371: py3: errors with optional package CSDP
5ab84a6fb3 Trac #28369: Improve progress report in gitlab-ci
a8599952c3 Trac #28367: MR30: Update README.md: -py3 suffix
56f7684a57 Trac #28346: Use dots instead of precision in 
polynomial_element

8edd3f2797 Trac #28201: small cleanup of databases/cremona
1b7d07b6cc Trac #27573: PRESENT Block Cipher
5f22d242b6 Trac #28321: py3: rationals can not be initialized from a 
pair of big Python ints

b972100c84 Trac #24494: Deprecate set_planar_positions()
42eb5103aa Trac #28364: MR29: Update faq-usage.rst
047992b031 Trac #28361: Implement parameter external_face of 
layout_planar()

ae73a81a59 Trac #28343: Three.js: Support basic mesh plots
7e623eddb1 Trac #28116: Cython 0.29.12
7508513e65 Trac #28108: Py3: ValueError in graph_generators doctests 
with plantri optional package
a98c0ab16f Trac #28347: Add as_integer_ratio() for Integer, Rational, 
RealNumber, RealDoubleElement
431187f776 Trac #28344: Fix some issues with submanifolds and improve 
their documentation

7c0d719021 Trac #28342: spkg-configure.m4 for m4ri, m4rie, givaro
5d6ac68f68 Trac #28228: Semistandard super tableau and standard super 
tableau for superRSK

7d561d89cf (tag: 8.9.beta7) Updated SageMath version to 8.9.beta7

--
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/b1182f0f-112b-4f14-b6b8-6eb94f02e1dc%40googlegroups.com 
.


--
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/95a32695-c787-9ee5-c19b-3baa1d0d9f9d%40gmail.com.


[sage-release] Sage 8.9.beta9 released

2019-09-02 Thread 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 


bdf4b23d74 (trac/develop, tag: 8.9.beta9) Updated SageMath version to 
8.9.beta9
c631202c12 Trac #28411: refresh the prompt in the installation guide
45482b13f0 Trac #28387: Implement function that returns the balanced digit 
representation of an integer
4454ffec0d Trac #28384: py2: UnicodeDecodeError in doctest framework 
exception handling
0c8192c3de Trac #28366: Lattice precision timing test fails on Windows 7 
due to low-ish clock resolution
5e1b351a89 Trac #28274: EnumeratedFamily should use integers as keys
ec9715bb88 Trac #28172: Profile of a Finite Permutation Group
dcf58df8b5 Trac #28154: SciPy: patch for missing coding lines in some 
source files
82d75fd335 Trac #27917: Standardize doctest headers
04d5aab185 Trac #25817: RuntimeError: Encountered operator mismatch in 
maxima-to-sr translation, integrate
45314bcbcf Trac #23639: Strange errors with roots() of polynomials over 
polynomial rings
f29cee985f Trac #28419: new pyflakes miscellanous cleanup
77bddf472a Trac #28417: removed deprecated stuff in integer_mod
c565a3aa0a Trac #28412: upgrade Pynac to 0.7.26
2e47b34ab8 Trac #28408: fixing a few invalid escape sequences
877d26294b Trac #28407: py3: fix quantum_group_gap and graph_latex
3db8be3dc0 Trac #28399: remove deprecated things in integer.pyx
6a837c5ea6 Trac #27818: Meet-subsemilattice for lattices
2920f66a0e Trac #27798: Add `backend` option to associahedron and flow 
polytope
98f3199887 Trac #27587: Follow up to #25680: Fix tempfile handling in 
doctests
0719be21c2 Trac #27473: Matrix inversion fails over a Laurent series ring
842a3dcd41 Trac #27444: Expose multithreaded fflas-ffpack features
cee95e6b38 Trac #28404: Sign of hypergeometric motives is sometimes wrong
af8bf5ead8 Trac #28400: fixing a few roles
1cdf4955c6 Trac #28398: _richcmp_ for quaternion algebra elements
abb2397287 Trac #28397: fix some wrong doctests that were not run
2465a9e494 Trac #28396: faster Möbius matrix for Hasse diagrams
4b4b5bf81b Trac #28395: Bug in is_weil_polynomial
77466c5716 Trac #28393: add self-tests for polymake
a7f0a353e5 Trac #28391: dependencies file for jupymake
e7a3ec0d98 Trac #28377: polymake interface broken with "non-standard" 
quadratic fields
a535670711 Trac #28339: Random failure in src/sage/interfaces/expect.py
f34f77e4da Trac #28271: Implement LexM traversal
304feb1626 Trac #28229: Generalized shifted prime tableau
e570374675 Trac #27689: Implement is_pyramid, is_bipyramid, is_prism for 
polytopes
addde7bcc7 Trac #28380: bump up the version of givaro in spkg-configure.m4
8f1c30f031 Trac #28403: py3: crypto/block_cipher/present.py doctest failures
0ae7ffa669 Trac #25727: Prevent giac from giving localized output
109c1bd6c1 Trac #28060: Extensions of finite fields embeddings: we have 
inverse image but `inverse_image` throws `NotImplemented`
0c5c45c0cf Trac #27937: Fix for functorial construction of monoid algebras
fee35bf412 Trac #27851: Convert sqrt(D) to UCF
3b7ef2c62c Trac #27831: Small fix for is_symmetric for matrices over CDF
8f76f4d242 Trac #27760: Generalized Permutohedra and type H4 4-uniform 
polytopes
67de66d92d Trac #27096: Bug in Buchberger algorithm over Tate algebra
6b8839d39f Trac #25823: maxima segfaults on integral computation
4583b4056e (tag: 8.9.beta8, trac/develop) Updated SageMath version to 
8.9.beta8

-- 
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/81faec30-03eb-4a66-b110-6417607004a7%40googlegroups.com.