Re: [sage-devel] trouble installing graphviz on combinat

2013-07-06 Thread William Stein
On Sat, Jul 6, 2013 at 9:58 PM, Anne Schilling wrote: > Hello! > > I am having trouble installing graphviz on combinat: I just did "apt-get install graphviz graphviz-doc", so graphviz is now installed system-wide. This may make it so you don't have to build it from source. William > > ... > (c

[sage-devel] trouble installing graphviz on combinat

2013-07-06 Thread Anne Schilling
Hello! I am having trouble installing graphviz on combinat: ... (cd .libs && rm -f libgvplugin_neato_layout.so.5 && ln -s libgvplugin_neato_layout.so.5.0.0 libgvplugin_neato_layout.so.5) (cd .libs && rm -f libgvplugin_neato_layout.so && ln -s libgvplugin_neato_layout.so.5.0.0 libgvplugin_neato_

Re: [sage-devel] Re: Sage 5.11.beta3 and debian package: ptestlong results

2013-07-06 Thread Julien Puydt
Le 06/07/2013 14:27, Volker Braun a écrit : On Saturday, July 6, 2013 1:02:54 AM UTC-4, Snark wrote: Do we really need nef.x, poly.x, etc. ; I mean if the executables names don't reflect what they are good for, perhaps we (both in sage and in debian) should stick to -d.x variants?

[sage-devel] Re: spkg statistics

2013-07-06 Thread Volker Braun
And speaking of version bumps, there is a trivial IPython update that has been sitting on trac for two weeks: http://trac.sagemath.org/14810 -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving emails

Re: [sage-devel] Re: broken links in documentation

2013-07-06 Thread vdelecroix
Le samedi 6 juillet 2013 13:22:51 UTC+2, Harald Schilly a écrit : > > On Sat, Jul 6, 2013 at 12:08 AM, vdelecroix > <20100.d...@gmail.com> > wrote: > > Should I open a global ticket for all these broken links ? > > yes, i think that's the best idea. > and i likely found the correct one for th

Re: [sage-devel] Re: Sage 5.11.beta3 and debian package: ptestlong results

2013-07-06 Thread Volker Braun
On Saturday, July 6, 2013 1:02:54 AM UTC-4, Snark wrote: > Do we really need nef.x, poly.x, etc. ; I mean if the executables names > don't reflect what they are good for, perhaps we (both in sage and in > debian) should stick to -d.x variants? In principle we don't need an unnumbered poly.x,

Re: [sage-devel] Re: mpsolve

2013-07-06 Thread dmharvey
On Thursday, 6 June 2013 10:13:33 UTC+10, William wrote: > > On Wed, Jun 5, 2013 at 4:29 PM, dmharvey > > wrote: > > > > On Thursday, 6 June 2013 01:43:55 UTC+10, William wrote: > > > > Would it help if I relicensed zn_poly under a BSD-style license? > > Yes, that would be very, very nice.

Re: [sage-devel] Re: broken links in documentation

2013-07-06 Thread Harald Schilly
On Sat, Jul 6, 2013 at 12:08 AM, vdelecroix <20100.delecr...@gmail.com> wrote: > Should I open a global ticket for all these broken links ? yes, i think that's the best idea. and i likely found the correct one for the link to the tuwien: http://hep.itp.tuwien.ac.at/~kreuzer/CY/ H -- You receiv

[sage-devel] Hello to Sage community

2013-07-06 Thread Tharindu Rusira
Hello, I'm Tharindu Rusira from Sri Lanka, a fresher to the community. While I was going through this [1], I saw some cool ideas there. Specially *Datasheets *section. As it says "*Currently, the ways to include data from other sources than the notebook itself is limited to the capabilities

[sage-devel] Re: Inheritance from Parent and QuotientRing_nc leads to a TypeError

2013-07-06 Thread mmarco
Maybe we should make a plan to move old code from ParentWithGens to Parent? A sage days dedicated to this would be a good idea? And while we are at it, try to make a better designs for the generators issue. -- You received this message because you are subscribed to the Google Groups "sage-d

[sage-devel] Re: Inheritance from Parent and QuotientRing_nc leads to a TypeError

2013-07-06 Thread Thomas Feulner
Hi Simon, thank you very much for your help. This was the solution! (and that I should not pass names=None to QuotientRing_nc.__init__ ;-) ) @Volker: I hope that ParentWithGens will be removed soon. For a beginner, it is really hard to figure out how to define derived classes, especially when y