[sage-devel] Sage Warnings/Tips

2015-11-18 Thread Nathann Cohen
Hello everybody, I wondered if we could have "something" to give our users 'tips' they might ignore, when they use Sage. For instance when using graphs: - installing 'bliss' makes .automorphism_group() run *much* faster - installing 'igraph' makes flow computations *much* faster - installing 'tdl

Re: [sage-devel] Sage Warnings/Tips

2015-11-18 Thread Jori Mäntysalo
On Wed, 18 Nov 2015, Nathann Cohen wrote: For instance when using graphs: - installing 'bliss' makes .automorphism_group() run *much* faster Hmm... now the documentation says "If algorithm = "bliss" the automorphism group is computed using the optional package - -", and on edge_labels before

Re: [sage-devel] Sage Warnings/Tips

2015-11-18 Thread Nathann Cohen
Hello Jori, We should of course state such things as clearly as possible in the doc, that's an mandatory step. In some cases, however, the users call functions without knowing (subfunction of other things), or just won't look at the doc, or just won't even profile the code (not everybody knows ho

Re: [sage-devel] Sage Warnings/Tips

2015-11-18 Thread Travis Scrimshaw
Hey Nathann, This sounds like you should write a thematic tutorial "Graph implementations and algorithms" (or whatever title you want). Best, Travis -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop rece

Re: [sage-devel] Sage Warnings/Tips

2015-11-18 Thread Nathann Cohen
>This sounds like you should write a thematic tutorial "Graph > implementations and algorithms" (or whatever title you want). I do not believe that those who would benefit from a tip on an optional packages would find and read that. Nathann -- You received this message because you are subsc

[sage-devel] Re: MPIR-2.7.1 released

2015-11-18 Thread Volker Braun
FWIW we seem to have some issues in Sage on Debian/Ubuntu and ARM: http://trac.sagemath.org/ticket/19589 On Friday, November 13, 2015 at 5:12:52 PM UTC-5, Bill Hart wrote: > > Hi all, > > We have released MPIR-2.7.1 to fix some rare bugs and a few other issues: > > * Fix bug in Karatsuba assemb

[sage-devel] video about sage days 70

2015-11-18 Thread William Stein
https://vimeo.com/146207495 -- William (http://wstein.org) -- 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 th

Re: [sage-devel] Sage Warnings/Tips

2015-11-18 Thread Jori Mäntysalo
On Wed, 18 Nov 2015, Nathann Cohen wrote: In some cases, however, the users call functions without knowing (subfunction of other things), or just won't look at the doc, or just won't even profile the code (not everybody knows how) and 'just wait'. True. But I can see no easy way to do it. The