Re: [sage-release] Sage 6.9.rc3 released

2015-10-07 Thread Clemens Heuberger
Am 2015-10-07 um 01:16 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

linux mint 17.2 64 bit: I did the following:

clone into a fresh directory
make; ./sage -i ccache; ./sage -b; make
./sage -tp 4 --all --long

and got many doctest failures. I include here just the first few lines of the
summary:

sage -t --long --warn-long 54.5
src/sage/schemes/elliptic_curves/ell_rational_field.py  # 1 doctest failed
sage -t --long --warn-long 54.5 src/sage/dev/sagedev.py  # OSError in doctesting
framework
sage -t --long --warn-long 54.5
src/sage/schemes/elliptic_curves/ell_number_field.py  # 1 doctest failed
sage -t --long --warn-long 54.5 src/sage/plot/plot.py  # Timed out after testing
finished
sage -t --long --warn-long 54.5 src/sage/geometry/lattice_polytope.py  # 498
doctests failed
sage -t --long --warn-long 54.5 src/sage/plot/graphics.py  # 39 doctests failed
sage -t --long --warn-long 54.5 src/sage/combinat/root_system/plot.py  # 4
doctests failed
sage -t --long --warn-long 54.5 src/sage/plot/plot3d/implicit_plot3d.py  # 42
doctests failed
sage -t --long --warn-long 54.5
src/sage/combinat/root_system/root_lattice_realizations.py  # 4 doctests failed

Then I called

./sage -btp 4 --all --long --logfile=logs/vanilla.log

once more. Then only one failing doctest remained, namely

sage.doctest.sources.FileDocTestSource._test_enough_doctests

There are 1 tests in sage/doctest/not_tested.py that are not being run

In fact,

$ git status
HEAD detached at 6.9.rc3
Untracked files:
  (use "git add ..." to include in what will be committed)

hello.spyx
src/sage/doctest/not_tested.py

nothing added to commit but untracked files present (use "git add" to track)

And it seems that I am running into the same problem on my virtual 32 bit
machine as well.

Calling "make; ./sage -i ccache; ./sage -b; make" might be somewhat unorthodox
but I am surprised by the repercussions.

Regards,

Clemens

-- 
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.9.rc3 released

2015-10-07 Thread Rob Beezer

On SageMathCloud, built from source, passes 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] Re: Sage 6.9.rc3 released

2015-10-07 Thread Henri Girard
In fact after trying many things (cleaning compiling again) my system is 
broken !

Coming back to sage 6.8 doesn't work any more !
I think I messed muy computer !
Fortunatly we might have SMC working waiting better time !
Henri

Le 07/10/2015 21:01, Eric Gourgoulhon a écrit :


Le mercredi 7 octobre 2015 20:56:12 UTC+2, Eric Gourgoulhon a écrit :

Hi,

There seems to be a problem of LaTeX display in the Jupyter
notebook with sage 6.9rc3:

./sage -n jupyter
In[1]: %display latex
In[2]: sin(x^2)
results in
Out[2]: \newcommand{\Bold}[1]{\mathbf{#1}}\sin\left(x^{2}\right)


PS: this was already reported by HG in 
https://groups.google.com/d/msg/sage-release/zquC3QohpNY/NWE-e9ENCwAJ

so I confirm the issue
--
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.


--
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] Re: Sage 6.9.rc3 released

2015-10-07 Thread Eric Gourgoulhon

Le mercredi 7 octobre 2015 20:56:12 UTC+2, Eric Gourgoulhon a écrit :
>
> Hi, 
>
> There seems to be a problem of LaTeX display in the Jupyter notebook with 
> sage 6.9rc3:
>
> ./sage -n jupyter
> In[1]: %display latex
> In[2]: sin(x^2)
> results in
> Out[2]: \newcommand{\Bold}[1]{\mathbf{#1}}\sin\left(x^{2}\right)
>
>
PS: this was already reported by HG in 
https://groups.google.com/d/msg/sage-release/zquC3QohpNY/NWE-e9ENCwAJ
so I confirm the issue

-- 
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] Re: Sage 6.9.rc3 released

2015-10-07 Thread Eric Gourgoulhon
Hi, 

There seems to be a problem of LaTeX display in the Jupyter notebook with 
sage 6.9rc3:

./sage -n jupyter
In[1]: %display latex
In[2]: sin(x^2)
results in
Out[2]: \newcommand{\Bold}[1]{\mathbf{#1}}\sin\left(x^{2}\right)

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


Re: [sage-release] Re: Sage 6.9.rc2 released

2015-10-07 Thread Eric Gourgoulhon
Hi,

Le mardi 6 octobre 2015 23:49:52 UTC+2, Volker Braun a écrit :
>
> I don't know whats broken in your install but its unlikely that it can be 
> fixed over email.
>
> Run "make distclean && make" for a clean build.
>
>

Indeed, this was the thing to do. I've made a fresh install (via git clone) 
of sage 6.9rc3 and ./sage -n jupyter works !
Sorry for the noise...

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


Re: [sage-release] Sage 6.9.rc3 released

2015-10-07 Thread Daniel Krenn

Fresh clone on Linux Mint 17.1 passed ptestlong successfully.

On 2015-10-07 01:16, 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

aabe6d1 Updated Sage version to 6.9.rc3
c504e6e Trac #19338: Doc for deprecated_function_alias() is wrong
277518c Trac #19347: Source tarball should contain gcc
698579c Updated Sage version to 6.9.rc2
f99f57d Trac #19324: Force reconfiguration after GCC installation
f603730 Updated Sage version to 6.9.rc1
74721d5 Trac #19125: DeprecatedMethod wrapping is broken
1b5a573 Trac #19294: Doctest failure with coxeter3
2f7c727 Updated Sage version to 6.9.rc0

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


--
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.9.rc3 released

2015-10-07 Thread Justin C. Walker

> On Oct 6, 2015, at 19:16, 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.10.5 (Quad-core Core i7).  No problems and 
all tests (‘ptestlong’) passed!

Justin 

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



-- 
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] Re: Sage 6.9.rc2 released

2015-10-07 Thread kcrisman

>
>
> This looks quite different without the pretty_print in Sage 6.8 (what we 
> are currently using in the lab here at AIMS); namely, the lines directly 
> follow one another, I guess  elements or something (view source doesn't 
> seem to get what I want for interacts).  With the Sage 6.8 behavior for 
> pretty_print, we get big huge spaces in between - not optimal at all for 
> presentation.
>
>
Okay, I was finally able to test this and it seems like both of these now 
work the same (in the way I think is good) in 6.9.rc2.  Thanks. 

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