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

2019-12-09 Thread Eric Gourgoulhon
On Ubuntu 18.04 running on a bi-Xeon E5-2623 (8 cores) + 16 GB RAM computer:

  - incremental build (with -j16) from 9.0.beta8: OK 
  - all tests from ptestlong 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/763f7052-ab7b-4507-896a-484f3342f90c%40googlegroups.com.


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

2019-12-09 Thread Emmanuel Charpentier
On Debian testing running on core i5 + 8 GB RAM, upgrading a 9.0.beta8 
Python3-based Sage and running ptestalllong gives nine transient failures 
and no permanent one:

| File  | Result|
|---+---+
| src/sage/plot/animate.py  | 7 doctests failed |
| src/doc/en/constructions/linear_algebra.rst   | 1 doctest failed  |
| src/sage/misc/latex.py| 1 doctest failed  |
| src/doc/en/constructions/interface_issues.rst | 1 doctest failed  |
| src/sage/repl/load.py | 1 doctest failed  |
| src/doc/en/developer/coding_in_other.rst  | 1 doctest failed  |
| src/sage/interfaces/octave.py | 3 doctests failed |
| src/sage/databases/findstat.py| 1 doctest failed  |
| src/sage/interfaces/magma_free.py | 2 doctests failed |

One notes that three of these those transient failures (those occuring in 
.rst files) were not observed in previous 9.0betas.

HTH,

Le dimanche 8 décembre 2019 22:41:25 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 
>
>
> 87c3057957 (tag: 9.0.beta9, trac/develop) Updated SageMath version to 
> 9.0.beta9
> abea10f4ae (origin/develop) Trac #28843: typo ticket: explicitely -> 
> explicitly
> 3988ae0c3b Trac #28841: fix some little details in doc
> d370054b01 Trac #28839: adding a minimal lgtm.yml file
> 9466c95d7f Trac #28835: Remove python3-known-passing.txt and the 
> corresponding parts of the Makefile
> 368a68abad Trac #28830: cleaning the file dlx.py
> 08421c59a1 Trac #28792: SageNB, message about removal
> 6a92dab9a4 Trac #28840: pari 2.11.2
> 1d1e3a3cac Trac #28833: ResourceWarning: unclosed file with SAGE_DEBUG=yes
> d3e64db048 Trac #28818: from gap to libgap in strongly_regular_db
> 6147d1a5c6 Trac #28639: Polyhedron_normaliz: Initialize new cone from both 
> Vrep and Hrep
> f312974943 Trac #28834: Doctesting: don't test SageNB files unless SageNB 
> has been installed
> 9e0670240c Trac #28822: Use assert on a condition that should always be 
> true
> 3814db49b8 Trac #28826: a few typos
> b2254ebec7 Trac #28476: norm returns a negative number
> 71ec07fb58 Trac #28289: Settings in ipython_config.py can cause tests to 
> fail
> f1b8ad8d50 Trac #28825: refresh the file combinat/tuple
> 4c75b8087d Trac #28821: get rid of filter
> 1c63696cfb Trac #28801: Fix ThreeJS script paths for Firefox on Windows
> fb1c004e14 Trac #28541: bug in change_ring for polynomials
> 680649c354 Trac #24398: Document function initialization parameters
> 0a1ddb16a2 Trac #28710: update sagenb to 1.1.3
> 6d8849ca36 Trac #28258: Fork errors in sage.misc.cython doctests
> cf9673bc59 (tag: 9.0.beta8) Updated SageMath version to 9.0.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/c3ec4556-d11f-4506-bb3c-fdff86ae67c1%40googlegroups.com.


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

2019-12-09 Thread E. Madison Bray
On Mon, Dec 9, 2019 at 5:27 AM Travis Scrimshaw  wrote:
>
> Surprisingly it did work after a distclean. Strange... Sorry for the noise.

Make sure that if `./configure` was re-run that it kept
`--with-python=2`.  There is a bug that if configure gets re-run
needlessly sometimes it doesn't keep the previous flags.  There was
discussion about this in the last release thread.

> On Monday, December 9, 2019 at 1:24:24 PM UTC+10, Travis Scrimshaw wrote:
>>
>> I am unable to build using my Python2 install as it fails at cysignals (it 
>> works on Python3). It might not have been this precise version as I tried 
>> from beta3. I am trying after a distclean, but I don't expect a different 
>> result. I known non-Python3 is a low priority, but I think we should still 
>> try to get this to work. Any thoughts?
>>
>> Best,
>> Travis
>>
>>
>> On Monday, December 9, 2019 at 7:41:25 AM UTC+10, 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
>>>
>>>
>>> 87c3057957 (tag: 9.0.beta9, trac/develop) Updated SageMath version to 
>>> 9.0.beta9
>>> abea10f4ae (origin/develop) Trac #28843: typo ticket: explicitely -> 
>>> explicitly
>>> 3988ae0c3b Trac #28841: fix some little details in doc
>>> d370054b01 Trac #28839: adding a minimal lgtm.yml file
>>> 9466c95d7f Trac #28835: Remove python3-known-passing.txt and the 
>>> corresponding parts of the Makefile
>>> 368a68abad Trac #28830: cleaning the file dlx.py
>>> 08421c59a1 Trac #28792: SageNB, message about removal
>>> 6a92dab9a4 Trac #28840: pari 2.11.2
>>> 1d1e3a3cac Trac #28833: ResourceWarning: unclosed file with SAGE_DEBUG=yes
>>> d3e64db048 Trac #28818: from gap to libgap in strongly_regular_db
>>> 6147d1a5c6 Trac #28639: Polyhedron_normaliz: Initialize new cone from both 
>>> Vrep and Hrep
>>> f312974943 Trac #28834: Doctesting: don't test SageNB files unless SageNB 
>>> has been installed
>>> 9e0670240c Trac #28822: Use assert on a condition that should always be true
>>> 3814db49b8 Trac #28826: a few typos
>>> b2254ebec7 Trac #28476: norm returns a negative number
>>> 71ec07fb58 Trac #28289: Settings in ipython_config.py can cause tests to 
>>> fail
>>> f1b8ad8d50 Trac #28825: refresh the file combinat/tuple
>>> 4c75b8087d Trac #28821: get rid of filter
>>> 1c63696cfb Trac #28801: Fix ThreeJS script paths for Firefox on Windows
>>> fb1c004e14 Trac #28541: bug in change_ring for polynomials
>>> 680649c354 Trac #24398: Document function initialization parameters
>>> 0a1ddb16a2 Trac #28710: update sagenb to 1.1.3
>>> 6d8849ca36 Trac #28258: Fork errors in sage.misc.cython doctests
>>> cf9673bc59 (tag: 9.0.beta8) Updated SageMath version to 9.0.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/003f8ccb-1632-434c-8380-031885ef3f0a%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/CAOTD34bZjZWCUzxAOHooKXEyAzR-WCmd6ZpdNwcg2A08dJ-DaA%40mail.gmail.com.


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

2019-12-09 Thread E. Madison Bray
On Sun, Dec 8, 2019 at 10:41 PM 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
>
>
> 87c3057957 (tag: 9.0.beta9, trac/develop) Updated SageMath version to 
> 9.0.beta9
> abea10f4ae (origin/develop) Trac #28843: typo ticket: explicitely -> 
> explicitly
> 3988ae0c3b Trac #28841: fix some little details in doc
> d370054b01 Trac #28839: adding a minimal lgtm.yml file
> 9466c95d7f Trac #28835: Remove python3-known-passing.txt and the 
> corresponding parts of the Makefile
> 368a68abad Trac #28830: cleaning the file dlx.py
> 08421c59a1 Trac #28792: SageNB, message about removal
> 6a92dab9a4 Trac #28840: pari 2.11.2
> 1d1e3a3cac Trac #28833: ResourceWarning: unclosed file with SAGE_DEBUG=yes
> d3e64db048 Trac #28818: from gap to libgap in strongly_regular_db
> 6147d1a5c6 Trac #28639: Polyhedron_normaliz: Initialize new cone from both 
> Vrep and Hrep
> f312974943 Trac #28834: Doctesting: don't test SageNB files unless SageNB has 
> been installed
> 9e0670240c Trac #28822: Use assert on a condition that should always be true
> 3814db49b8 Trac #28826: a few typos
> b2254ebec7 Trac #28476: norm returns a negative number
> 71ec07fb58 Trac #28289: Settings in ipython_config.py can cause tests to fail
> f1b8ad8d50 Trac #28825: refresh the file combinat/tuple
> 4c75b8087d Trac #28821: get rid of filter
> 1c63696cfb Trac #28801: Fix ThreeJS script paths for Firefox on Windows
> fb1c004e14 Trac #28541: bug in change_ring for polynomials
> 680649c354 Trac #24398: Document function initialization parameters
> 0a1ddb16a2 Trac #28710: update sagenb to 1.1.3
> 6d8849ca36 Trac #28258: Fork errors in sage.misc.cython doctests
> cf9673bc59 (tag: 9.0.beta8) Updated SageMath version to 9.0.beta8

Can somebody please review the blocker ticket
https://trac.sagemath.org/ticket/28829 ?

It depends on https://trac.sagemath.org/ticket/28832 which now has
positive review.

-- 
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/CAOTD34aV8%2BLsU_q%2B1H8NFQHEx0fXgYpnmV_YwqwJzPc7HBxmxA%40mail.gmail.com.


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

2019-12-09 Thread Emmanuel Charpentier
On a slightly larger machine (Debian testing running on core i7 + 16 GB 
RAM, with gap-packages installed),ptestalllong gets me seven temporary 
failures and three permanent ones:

File | Result| P/T
-+---+
src/sage/plot/animate.py | 7 doctests failed | T  
src/sage/interfaces/psage.py | 1 doctest failed  | T  
src/sage/numerical/backends/glpk_backend.pyx | 1 doctest failed  | P  
src/sage/tests/gap_packages.py   | 1 doctest failed  | P  
src/sage/symbolic/integration/external.py| 1 doctest failed  | T  
src/sage/misc/latex.py   | 1 doctest failed  | T  
src/sage/libs/glpk/error.pyx | 1 doctest failed  | P  
src/sage/repl/load.py| 1 doctest failed  | T  
src/sage/combinat/designs/ext_rep.py | 1 doctest failed  | T  
src/sage/databases/findstat.py   | 1 doctest failed  | Y  

All of these failures have already been reported.

HTH,

Le lundi 9 décembre 2019 14:24:34 UTC+1, Emmanuel Charpentier a écrit :
>
> On Debian testing running on core i5 + 8 GB RAM, upgrading a 9.0.beta8 
> Python3-based Sage and running ptestalllong gives nine transient failures 
> and no permanent one:
>
> | File  | Result|
> |---+---+
> | src/sage/plot/animate.py  | 7 doctests failed |
> | src/doc/en/constructions/linear_algebra.rst   | 1 doctest failed  |
> | src/sage/misc/latex.py| 1 doctest failed  |
> | src/doc/en/constructions/interface_issues.rst | 1 doctest failed  |
> | src/sage/repl/load.py | 1 doctest failed  |
> | src/doc/en/developer/coding_in_other.rst  | 1 doctest failed  |
> | src/sage/interfaces/octave.py | 3 doctests failed |
> | src/sage/databases/findstat.py| 1 doctest failed  |
> | src/sage/interfaces/magma_free.py | 2 doctests failed |
>
> One notes that three of these those transient failures (those occuring in 
> .rst files) were not observed in previous 9.0betas.
>
> HTH,
>
> Le dimanche 8 décembre 2019 22:41:25 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 
>>
>>
>> 87c3057957 (tag: 9.0.beta9, trac/develop) Updated SageMath version to 
>> 9.0.beta9
>> abea10f4ae (origin/develop) Trac #28843: typo ticket: explicitely -> 
>> explicitly
>> 3988ae0c3b Trac #28841: fix some little details in doc
>> d370054b01 Trac #28839: adding a minimal lgtm.yml file
>> 9466c95d7f Trac #28835: Remove python3-known-passing.txt and the 
>> corresponding parts of the Makefile
>> 368a68abad Trac #28830: cleaning the file dlx.py
>> 08421c59a1 Trac #28792: SageNB, message about removal
>> 6a92dab9a4 Trac #28840: pari 2.11.2
>> 1d1e3a3cac Trac #28833: ResourceWarning: unclosed file with SAGE_DEBUG=yes
>> d3e64db048 Trac #28818: from gap to libgap in strongly_regular_db
>> 6147d1a5c6 Trac #28639: Polyhedron_normaliz: Initialize new cone from 
>> both Vrep and Hrep
>> f312974943 Trac #28834: Doctesting: don't test SageNB files unless SageNB 
>> has been installed
>> 9e0670240c Trac #28822: Use assert on a condition that should always be 
>> true
>> 3814db49b8 Trac #28826: a few typos
>> b2254ebec7 Trac #28476: norm returns a negative number
>> 71ec07fb58 Trac #28289: Settings in ipython_config.py can cause tests to 
>> fail
>> f1b8ad8d50 Trac #28825: refresh the file combinat/tuple
>> 4c75b8087d Trac #28821: get rid of filter
>> 1c63696cfb Trac #28801: Fix ThreeJS script paths for Firefox on Windows
>> fb1c004e14 Trac #28541: bug in change_ring for polynomials
>> 680649c354 Trac #24398: Document function initialization parameters
>> 0a1ddb16a2 Trac #28710: update sagenb to 1.1.3
>> 6d8849ca36 Trac #28258: Fork errors in sage.misc.cython doctests
>> cf9673bc59 (tag: 9.0.beta8) Updated SageMath version to 9.0.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/08a973e0-937e-40f5-9810-67913a5d0c5f%40googlegroups.com.


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

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



> On Dec 8, 2019, at 13:41 , 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 

Built w/o problems from a fresh clone of the develop branch on two macOS 
systems: 10.13.6 (2017 iMac Pro, 18-core Xeon W) and 10.14.6 (2017 MBP, 
Quad-core Core i7).  All tests passed on both (‘ptestlong;).

Justin

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

Experience is what you get
  when you don't get what you want.




-- 
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/824D7087-76E0-4106-AB91-93515D762D3E%40mac.com.


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

2019-12-09 Thread Sébastien Labbé
Running tests for many optional/external packages, I get

Using 
--optional=4ti2,cbc,ccache,cryptominisat,dot2tex,e_antic,external,glucose,latte_int,lidia,lrslib,memlimit,normaliz,notedown,openssl,pandoc_attributes,pycosat,pynormaliz,rst2ipynb,sage,sagenb

--
sage -t --long src/doc/en/thematic_tutorials/linear_programming.rst  # 1 
doctest failed
sage -t --long src/sage/databases/findstat.py  # 1 doctest failed
sage -t --long src/sage/geometry/polyhedron/base.py  # Killed due to abort
sage -t --long src/sage/graphs/generators/families.py  # 7 doctests failed
sage -t --long src/sage/graphs/generators/smallgraphs.py  # 2 doctests 
failed
sage -t --long src/sage/misc/latex.py  # 1 doctest failed
sage -t --long src/sage/plot/animate.py  # 7 doctests failed
sage -t --long src/sage/repl/load.py  # 1 doctest failed
sage -t --long src/sage/tests/cmdline.py  # 2 doctests failed
--
External software detected for doctesting: 
cplex,ffmpeg,graphviz,gurobi,imagemagick,internet,latex,pandoc

Reruning failed tests I get:

--
sage -t --long src/doc/en/thematic_tutorials/linear_programming.rst  # 1 
doctest failed
sage -t --long src/sage/databases/findstat.py  # 1 doctest failed
sage -t --long src/sage/geometry/polyhedron/base.py  # Killed due to abort
sage -t --long src/sage/graphs/generators/smallgraphs.py  # 2 doctests 
failed
sage -t --long src/sage/misc/latex.py  # 1 doctest failed
sage -t --long src/sage/plot/animate.py  # 7 doctests failed
sage -t --long src/sage/repl/load.py  # 1 doctest failed
sage -t --long src/sage/tests/cmdline.py  # 2 doctests failed
--
External software detected for doctesting: 
ffmpeg,imagemagick,internet,latex,pandoc

which means that the following is not reproduced:

sage -t --long src/sage/graphs/generators/families.py  # 7 doctests failed

The following now has positive review 
(https://trac.sagemath.org/ticket/28762):

sage -t --long src/sage/tests/cmdline.py  # 2 doctests failed

Follow up for the remaining 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/d18cb893-b531-4ab8-8952-40a1d86fb770%40googlegroups.com.