[sage-devel] Re: Deprecation warnings are no longer printed?!

2016-06-29 Thread Andrey Novoseltsev
In 7.3.beta4 I get sage: sage: f1(x) = -1 sage: sage: f2(x) = 2 sage: sage: f = Piecewise([[(0,pi/2),f1],[(pi/2,pi),f2]]) /home/novoselt/sage/src/bin/sage-ipython:1: DeprecationWarning: use lower-case piecewise instead See http://trac.sagemath.org/14801 for details.

[sage-devel] Re: spkgs assumed for doctesting but not default installed

2016-06-29 Thread Volker Braun
sounds like the first "make" failed... On Wednesday, June 29, 2016 at 5:38:24 PM UTC+2, Johan S. R. Nielsen wrote: > > Hi sage-devel > > Today I made a fresh clone of the develop branch, ran "make", and then > tried to run "./sage -t". To my surprise, this didn't work at all! > > First off,

[sage-devel] spkgs assumed for doctesting but not default installed

2016-06-29 Thread Johan S . H . Rosenkilde
Hi sage-devel Today I made a fresh clone of the develop branch, ran "make", and then tried to run "./sage -t". To my surprise, this didn't work at all! First off, the doctest framework wouldn't even run, since sympy wasn't installed. After doing "./sage -pip install sympy", I could now actually

[sage-devel] converting frobby into a new-style package

2016-06-29 Thread Dima Pasechnik
This is going to happen on https://trac.sagemath.org/ticket/20905 -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving emails from it, send an email to sage-devel+unsubscr...@googlegroups.com. To post

[sage-devel] Re: [sage-marketing] Manual de cálculo científico en SageMath

2016-06-29 Thread Harald Schilly
yes, made this a ticket On Wed, Jun 29, 2016 at 12:39 PM, Eric Gourgoulhon wrote: > Hi, > > I just noticed this reference, which might be useful to Spanish-speaking > users: > >

Re: [sage-devel] Re: ssh fail

2016-06-29 Thread tara fife
Thanks everyone, I am able to push changes to trac now. Tara -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving emails from it, send an email to sage-devel+unsubscr...@googlegroups.com. To post to

[sage-devel] Manual de cálculo científico en SageMath

2016-06-29 Thread Eric Gourgoulhon
Hi, I just noticed this reference, which might be useful to Spanish-speaking users: http://oaq.epn.edu.ec/index.php/publicaciones/publicaciones-varios/160-calculo-cientifico-en-sagemath-con-enfasis-en-sagemanifolds Maybe worth to add to http://www.sagemath.org/library-publications.html#books

Re: [sage-devel] Re: patchbot arando

2016-06-29 Thread Eric Gourgoulhon
Le mercredi 29 juin 2016 11:33:53 UTC+2, Jeroen Demeyer a écrit : > > > I'm on holidays now, I just stopped the bot. > > Thanks! Sorry for having disturbed you during holidays... Best wishes, Eric. -- You received this message because you are subscribed to the Google Groups "sage-devel"

Re: [sage-devel] Re: patchbot arando

2016-06-29 Thread Jeroen Demeyer
On 2016-06-29 11:27, Frédéric Chapoton wrote: Yes. Jeroen is aware of the problem, but not acting to solve it by stopping or updating his patchbot. I may have to ban arando. I'm on holidays now, I just stopped the bot. -- You received this message because you are subscribed to the Google

Re: [sage-devel] Re: patchbot arando

2016-06-29 Thread Erik Bray
On Wed, Jun 29, 2016 at 11:27 AM, Frédéric Chapoton wrote: > Yes. Jeroen is aware of the problem, but not acting to solve it by stopping > or updating his patchbot. I may have to ban arando. See also:

[sage-devel] Re: patchbot arando

2016-06-29 Thread Frédéric Chapoton
Yes. Jeroen is aware of the problem, but not acting to solve it by stopping or updating his patchbot. I may have to ban arando. Frederic. Le mercredi 29 juin 2016 11:21:27 UTC+2, Eric Gourgoulhon a écrit : > > Hi, > > The patchbot arando is failing with the message > > File

[sage-devel] patchbot arando

2016-06-29 Thread Eric Gourgoulhon
Hi, The patchbot arando is failing with the message File "/usr/lib/python2.7/xmlrpclib.py", line 792, in close raise ResponseError() ResponseError: ResponseError() See for instance https://patchbot.sagemath.org/log/18843/Ubuntu/14.04/i686/3.13.0-86-generic/arando/2016-06-29%2000:09:58

Re: [sage-devel] Re: ssh fail

2016-06-29 Thread Erik Bray
On Wed, Jun 29, 2016 at 11:02 AM, Volker Braun wrote: > I think the posts get a bit maimed because google anonymizes the email > addresses to prevent spam harvesting. You need to use "git at" in front of > the hostname to test your ssh keys. As for the hostname, both >

Re: [sage-devel] Re: ssh fail

2016-06-29 Thread Volker Braun
I think the posts get a bit maimed because google anonymizes the email addresses to prevent spam harvesting. You need to use "git at" in front of the hostname to test your ssh keys. As for the hostname, both git.sagemath.org and trac.sagemath.org work. But you can't use "myusername at

Re: [sage-devel] Re: ssh fail

2016-06-29 Thread Erik Bray
On Wed, Jun 29, 2016 at 9:19 AM, Volker Braun wrote: > You can't ssh into trac. What should work is: > > $ ssh g...@git.sagemath.org > PTY allocation request failed on channel 0 > hello vbraun, this is git@trac running gitolite3 3.5.3.1-2 (Debian) on git > 1.9.1 > > R W

[sage-devel] Deprecation warnings are no longer printed?!

2016-06-29 Thread Johan S . H . Rosenkilde
sage: import warnings sage: warnings.filterwarnings('always',".*", DeprecationWarning) sage: deprecation(3,"m") Hi sage-devel, On my Sage installation, as well as on David Lucas' (having different Linux distros), the following *does not* print the expected deprecation warning in the Sage shell or

[sage-devel] Re: ssh fail

2016-06-29 Thread Volker Braun
You can't ssh into trac. What should work is: $ ssh g...@git.sagemath.org PTY allocation request failed on channel 0 hello vbraun, this is git@trac running gitolite3 3.5.3.1-2 (Debian) on git 1.9.1 R W sage On Tuesday, June 28, 2016 at 11:26:32 PM UTC+2, tara fife wrote: > > I wasn't able