[sage-release] Sage 6.7.beta5 released

2015-05-13 Thread Volker Braun
As usual, get the "develop" git branch. We now measure the fastest mirror 
and download packages from there, this should result in a net speedup. Let 
us know if you encounter any problems.

Alternatively, the self-contained source tarball should appear on the 
mirrors soon.


c688c15 Updated Sage version to 6.7.beta5
30eba81 Trac #18394: Upgrade PARI to latest master
99282a4 Trac #15642: Use mirrors for tarballs
a27975f Trac #18403: Deprecate the 'dev' scripts
c267176 Trac #18371: Implement supercharacter bases of Bergeron and Thiem 
for NCSym
04d92fa Trac #18290: enhanced sets and cartesian products
41d136b Trac #15635: free Pre-Lie algebras
ca320d0 Trac #18391: Add Jordan algebras to the algebras catalog
68ec51f Trac #18382: Installation Guide no longer lists g++, gfortran in 
prerequisites for Linux
178b527 Trac #18379: missing links to trac in sage/combinat
a5c8af8 Trac #15753: Add BasisExchangeMatroid.isomorphism()
14a2bd7 Trac #18407: Fix standard_packages(), optional_packages(), and 
experimental_packages()
b294b17 Trac #18404: Fix sage-callgrind
a97b179 Trac #18401: maple command broken through ssh
b9735fa Trac #18392: Add is_solid() and is_proper() for Polyhedral cones
85e8a6d Trac #18388: Optimize ManinSymbol
f86b7b0 Trac #18387: Use type(x) instead of x.__class__ in Cython
89cb684 Trac #18380: New class for CombinatorialObject +  Element + 
ClasscallMetaclass
79f752f Trac #18372: residue() produces wrong output
64bbad9 Trac #18363: It should be possible to interrupt the method 
is_irreducible for polynomials over Zmod(n)
e819e17 Trac #17792: Word problem for FareySymbol
617843c Trac #18322: _cmp should try _richcmp_ if _cmp_ failed
bb9f992 Trac #18289: Make graph display configurable
e93c15e Trac #17394: TypeError in Expression.simplify_hypergeometric()
13b6a1d Trac #15355: representation of CIF-element plus SR-element
ca0e82f Trac #18321: Don't cimport type
8a5c05f Trac #18377: fixing doc in generic_graph_pyx
56f529f Trac #18288: Bad from __future__ import in sage-CSI-helper.py
1ffac79 Trac #15671: Improve handling of memory errors in integer.pyx
7110c1c Trac #18330: Metaclasses for Cython
8f3ea17 Trac #18359: Random Order Ideals
0f86c31 Trac #18166: Ref: add various missing modules to r/calculus
bea79cb Trac #18366: Bug in tutte_polynomial with labeled graphs
f861b79 Trac #18296: Emphasize that Graph.subgraph_search ignores edge 
labels
27a6e09 Trac #18152: Universal Cyclotomic Field implementation using libgap
3b41d14 Trac #17990: Implements is_zero and is_commutative for infinity ring
c37970a Trac #17656: More meaningful error messages from 
_check_embedding_validity
7f48145 Trac #17463: Remove the deprecated 'dim' argument of MIP variables
ef2fa02 Trac #11517: make LiDIA an experimental or optional package
8c347e2 Trac #18270: Print matrices using unicode large delimiters (on 
demand)
7d1c72b Trac #6484: sage.combinat.ranker improvements
6a3cb27 Updated Sage version to 6.7.beta4

-- 
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 http://groups.google.com/group/sage-release.
For more options, visit https://groups.google.com/d/optout.


Re: [sage-release] Sage 6.7.beta5 released

2015-05-14 Thread Vincent Delecroix
$ make ptestlong
--
All tests passed!
--

(ubuntu x86_64)

On 14/05/15 01:57, Volker Braun wrote:
> As usual, get the "develop" git branch. We now measure the fastest mirror 
> and download packages from there, this should result in a net speedup. Let 
> us know if you encounter any problems.
> 
> Alternatively, the self-contained source tarball should appear on the 
> mirrors soon.
> 
> 
> c688c15 Updated Sage version to 6.7.beta5
> 30eba81 Trac #18394: Upgrade PARI to latest master
> 99282a4 Trac #15642: Use mirrors for tarballs
> a27975f Trac #18403: Deprecate the 'dev' scripts
> c267176 Trac #18371: Implement supercharacter bases of Bergeron and Thiem 
> for NCSym
> 04d92fa Trac #18290: enhanced sets and cartesian products
> 41d136b Trac #15635: free Pre-Lie algebras
> ca320d0 Trac #18391: Add Jordan algebras to the algebras catalog
> 68ec51f Trac #18382: Installation Guide no longer lists g++, gfortran in 
> prerequisites for Linux
> 178b527 Trac #18379: missing links to trac in sage/combinat
> a5c8af8 Trac #15753: Add BasisExchangeMatroid.isomorphism()
> 14a2bd7 Trac #18407: Fix standard_packages(), optional_packages(), and 
> experimental_packages()
> b294b17 Trac #18404: Fix sage-callgrind
> a97b179 Trac #18401: maple command broken through ssh
> b9735fa Trac #18392: Add is_solid() and is_proper() for Polyhedral cones
> 85e8a6d Trac #18388: Optimize ManinSymbol
> f86b7b0 Trac #18387: Use type(x) instead of x.__class__ in Cython
> 89cb684 Trac #18380: New class for CombinatorialObject +  Element + 
> ClasscallMetaclass
> 79f752f Trac #18372: residue() produces wrong output
> 64bbad9 Trac #18363: It should be possible to interrupt the method 
> is_irreducible for polynomials over Zmod(n)
> e819e17 Trac #17792: Word problem for FareySymbol
> 617843c Trac #18322: _cmp should try _richcmp_ if _cmp_ failed
> bb9f992 Trac #18289: Make graph display configurable
> e93c15e Trac #17394: TypeError in Expression.simplify_hypergeometric()
> 13b6a1d Trac #15355: representation of CIF-element plus SR-element
> ca0e82f Trac #18321: Don't cimport type
> 8a5c05f Trac #18377: fixing doc in generic_graph_pyx
> 56f529f Trac #18288: Bad from __future__ import in sage-CSI-helper.py
> 1ffac79 Trac #15671: Improve handling of memory errors in integer.pyx
> 7110c1c Trac #18330: Metaclasses for Cython
> 8f3ea17 Trac #18359: Random Order Ideals
> 0f86c31 Trac #18166: Ref: add various missing modules to r/calculus
> bea79cb Trac #18366: Bug in tutte_polynomial with labeled graphs
> f861b79 Trac #18296: Emphasize that Graph.subgraph_search ignores edge 
> labels
> 27a6e09 Trac #18152: Universal Cyclotomic Field implementation using libgap
> 3b41d14 Trac #17990: Implements is_zero and is_commutative for infinity ring
> c37970a Trac #17656: More meaningful error messages from 
> _check_embedding_validity
> 7f48145 Trac #17463: Remove the deprecated 'dim' argument of MIP variables
> ef2fa02 Trac #11517: make LiDIA an experimental or optional package
> 8c347e2 Trac #18270: Print matrices using unicode large delimiters (on 
> demand)
> 7d1c72b Trac #6484: sage.combinat.ranker improvements
> 6a3cb27 Updated Sage version to 6.7.beta4
> 

-- 
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 http://groups.google.com/group/sage-release.
For more options, visit https://groups.google.com/d/optout.


Re: [sage-release] Sage 6.7.beta5 released

2015-05-14 Thread William Stein
On Wed, May 13, 2015 at 4:57 PM, Volker Braun  wrote:
> As usual, get the "develop" git branch. We now measure the fastest mirror
> and download packages from there, this should result in a net speedup. Let
> us know if you encounter any problems.
>
> Alternatively, the self-contained source tarball should appear on the
> mirrors soon.

If that's what is linked to from here, these links are all broken:

   http://www.sagemath.org/download-latest.html

>
>
> c688c15 Updated Sage version to 6.7.beta5
> 30eba81 Trac #18394: Upgrade PARI to latest master
> 99282a4 Trac #15642: Use mirrors for tarballs
> a27975f Trac #18403: Deprecate the 'dev' scripts
> c267176 Trac #18371: Implement supercharacter bases of Bergeron and Thiem
> for NCSym
> 04d92fa Trac #18290: enhanced sets and cartesian products
> 41d136b Trac #15635: free Pre-Lie algebras
> ca320d0 Trac #18391: Add Jordan algebras to the algebras catalog
> 68ec51f Trac #18382: Installation Guide no longer lists g++, gfortran in
> prerequisites for Linux
> 178b527 Trac #18379: missing links to trac in sage/combinat
> a5c8af8 Trac #15753: Add BasisExchangeMatroid.isomorphism()
> 14a2bd7 Trac #18407: Fix standard_packages(), optional_packages(), and
> experimental_packages()
> b294b17 Trac #18404: Fix sage-callgrind
> a97b179 Trac #18401: maple command broken through ssh
> b9735fa Trac #18392: Add is_solid() and is_proper() for Polyhedral cones
> 85e8a6d Trac #18388: Optimize ManinSymbol
> f86b7b0 Trac #18387: Use type(x) instead of x.__class__ in Cython
> 89cb684 Trac #18380: New class for CombinatorialObject +  Element +
> ClasscallMetaclass
> 79f752f Trac #18372: residue() produces wrong output
> 64bbad9 Trac #18363: It should be possible to interrupt the method
> is_irreducible for polynomials over Zmod(n)
> e819e17 Trac #17792: Word problem for FareySymbol
> 617843c Trac #18322: _cmp should try _richcmp_ if _cmp_ failed
> bb9f992 Trac #18289: Make graph display configurable
> e93c15e Trac #17394: TypeError in Expression.simplify_hypergeometric()
> 13b6a1d Trac #15355: representation of CIF-element plus SR-element
> ca0e82f Trac #18321: Don't cimport type
> 8a5c05f Trac #18377: fixing doc in generic_graph_pyx
> 56f529f Trac #18288: Bad from __future__ import in sage-CSI-helper.py
> 1ffac79 Trac #15671: Improve handling of memory errors in integer.pyx
> 7110c1c Trac #18330: Metaclasses for Cython
> 8f3ea17 Trac #18359: Random Order Ideals
> 0f86c31 Trac #18166: Ref: add various missing modules to r/calculus
> bea79cb Trac #18366: Bug in tutte_polynomial with labeled graphs
> f861b79 Trac #18296: Emphasize that Graph.subgraph_search ignores edge
> labels
> 27a6e09 Trac #18152: Universal Cyclotomic Field implementation using libgap
> 3b41d14 Trac #17990: Implements is_zero and is_commutative for infinity ring
> c37970a Trac #17656: More meaningful error messages from
> _check_embedding_validity
> 7f48145 Trac #17463: Remove the deprecated 'dim' argument of MIP variables
> ef2fa02 Trac #11517: make LiDIA an experimental or optional package
> 8c347e2 Trac #18270: Print matrices using unicode large delimiters (on
> demand)
> 7d1c72b Trac #6484: sage.combinat.ranker improvements
> 6a3cb27 Updated Sage version to 6.7.beta4
>
> --
> 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 http://groups.google.com/group/sage-release.
> For more options, visit https://groups.google.com/d/optout.



-- 
William (http://wstein.org)

-- 
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 http://groups.google.com/group/sage-release.
For more options, visit https://groups.google.com/d/optout.


Re: [sage-release] Sage 6.7.beta5 released

2015-05-14 Thread Harald Schilly
On Thu, May 14, 2015 at 6:45 PM, William Stein  wrote:
> If that's what is linked to from here, these links are all broken:
>
>http://www.sagemath.org/download-latest.html

interesting, thanks for pointing this out.

http://mirrors.mit.edu/sage/devel/ (the same link without the index.html)

-- h

-- 
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 http://groups.google.com/group/sage-release.
For more options, visit https://groups.google.com/d/optout.


Re: [sage-release] Sage 6.7.beta5 released

2015-05-19 Thread Justin C. Walker

On May 13, 2015, at 16:57 , Volker Braun wrote:

> As usual, get the "develop" git branch. We now measure the fastest mirror 
> and download packages from there, this should result in a net speedup. Let 
> us know if you encounter any problems.
> 
> Alternatively, the self-contained source tarball should appear on the 
> mirrors soon.

Built from the tarball on two OS X platforms (10.6.8, Dual 6-core Xeons; 
10.10.3, Quad-core Core i7).  Build completed w/o problems on both platforms, 
and all tests ('ptestlong') on each passed!

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

When LuteFisk is outlawed,
Only outlaws will have LuteFisk




-- 
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 http://groups.google.com/group/sage-release.
For more options, visit https://groups.google.com/d/optout.