Re: [sage-release] Sage 6.10 released

2015-12-20 Thread Justin C. Walker

> On Dec 20, 2015, at 16:22, Marc Mezzarobba  wrote:
> 
> Volker Braun wrote:
>> a1b60f2 Updated Sage version to 6.10
> 
> $ ./sage -t src/sage/typeset/ascii_art.py

This passes, both for full test and the individual test (OS X, 10.10.5). 

--
Justin C. Walker, Curmudgeon at Large
Institute for the Absorption of Federal Funds
---
Like the ski resort full of girls hunting for husbands
and husbands hunting for girls, the situation is not
as symmetrical as it might seem.
  - Alan MacKay
--

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


Re: [sage-release] Sage 6.10 released

2015-12-20 Thread Rob Beezer

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

Development Images and Build Logs available at:
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 https://groups.google.com/group/sage-release.
For more options, visit https://groups.google.com/d/optout.


[sage-release] Re: Sage 6.10 released

2015-12-20 Thread Dima Pasechnik


On Sunday, 20 December 2015 20:22:56 UTC, Marc Mezzarobba wrote:
>
> Volker Braun wrote: 
> > a1b60f2 Updated Sage version to 6.10 
>
> $ ./sage -t src/sage/typeset/ascii_art.py 
>

works for me. Have you sacrificed a black chicken, 
ran make, etc?

-- 
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 6.10 released

2015-12-20 Thread Marc Mezzarobba
Volker Braun wrote:
> a1b60f2 Updated Sage version to 6.10

$ ./sage -t src/sage/typeset/ascii_art.py
too many failed tests, not using stored timings
Running doctests with ID 2015-12-20-21-14-37-9531a8af.
Git branch: develop
Using --optional=mpir,python2,sage,scons
Doctesting 1 file.
sage -t src/sage/typeset/ascii_art.py
**
File "src/sage/typeset/ascii_art.py", line 44, in sage.typeset.ascii_art
Failed example:
shell.run_cell('sum(factorial(i)*x^i, i, 0, 10)')
Expected:
 10   9  8 765   4  
3
3628800*x   + 362880*x  + 40320*x  + 5040*x  + 720*x  + 120*x  + 24*x  + 6*x

 2
+ 2*x  + x + 1
Got:
---
TypeError Traceback (most recent call last)
 in ()
> 1 sum(factorial(i)*x**i, i, Integer(0), Integer(10))

/home/marc/co/sage/src/sage/rings/polynomial/polynomial_rational_flint.pyx 
in 
sage.rings.polynomial.polynomial_rational_flint.Polynomial_rational_flint.__pow__
 
(build/cythonized/sage/rings/polynomial/polynomial_rational_flint.cpp:11040)()
   1164 cdef Polynomial_rational_flint res
   1165 
-> 1166 cdef long n = pyobject_to_long(exp)
   1167 
   1168 if n < 0:

/home/marc/co/sage/local/lib/python2.7/site-packages/sage/misc/long.pxd in 
sage.misc.long.pyobject_to_long 
(build/cythonized/sage/rings/polynomial/polynomial_rational_flint.cpp:20609)()
 49 return PyLong_AsLong(x)
 50 
---> 51 return PyNumber_Index(x)

/home/marc/co/sage/src/sage/symbolic/expression.pyx in 
sage.symbolic.expression.Expression.__index__ 
(build/cythonized/sage/symbolic/expression.cpp:29994)()
   5183 [0, 1, 2, 3, 4]
   5184 """
-> 5185 return int(self._integer_())
   5186 
   5187 def iterator(self):

/home/marc/co/sage/src/sage/symbolic/expression.pyx in 
sage.symbolic.expression.Expression._integer_ 
(build/cythonized/sage/symbolic/expression.cpp:8015)()
   1061 n = self.pyobject()
   1062 except TypeError:
-> 1063 raise TypeError("unable to convert %r to an integer" % 
self)
   1064 if isinstance(n, sage.rings.integer.Integer):
   1065 return n

TypeError: unable to convert i to an integer
**
File "src/sage/typeset/ascii_art.py", line 50, in sage.typeset.ascii_art
Failed example:
shell.run_cell('3/(7*x)')
Expected:
 3
---
7*x
Got:
3/(7*x)
**
1 item had failures:
   2 of  15 in sage.typeset.ascii_art
[23 tests, 2 failures, 1.46 s]
--
sage -t src/sage/typeset/ascii_art.py  # 2 doctests failed
--

-- 
Marc

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


Re: [sage-release] Sage 6.10 released

2015-12-20 Thread Justin C. Walker

> On Dec 18, 2015, at 15:18, Volker Braun  wrote:
> 
> The "master" git branch has been updated to Sage-6.9. 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.10.5 (Quad-core Core i7).  No problems and 
all tests (‘ptestlong’) passed.

Justin

--
Justin C. Walker
Curmudgeon at Large
Director
Institute for the Enhancement of the Director's Income
--
Build a man a fire and he'll be warm
 for a night.
Set a man on fire and he'll be warm
 for the rest of his life.



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