Re: [sage-release] Sage 6.8.beta8 released

2015-07-11 Thread Daniel Krenn
cloned repo and make ptestlong on Debian stable is fine,
altough

sage -t --long src/sage/rings/integer.pyx  # Timed out (and interrupt
failed)

but worked when tested again.

Best,

Daniel


Am 2015-07-10 um 15:17 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
 
 3a13f9f Updated Sage version to 6.8.beta8
 92190ca Trac #18873: fix gdb optional test in doctest/test.py
 3024420 Trac #18848: do not save() objects we cannot load()
 55adbdf Trac #18845: Update NTL to 9.2.0
 92f9a3c Trac #18764: Add glp_exact to Sage's GLPK bindings
 b558421 Trac #18867: pb_wrap.h: rename WrappedPtr to PBWrappedPtr
 3e64e93 Trac #18866: Modules using NTL should depend on NTL
 fd83244 Trac #18779: polytopes.gosset_3_21 and graphs.GossetGraph
 740a0e2 Trac #18858: Remove unneeded include_dirs from module_list.py
 cc0a4a6 Trac #18856: Add a FLINT algorithm for Bernoulli numbers
 66145b9 Trac #18405: Cleanup in the 'installation' manual
 607448a Trac #18537: upgrade to pynac-0.3.9.1
 0074d6d Trac #18731: Failing to download tarball/building documentation
 should lead to clear error in log file
 ebf3a98 Trac #18854: Uninitialized values returned by
  diameter_lower_bound_multi_sweep
 cfe2c58 Trac #18853: Include farey_symbol.h instead of manually declaring
 e8c5a2a Trac #18834: Use Sage to compute clustering coefficient
 faca428 Trac #18616: Remove unneeded cdef public declarations
 e9c18de Trac #18850: Documentation depends on mathjax
 f9a6b03 Trac #18808: Cliquer install fails to create intermediate
 directories
 501b56d Trac #18842: Really fix cleaning of Sage library
 8e02908 Trac #18829: Add a hint in the automatic doctest sig_on_count()
 3065bf6 Trac #18769: Implement affinization crystal and allow
 KyotoPathModel to use extended weight lattice
 7afb45a Trac #17055: Implement bijection between RC and MLT for B infinity
 f010528 Trac #18693: Update openssl to 1.0.2c
 408cc18 Trac #18851: Add Cython patch to fix searching for .pxd files
 d328afa Trac #18835: Fix #18691 fix to #17572 fix to R.
 2899918 Trac #15375: Extended Affine Weyl Groups SD40
 d99b8c4 Trac #18739: Wrap PARI functions for converting relative number
 field elements
 5017538 Trac #18828: Export graph to file
 9b3cae0 Trac #18329: Inherit __richcmp__ and __cmp__ in subclasses of
 Element
 a04d7d0 Trac #10276: Create a random triangulation (max planar graph)
 ac243a3 Trac #18548: Fix a bug introduced in #17792
 6bc31bda Updated Sage version to 6.8.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
 mailto:sage-release+unsubscr...@googlegroups.com.
 To post to this group, send email to sage-release@googlegroups.com
 mailto: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.

-- 
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.8.beta8 released

2015-07-11 Thread Rob Beezer

On SageMathCloud, built from source, passes all long tests (ptestlong).

https://cloud.sagemath.com/projects/53b77207-8614-4086-a032-432af4b4cdbd/files/sage-dev-images/

--
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.8.beta8 released

2015-07-11 Thread Justin C. Walker

On Jul 10, 2015, at 06:17 , 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 from the tarball on OS X, 10.6.8 (Dual 6-core Xeons) and 10.10.4 
(Quad-core Core i7).  Builds and tests ('ptestlong') completed without a 
problem!

--
Justin C. Walker
Director
Institute for the Enhancement of the Director's Income
--
Fame is fleeting, but obscurity
   just drags on and on.  FE



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


[sage-release] Sage 6.8.beta8 released

2015-07-10 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

3a13f9f Updated Sage version to 6.8.beta8
92190ca Trac #18873: fix gdb optional test in doctest/test.py
3024420 Trac #18848: do not save() objects we cannot load()
55adbdf Trac #18845: Update NTL to 9.2.0
92f9a3c Trac #18764: Add glp_exact to Sage's GLPK bindings
b558421 Trac #18867: pb_wrap.h: rename WrappedPtr to PBWrappedPtr
3e64e93 Trac #18866: Modules using NTL should depend on NTL
fd83244 Trac #18779: polytopes.gosset_3_21 and graphs.GossetGraph
740a0e2 Trac #18858: Remove unneeded include_dirs from module_list.py
cc0a4a6 Trac #18856: Add a FLINT algorithm for Bernoulli numbers
66145b9 Trac #18405: Cleanup in the 'installation' manual
607448a Trac #18537: upgrade to pynac-0.3.9.1
0074d6d Trac #18731: Failing to download tarball/building documentation 
should lead to clear error in log file
ebf3a98 Trac #18854: Uninitialized values returned by 
 diameter_lower_bound_multi_sweep
cfe2c58 Trac #18853: Include farey_symbol.h instead of manually declaring
e8c5a2a Trac #18834: Use Sage to compute clustering coefficient
faca428 Trac #18616: Remove unneeded cdef public declarations
e9c18de Trac #18850: Documentation depends on mathjax
f9a6b03 Trac #18808: Cliquer install fails to create intermediate 
directories
501b56d Trac #18842: Really fix cleaning of Sage library
8e02908 Trac #18829: Add a hint in the automatic doctest sig_on_count()
3065bf6 Trac #18769: Implement affinization crystal and allow 
KyotoPathModel to use extended weight lattice
7afb45a Trac #17055: Implement bijection between RC and MLT for B infinity
f010528 Trac #18693: Update openssl to 1.0.2c
408cc18 Trac #18851: Add Cython patch to fix searching for .pxd files
d328afa Trac #18835: Fix #18691 fix to #17572 fix to R.
2899918 Trac #15375: Extended Affine Weyl Groups SD40
d99b8c4 Trac #18739: Wrap PARI functions for converting relative number 
field elements
5017538 Trac #18828: Export graph to file
9b3cae0 Trac #18329: Inherit __richcmp__ and __cmp__ in subclasses of 
Element
a04d7d0 Trac #10276: Create a random triangulation (max planar graph)
ac243a3 Trac #18548: Fix a bug introduced in #17792
6bc31bda Updated Sage version to 6.8.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 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.