Re: [sage-release] Sage 6.5.beta6 released

2015-02-02 Thread Justin C. Walker

On Jan 24, 2015, at 16:21 , Volker Braun wrote:

 Get the updated develop git branch or download the old-style tarball from 
 http://www.sagemath.org/download-latest.html

Built from Scratch on OS X:
10.6.8 (Dual 6-core Xeons): built w/o problems, but testing ('ptestlong') had 
two failures:
  sage -t --long --warn-long 70.8 src/sage/interfaces/maxima.py  # Timed out
  sage -t --long --warn-long 70.8 src/sage/libs/singular/polynomial.pyx  # 1 
doctest failed
The latter showed this:
*
File src/sage/libs/singular/polynomial.pyx, line 166, in 
sage.libs.singular.polynomial.singular_polynomial_call
  Failed example:
leak(1)
Expected:
0
Got:
83886080
*

10.10.2 (Quad-core Core i7): built w/o problems, but testing ('ptestlong') had 
two failures:
sage -t --long --warn-long 43.7 src/sage/libs/singular/polynomial.pyx  # 1 
doctest failed
sage -t --long --warn-long 43.7 src/sage/interfaces/maxima.py  # Timed out
The former showed this:
*
File src/sage/libs/singular/polynomial.pyx, line 166, in 
sage.libs.singular.polynomial.singular_polynomial_call
Failed example:
leak(1)
Expected:
0
Got:
92274688
*

Logs available if needed.

Justin

--
Justin C. Walker, Curmudgeon-At-Large
Institute for the Absorption of Federal Funds

If you're not confused,
You're not paying attention




-- 
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.5.beta6 released

2015-01-25 Thread Jeroen Demeyer

I get a doctest failure and created
http://trac.sagemath.org/ticket/17672

sage -t src/sage/combinat/designs/orthogonal_arrays.py
**
File src/sage/combinat/designs/orthogonal_arrays.py, line 1191, in 
sage.combinat.designs.orthogonal_arrays.incomplete_orthogonal_array

Failed example:
for i in range(10):
iOA.extend([[153-9*(i+1)+x for x in B] for B in OA9])
Exception raised:
Traceback (most recent call last):
  File 
/usr/local/src/sage-config/local/lib/python2.7/site-packages/sage/doctest/forker.py, 
line 488, in _run

self.compile_and_execute(example, compiler, test.globs)
  File 
/usr/local/src/sage-config/local/lib/python2.7/site-packages/sage/doctest/forker.py, 
line 850, in compile_and_execute

exec(compiled, globs)
  File doctest 
sage.combinat.designs.orthogonal_arrays.incomplete_orthogonal_array[27], 
line 2, in module
iOA.extend([[Integer(153)-Integer(9)*(i+Integer(1))+x for x in 
B] for B in OA9])

NameError: name 'iOA' is not defined
**
File src/sage/combinat/designs/orthogonal_arrays.py, line 1193, in 
sage.combinat.designs.orthogonal_arrays.incomplete_orthogonal_array

Failed example:
is_orthogonal_array(iOA,10,153)
Exception raised:
Traceback (most recent call last):
  File 
/usr/local/src/sage-config/local/lib/python2.7/site-packages/sage/doctest/forker.py, 
line 488, in _run

self.compile_and_execute(example, compiler, test.globs)
  File 
/usr/local/src/sage-config/local/lib/python2.7/site-packages/sage/doctest/forker.py, 
line 850, in compile_and_execute

exec(compiled, globs)
  File doctest 
sage.combinat.designs.orthogonal_arrays.incomplete_orthogonal_array[28], 
line 1, in module

is_orthogonal_array(iOA,Integer(10),Integer(153))
NameError: name 'iOA' is not defined
**

--
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.5.beta6 released

2015-01-24 Thread Volker Braun
Get the updated develop git branch or download the old-style tarball from 
http://www.sagemath.org/download-latest.html

a70d682 Updated Sage version to 6.5.beta6
a5d5c2e Trac #16990: Minor typesetting issue in graph.py
70f1b4c Trac #16989: Trivial fix for typesetting line_graph.py
1bd60db Trac #17507: minor error with integral.n()
bb8bb5e Trac #17082: Fix height_difference_bound to work over Number Fields
1ba8f5f Trac #17649: Kirkman Triple Systems (end of the construction)
2db5f73 Trac #17614: Move numerical_sage into thematic_tutorials
cff923c Trac #15275: Make sage -c 'attach(...); print 3' work right
9362a86 Trac #14437: doctest a now fixed rsolve fail
cc5feb0 Trac #14432: Hash broken for unions, intersections, differences, 
and symmetric differences of sets
2530877 Trac #13442: provide gcd for new polynomial rings through 
_gcd_univariate_polynomial
e9bf6e5 Trac #12916: Dedekind-MacNeil completion of finite posets
d462d0c Trac #7738: remove Michael Abshoff as maintainer of any of spkg's
c66a11f Trac #17655: two difference sets
c31a83b Trac #17652: Difference matrix product
f2d8ff6 Trac #17648: Move from_* functions from Partitions to Partitions_all
5813a24 Trac #17646: Documentation and default of Graph.show(method=js)
60317fa Trac #17623: Fix PI declaration in complex_plot.pyx
e68747a Trac #17621: Stabilizer of a set of points
8e01ad8 Trac #17587: ToricLattice: fix use of span() and span_of_basis()
ad43721 Trac #17612: A GroupDivisibleDesign module with a couple of 
constructions
19ef56a Trac #17609: let cvxopt correctly install spkg docs
b8c10db Trac #17605: How to call C code from Sage thematic tutorial
4d7a765 Trac #17602: function_field_order should raise TypeError if 
conversion fails
75ef0d7 Trac #17597: The trace of a hypergraph
5d6964e Trac #17581: resolvable BIBD
101ad18 Trac #17556: Move simplify_log() from simplify_full() to 
simplify_real()
1b7b171 Trac #17311: polynomial_real_mpfr_dense.call() accepts only 1 arg
527c166 Trac #16412: Update Sage FAQ
6b5e76f Trac #14396: ISGCI update, small graphs and recognition
0293b70 Trac #15419: Add explicit documentation about ymin, ymax to 
Graphics.show
437c7b3 Trac #17517: Implement roots of polynomials over SR
e020064 Trac #17427: x==y while hash(x)!=hash(y) with 
SchemeMorphism_point_projective_field
7c36e55 Trac #17385: Cleanup Graph.__init__ and DiGraph.__init__
39ff964 Trac #17365: ATLAS does not build shared lib on Cygwin64
99b6dc9 Trac #16025: Calling the .n() method on reals shouldn't increase 
precision
500ddf5 Trac #15593: remove sqlalchemy
a741c53 Trac #12797: The cut returned by edge_cut of undirected weighted 
graphs is sometimes incorrect
d926c4e Trac #10779: Improve coverage test for structure/element.pyx
71e7d8a Trac #10103: Remove gmp_globals and gmp.pxi
a275332 Trac #17658: Incorrect densification of polynomial matrix
57bd917 Trac #17594: iOA of type OA(k,n)-OA(k,u)-2.OA(k,1)
8067873 Trac #15957: Let easily switch between GMP and MPIR
2cf326e Trac #17622: Fix Cygwin's -no-undefined patches for zeromq
0f345bd Trac #17563: New method: Expression.has_wild to check for wildcard
14a5bbf Trac #16201: default precision for all series (symbolic, power, 
Laurent)
793e09d Trac #17577: IncidenceStructure.induced_substructure
2593b3a Trac #16603: permanental_minor_vector, matching polynomial
12ffd03 Trac #16571: APNG (Animated PNG) for animations
9f601ff Trac #17599: Fix ReSt Formatting errors in 
schemes.hyperelliptic_curves.hyperelliptic_generic
e05b7e8 Trac #17596: Typo in unique_representation.py
3e63e1a Trac #17561: Speed up vectors
a4ebfb2 Trac #17619: Add missing libraries on cygwin
a2ee796 Trac #17610: Make Mac app more robust about opening the notebook
048b23a Trac #17592: rephrase LaTeX formating and Writing doctests
3cf43f4 Trac #17535: Homogenize failes for affine space over function fields
c47ab54 Trac #17149: iOA with big holes through product of OA
de5a5c8 Trac #17589: Small changes in the developer's manual table of 
contents
0f67f19 Trac #17582: Bandwidth of a graph
2c351fe Trac #17571: Method tracing fixture
4e277a7 Trac #17564: Boilerplate hash, comparison and pickling for biseq_t
592f7fb Trac #17555: Remove the dev scripts' documentation
5a49617 Trac #17545: Rephrase the 'Reporting bugs' section of the 
developer's manual
32b790a Trac #17399: fix coefficients for symbolic series
1fca2bb Trac #16399: Matrix stack() should coerce to a common parent
dc69db5 Trac #16333: Game Theory: build capacity to use gambit to solve 
Normal Form Games.
9e13c1b Updated Sage version to 6.5.beta5

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