[sage-release] Re: Sage 8.4.beta4 released

2018-09-13 Thread Eric Gourgoulhon
On Ubuntu 18.04 running on Intel Core i7-6700HQ + 16 GB RAM, from a fresh 
git clone + pull develop, parallel build (-j8) OK and 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 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.4.beta4 released

2018-09-11 Thread John H Palmieri


On Tuesday, September 11, 2018 at 7:25:04 PM UTC-7, Andrew wrote:
>
> Using an imac running:
>
> ProductName:Mac OS X
> ProductVersion:10.13.6
> BuildVersion:17G65
> Xcode 9.4.1
> Build version 9F2000
>
> sage 8.4.beta.4 builds, modulo the issues with pip-18.0 mentioned in 
> https://groups.google.com/forum/#!topic/sage-release/XUYlh2DHP9E, and all 
> tests pass except for the following three that timed out or were aborted:
>
> sage -t --long --warn-long 52.9 
> src/sage/schemes/elliptic_curves/ell_modular_symbols.py  # Timed out
> sage -t --long --warn-long 52.9 src/sage/doctest/external.py  # Killed due 
> to abort
> sage -t --long --warn-long 52.9 src/sage/combinat/designs/ext_rep.py  # 
> Killed due to abort
>

The last two failures have been reported: 
https://trac.sagemath.org/ticket/25921. You can avoid them by setting a 
shell variable

export OBJC_DISABLE_INITIALIZE_FORK_SAFETY=YES

before doctesting.

  John

 

>
> There were also 10 arnings of lows doctests.
>
> Andrew
>
> On Wednesday, 12 September 2018 01:48:05 UTC+10, Emmanuel Charpentier 
> wrote:
>>
>> FWIW, (incrementally) builds and passes ptestlong with no failure 
>> whatsoever on a couble of Debian testing machines.
>>
>> HTH,
>>
>> Le vendredi 7 septembre 2018 01:24:58 UTC+2, 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
>>>
>>>
>>> fc36a57a38 (tag: 8.4.beta4) Updated SageMath version to 8.4.beta4
>>> 087970b220 Trac #25321: coxeter3 spkg-install: sed -i is not portable
>>> b67dac0ea4 Trac #26186: cleanup of ssmod.py
>>> b286ec47ac Trac #26110: Tests marked "optional - dochtml" are not run by 
>>> default
>>> 1a152c0bdf Trac #26182: py3: fix doctests failures of 
>>> sage/sets/disjoint_set.pyx
>>> 3ab642f124 Trac #26171: unify wikipedia links in graphs module
>>> aa69c9480c Trac #25987: Sagemath translation problem with lambert_w when 
>>> using Fricas and giac
>>> c2f70c8398 Trac #25886: Implement field_of_definition for DynamicalSystem
>>> 8b6dd4d6c6 Trac #26187: py3: correct a deprecated assert
>>> 7f38b6523f Trac #26181: py3: cleanup of the Cusps class
>>> 526439a740 Trac #26179: py3: hash for words
>>> 25ccb3ec49 Trac #26177: py3: fix hash for codes
>>> 86dd3321e4 Trac #26170: Support Java 10+
>>> 8fe93f86a6 Trac #25925: py3: Fix combinat.tiling module for python3
>>> 3bc87a57d7 Trac #25011: Better fix to "GCC is installed multiple times"
>>> 4c2743c38d Trac #24544: cleaning linbox declarations + reimplement modn 
>>> interface
>>> b9e6fdba3c Trac #26184: Broken regression test on search_doc
>>> 544424046b Trac #25834: add factors and palindromic complexities into 
>>> finite words
>>> 7930f6935e Trac #26142: docbuild, inventory builder: don't say that it 
>>> is the html builder
>>> 122463febe Trac #26140: Various malformatted docstrings
>>> 0a2560f57c Trac #26139: Py3 doctest in hasse_diagram
>>> 0231779346 Trac #26127: Improve documentation of function_field.py
>>> 59f35d46a4 Trac #25854: LatticePoset, trivial addition
>>> 485f9b037f Trac #25839: Raise Error if Univariate PR used to construct 
>>> ProjectiveSpace
>>> 4b9303e680 Trac #25829: Typo in subwords doc
>>> 586aa5b698 Trac #25819: Typo in doc
>>> c44a8da9c1 Trac #25810: Remove a note from is_chordal
>>> 80516e5602 Trac #25758: Fix a latex typo in coding basics of the 
>>> developer manual.
>>> 58bcdfdc91 Trac #25757: Fix typo in finitely generated matrix group
>>> 9beada33ed Trac #25704: py3: very minor cleanup in sage.misc.latex
>>> e207a92c8f Trac #25699: py3: tiny fix to sage.misc.session
>>> 5abe578673 Trac #26166: Fix some sorting issues in sage.homology 
>>> (python3)
>>> 91c811cf02 Trac #26141: fix bad code quality for recently merged #24837
>>> cbf82a1e58 Trac #26136: more improvements for Tamari interval-posets
>>> 532cc33543 Trac #26123: residue field of a valuation on a function field 
>>> should be a function field when possible
>>> 99402f2001 Trac #26122: Add more flexible birational labelling to Poset
>>> 78d773929c Trac #26121: some micro-changes in generic_graph.py
>>> c181fff69c Trac #26120: Remove useless ./bootstrap from maxima 
>>> spkg-install
>>> 67b653a913 Trac #26113: some work on Tamari interval-posets
>>> a4f93d47c8 Trac #26109: py3: minor fix in discrete_gaussian_lattice.py
>>> e1f7b51aa9 Trac #26102: Speed up search_doc
>>> 21846b0e1d Trac #26169: py3: trying not to sort the edges of graphs 
>>> (step 1)
>>> bbccea01a5 Trac #26096: minor cleanup of Pollack-Stevens padic L-series
>>> 2e6a6260fe Trac #26095: Minor things to lattices
>>> 466f005449 Trac #26090: small pep8 and doc cleanup for padic L-series
>>> eaac35603c Trac #26075: get rid of useless final ; in the doc of matrix
>>> 9b28597fca Trac #26073: get rid of useless final ; in the doc of rings
>>> b2cb57728d Trac #26071: get rid of useless final ;
>>> cec214c9fd Trac #26167: py3: hash for 

[sage-release] Re: Sage 8.4.beta4 released

2018-09-11 Thread Andrew
Using an imac running:

ProductName:Mac OS X
ProductVersion:10.13.6
BuildVersion:17G65
Xcode 9.4.1
Build version 9F2000

sage 8.4.beta.4 builds, modulo the issues with pip-18.0 mentioned in 
https://groups.google.com/forum/#!topic/sage-release/XUYlh2DHP9E, and all 
tests pass except for the following three that timed out or were aborted:

sage -t --long --warn-long 52.9 
src/sage/schemes/elliptic_curves/ell_modular_symbols.py  # Timed out
sage -t --long --warn-long 52.9 src/sage/doctest/external.py  # Killed due 
to abort
sage -t --long --warn-long 52.9 src/sage/combinat/designs/ext_rep.py  # 
Killed due to abort

There were also 10 arnings of lows doctests.

Andrew

On Wednesday, 12 September 2018 01:48:05 UTC+10, Emmanuel Charpentier wrote:
>
> FWIW, (incrementally) builds and passes ptestlong with no failure 
> whatsoever on a couble of Debian testing machines.
>
> HTH,
>
> Le vendredi 7 septembre 2018 01:24:58 UTC+2, 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
>>
>>
>> fc36a57a38 (tag: 8.4.beta4) Updated SageMath version to 8.4.beta4
>> 087970b220 Trac #25321: coxeter3 spkg-install: sed -i is not portable
>> b67dac0ea4 Trac #26186: cleanup of ssmod.py
>> b286ec47ac Trac #26110: Tests marked "optional - dochtml" are not run by 
>> default
>> 1a152c0bdf Trac #26182: py3: fix doctests failures of 
>> sage/sets/disjoint_set.pyx
>> 3ab642f124 Trac #26171: unify wikipedia links in graphs module
>> aa69c9480c Trac #25987: Sagemath translation problem with lambert_w when 
>> using Fricas and giac
>> c2f70c8398 Trac #25886: Implement field_of_definition for DynamicalSystem
>> 8b6dd4d6c6 Trac #26187: py3: correct a deprecated assert
>> 7f38b6523f Trac #26181: py3: cleanup of the Cusps class
>> 526439a740 Trac #26179: py3: hash for words
>> 25ccb3ec49 Trac #26177: py3: fix hash for codes
>> 86dd3321e4 Trac #26170: Support Java 10+
>> 8fe93f86a6 Trac #25925: py3: Fix combinat.tiling module for python3
>> 3bc87a57d7 Trac #25011: Better fix to "GCC is installed multiple times"
>> 4c2743c38d Trac #24544: cleaning linbox declarations + reimplement modn 
>> interface
>> b9e6fdba3c Trac #26184: Broken regression test on search_doc
>> 544424046b Trac #25834: add factors and palindromic complexities into 
>> finite words
>> 7930f6935e Trac #26142: docbuild, inventory builder: don't say that it is 
>> the html builder
>> 122463febe Trac #26140: Various malformatted docstrings
>> 0a2560f57c Trac #26139: Py3 doctest in hasse_diagram
>> 0231779346 Trac #26127: Improve documentation of function_field.py
>> 59f35d46a4 Trac #25854: LatticePoset, trivial addition
>> 485f9b037f Trac #25839: Raise Error if Univariate PR used to construct 
>> ProjectiveSpace
>> 4b9303e680 Trac #25829: Typo in subwords doc
>> 586aa5b698 Trac #25819: Typo in doc
>> c44a8da9c1 Trac #25810: Remove a note from is_chordal
>> 80516e5602 Trac #25758: Fix a latex typo in coding basics of the 
>> developer manual.
>> 58bcdfdc91 Trac #25757: Fix typo in finitely generated matrix group
>> 9beada33ed Trac #25704: py3: very minor cleanup in sage.misc.latex
>> e207a92c8f Trac #25699: py3: tiny fix to sage.misc.session
>> 5abe578673 Trac #26166: Fix some sorting issues in sage.homology (python3)
>> 91c811cf02 Trac #26141: fix bad code quality for recently merged #24837
>> cbf82a1e58 Trac #26136: more improvements for Tamari interval-posets
>> 532cc33543 Trac #26123: residue field of a valuation on a function field 
>> should be a function field when possible
>> 99402f2001 Trac #26122: Add more flexible birational labelling to Poset
>> 78d773929c Trac #26121: some micro-changes in generic_graph.py
>> c181fff69c Trac #26120: Remove useless ./bootstrap from maxima 
>> spkg-install
>> 67b653a913 Trac #26113: some work on Tamari interval-posets
>> a4f93d47c8 Trac #26109: py3: minor fix in discrete_gaussian_lattice.py
>> e1f7b51aa9 Trac #26102: Speed up search_doc
>> 21846b0e1d Trac #26169: py3: trying not to sort the edges of graphs (step 
>> 1)
>> bbccea01a5 Trac #26096: minor cleanup of Pollack-Stevens padic L-series
>> 2e6a6260fe Trac #26095: Minor things to lattices
>> 466f005449 Trac #26090: small pep8 and doc cleanup for padic L-series
>> eaac35603c Trac #26075: get rid of useless final ; in the doc of matrix
>> 9b28597fca Trac #26073: get rid of useless final ; in the doc of rings
>> b2cb57728d Trac #26071: get rid of useless final ;
>> cec214c9fd Trac #26167: py3: hash for congruence groups
>> 9516ee89ba Trac #26165: py3 hash for quotients of polynomial rings
>> 2a5406e55f Trac #26162: py3: enable hash for permutation groups
>> 0ccfde6a24 Trac #26145: py3: hashing of cartesian product elements
>> b3fb369396 Trac #26132: fixing invalid escape sequences in various places
>> 6101805393 Trac #26070: cleaning the doc of combinat
>> f75da83ebb Trac #25988: Bug in vertex cover for 

[sage-release] Re: Sage 8.4.beta4 released

2018-09-11 Thread Emmanuel Charpentier
FWIW, (incrementally) builds and passes ptestlong with no failure 
whatsoever on a couble of Debian testing machines.

HTH,

Le vendredi 7 septembre 2018 01:24:58 UTC+2, 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
>
>
> fc36a57a38 (tag: 8.4.beta4) Updated SageMath version to 8.4.beta4
> 087970b220 Trac #25321: coxeter3 spkg-install: sed -i is not portable
> b67dac0ea4 Trac #26186: cleanup of ssmod.py
> b286ec47ac Trac #26110: Tests marked "optional - dochtml" are not run by 
> default
> 1a152c0bdf Trac #26182: py3: fix doctests failures of 
> sage/sets/disjoint_set.pyx
> 3ab642f124 Trac #26171: unify wikipedia links in graphs module
> aa69c9480c Trac #25987: Sagemath translation problem with lambert_w when 
> using Fricas and giac
> c2f70c8398 Trac #25886: Implement field_of_definition for DynamicalSystem
> 8b6dd4d6c6 Trac #26187: py3: correct a deprecated assert
> 7f38b6523f Trac #26181: py3: cleanup of the Cusps class
> 526439a740 Trac #26179: py3: hash for words
> 25ccb3ec49 Trac #26177: py3: fix hash for codes
> 86dd3321e4 Trac #26170: Support Java 10+
> 8fe93f86a6 Trac #25925: py3: Fix combinat.tiling module for python3
> 3bc87a57d7 Trac #25011: Better fix to "GCC is installed multiple times"
> 4c2743c38d Trac #24544: cleaning linbox declarations + reimplement modn 
> interface
> b9e6fdba3c Trac #26184: Broken regression test on search_doc
> 544424046b Trac #25834: add factors and palindromic complexities into 
> finite words
> 7930f6935e Trac #26142: docbuild, inventory builder: don't say that it is 
> the html builder
> 122463febe Trac #26140: Various malformatted docstrings
> 0a2560f57c Trac #26139: Py3 doctest in hasse_diagram
> 0231779346 Trac #26127: Improve documentation of function_field.py
> 59f35d46a4 Trac #25854: LatticePoset, trivial addition
> 485f9b037f Trac #25839: Raise Error if Univariate PR used to construct 
> ProjectiveSpace
> 4b9303e680 Trac #25829: Typo in subwords doc
> 586aa5b698 Trac #25819: Typo in doc
> c44a8da9c1 Trac #25810: Remove a note from is_chordal
> 80516e5602 Trac #25758: Fix a latex typo in coding basics of the developer 
> manual.
> 58bcdfdc91 Trac #25757: Fix typo in finitely generated matrix group
> 9beada33ed Trac #25704: py3: very minor cleanup in sage.misc.latex
> e207a92c8f Trac #25699: py3: tiny fix to sage.misc.session
> 5abe578673 Trac #26166: Fix some sorting issues in sage.homology (python3)
> 91c811cf02 Trac #26141: fix bad code quality for recently merged #24837
> cbf82a1e58 Trac #26136: more improvements for Tamari interval-posets
> 532cc33543 Trac #26123: residue field of a valuation on a function field 
> should be a function field when possible
> 99402f2001 Trac #26122: Add more flexible birational labelling to Poset
> 78d773929c Trac #26121: some micro-changes in generic_graph.py
> c181fff69c Trac #26120: Remove useless ./bootstrap from maxima spkg-install
> 67b653a913 Trac #26113: some work on Tamari interval-posets
> a4f93d47c8 Trac #26109: py3: minor fix in discrete_gaussian_lattice.py
> e1f7b51aa9 Trac #26102: Speed up search_doc
> 21846b0e1d Trac #26169: py3: trying not to sort the edges of graphs (step 
> 1)
> bbccea01a5 Trac #26096: minor cleanup of Pollack-Stevens padic L-series
> 2e6a6260fe Trac #26095: Minor things to lattices
> 466f005449 Trac #26090: small pep8 and doc cleanup for padic L-series
> eaac35603c Trac #26075: get rid of useless final ; in the doc of matrix
> 9b28597fca Trac #26073: get rid of useless final ; in the doc of rings
> b2cb57728d Trac #26071: get rid of useless final ;
> cec214c9fd Trac #26167: py3: hash for congruence groups
> 9516ee89ba Trac #26165: py3 hash for quotients of polynomial rings
> 2a5406e55f Trac #26162: py3: enable hash for permutation groups
> 0ccfde6a24 Trac #26145: py3: hashing of cartesian product elements
> b3fb369396 Trac #26132: fixing invalid escape sequences in various places
> 6101805393 Trac #26070: cleaning the doc of combinat
> f75da83ebb Trac #25988: Bug in vertex cover for BipartiteGraph
> 3d143d2d33 Trac #25659: make BrauerAlgebra faster
> 9fcf5f4dc7 Trac #25545: Bug in placing_triangulation in 
> geometry/triangulation/point_configuration.py
> 8a808dbc5d (tag: 8.4.beta3) Updated SageMath version to 8.4.beta3
>
>
> Note: still uploading, so will be live in 15 mins or so
>

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