Re: [sage-devel] Re: User imports wrong twisted

2015-04-24 Thread Jan Groenewald
Hi On 24 April 2015 at 14:43, Marc Mezzarobba m...@mezzarobba.net wrote: Jan Groenewald wrote: I a computer lab environment, with identical desktop images (PPA, Ubuntu 14.04, 64bit) all except one user can launch the notebook fine. For some reason, that user is importing the system-wide

Re: [sage-devel] Non-Sage C code in the Sage library

2015-04-24 Thread John Cremona
Who is the author of hyperellfrob? There is a point in addition to Michael's: maintaining a fork which only differs with respect to libtools packaging is one thing, but we would also need someone to take responsibility for any bugs found in the code, if the original author was not able, willing

Re: [sage-devel] Non-Sage C code in the Sage library

2015-04-24 Thread Jeroen Demeyer
On 2015-04-24 11:08, Jean-Pierre Flori wrote: There is even a makefile included A Makefile is not nearly close to a decent build system. -- 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

[sage-devel] Re: [sage-notebook] Re: hosting the sage cell server

2015-04-24 Thread Sven Köppel
Hallo Karl-Dieter, maybe I forgot to tell some details about the offer. I just sent Andrey an email containing some technical stuff (hosting and login details), but I would like to send some lines to the mailing lists considering our institute. Namely, I am a theoretical physicist at Goethe

[sage-devel] asymptotic forms of specialized functions available for symbolic computation

2015-04-24 Thread grant . ellis
I am curious about the possibly of having asymptotic forms of specialized functions available for symbolic computation. For instance, small or large argument approximations of Hankel functions can be quite useful for symbolic manipulation [see below]. Is there a convenient way to

Re: [sage-devel] Non-Sage C code in the Sage library

2015-04-24 Thread Jean-Pierre Flori
On Friday, April 24, 2015 at 10:42:12 AM UTC+2, John Cremona wrote: On 24 April 2015 at 09:37, John Cremona john.c...@gmail.com javascript: wrote: Who is the author of hyperellfrob? OK, I found it (it is actually called hypellfrob): David Harvey. David, if you are listening -- any

Re: [sage-devel] Non-Sage C code in the Sage library

2015-04-24 Thread than...@debian.org
Whether it is an embedded fork in sage or it gets its own git repo on the sage github account.. Someone from the sage community would have to fix bugs in both cases. Am Freitag, 24. April 2015 10:37:56 UTC+2 schrieb John Cremona: Who is the author of hyperellfrob? There is a point in

[sage-devel] Re: User imports wrong twisted

2015-04-24 Thread Marc Mezzarobba
Jan Groenewald wrote: I a computer lab environment, with identical desktop images (PPA, Ubuntu 14.04, 64bit) all except one user can launch the notebook fine. For some reason, that user is importing the system-wide twisted and not the sage twisted. A wild guess: does the user have .pth

Re: [sage-devel] Non-Sage C code in the Sage library

2015-04-24 Thread John Cremona
On 24 April 2015 at 09:37, John Cremona john.crem...@gmail.com wrote: Who is the author of hyperellfrob? OK, I found it (it is actually called hypellfrob): David Harvey. David, if you are listening -- any comments? John There is a point in addition to Michael's: maintaining a fork which

[sage-devel] User imports wrong twisted

2015-04-24 Thread Jan Groenewald
Hi I a computer lab environment, with identical desktop images (PPA, Ubuntu 14.04, 64bit) all except one user can launch the notebook fine. For some reason, that user is importing the system-wide twisted and not the sage twisted. banele@bamako:~$ sage -q sage: import twisted; twisted module

[sage-devel] Random matrices that already are there

2015-04-24 Thread Jori Mäntysalo
For some time I wonder how to generate random matrices of Zmod(n). But Sage already have them: G = GL(3,Zmod(4)); G.random_element() So Matrix.random() may (at least in some situations) just use this. A question: Where is the documentation and/or source code for this? I would like to know

Re: [sage-devel] Non-Sage C code in the Sage library

2015-04-24 Thread John Cremona
On 24 April 2015 at 10:32, than...@debian.org than...@debian.org wrote: Whether it is an embedded fork in sage or it gets its own git repo on the sage github account.. Someone from the sage community would have to fix bugs in both cases. Yes! But I think that David Harvey *is* a member of the

Re: [sage-devel] Can't build Sage with 2GB RAM anymore

2015-04-24 Thread Jeroen Demeyer
Upstream Cython has now fixed this and I made a new Cython package for Sage with this patch. Please review http://trac.sagemath.org/ticket/18294 -- You received this message because you are subscribed to the Google Groups sage-devel group. To unsubscribe from this group and stop receiving

Re: [sage-devel] Non-Sage C code in the Sage library

2015-04-24 Thread Dima Pasechnik
On Friday, 24 April 2015 14:27:53 UTC+1, John Cremona wrote: On 24 April 2015 at 10:32, tha...@debian.org javascript: tha...@debian.org javascript: wrote: Whether it is an embedded fork in sage or it gets its own git repo on the sage github account.. Someone from the sage community

Re: [sage-devel] Can't build Sage with 2GB RAM anymore

2015-04-24 Thread Jeroen Demeyer
Sage ticket: http://trac.sagemath.org/ticket/18294 -- 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 this group,

[sage-devel] Re: User imports wrong twisted

2015-04-24 Thread leif
On 04/24/2015 02:02 PM, Jan Groenewald wrote: On 24 April 2015 at 14:43, Marc Mezzarobba m...@mezzarobba.net mailto:m...@mezzarobba.net wrote: Jan Groenewald wrote: I a computer lab environment, with identical desktop images (PPA, Ubuntu 14.04, 64bit) all except one user can

[sage-devel] Re: Trac and sort by lastmod

2015-04-24 Thread leif
Jeroen Demeyer wrote: On 2014-09-26 14:50, kcrisman wrote: I wish I could! I recall that Jeroen had to always ask someone else to change the milestone, even he didn't have access to it as release manager :) Nobody ever told me how it was done, but I assume it was indeed a direct

[sage-devel] Re: asymptotic forms of specialized functions available for symbolic computation

2015-04-24 Thread rjf
What do you mean by available ? You could presumably type them in as formulas. My browser doesn't show anything in the inline image. Numerical evaluation of (for example) Bessel functions are generally done by algorithms based on asymptotic formulas. (e.g. in Maxima) RJF On Friday, April 24,

[sage-devel] Re: Trac and sort by lastmod

2015-04-24 Thread leif
kcrisman wrote: After clicking Lastmod-header it got tickets sorted like 1 mins 23 hours 32 mins 8 days It's not a direct answer to your question, but you might be interested in http://trac.sagemath.org/report/92 http://trac.sagemath.org/report/92 This

[sage-devel] Re: Trac and sort by lastmod

2015-04-24 Thread leif
Volker Braun wrote: Though I agree that we don't really need to update the milestone, (not me) if its pointing at an older version then so what? Is anybody making trac queries for specific milestones? YEEES! (Ja, ja, too late to the party...) -leif -- You received this