Re: [sage-devel] Re: Recommendations for a new Parent/Element pair

2014-06-05 Thread R. Andrew Ohana
Ok, follow up question. Is there much documentation on morphisms, or am I just blind and missing it? At least as far as I can tell, the documentation on the coercion seems to recommend implementing morphisms for _coerce_map_from_, but in the toy examples, only boolean return values are used (which

[sage-devel] Please review #15547 -- Drawing polytopes using TikZ

2014-06-05 Thread jplab
This ticket fixes two small errors in the plotting of polyhedron. http://trac.sagemath.org/ticket/15547 This makes it possible to draw polytope using TikZ code. See http://page.mi.fu-berlin.de/labbe/Gallery.html for a few drawing examples. Thanks a lot! -- You received this message because y

[sage-devel] I'm confused about test logging

2014-06-05 Thread William Stein
Hi, I just ran "make test" and I see that there is a file test.log. It tells me how *many* tests failed in each file. However, it doesn't tell me *what* failed. As far as I can tell there is no log file anywhere now that includes the actual failures, which is kind of weird. Am I just missin

Re: [sage-devel] Re: Logs for aleph.sagemath.org

2014-06-05 Thread Ivan Andrus
On Thu, Jun 5, 2014 at 6:33 AM, kcrisman wrote: > Are there logs (and if so where are they?) for aleph.sagemath.org? I’m >> trying to figure out what sorts of things the iOS app is used for. >> > > Just FYI, there are a lot of other things Sage cell is used for, and > presumably some places stil

[sage-devel] Re: git-trac trouble

2014-06-05 Thread Stefan
Yes, it works now. There seem to be other issues with my SSH setup, but I can do some things, including checking out tickets! Thanks! --Stefan. On Wednesday, June 4, 2014 3:00:53 PM UTC-4, Volker Braun wrote: > > I've added a workaround for the Python 2.7.1 issue, this should work now. > Just d

Re: [sage-devel] Re: cached_function: a filter to only cache some inputs ?

2014-06-05 Thread Nathann Cohen
Hello guys ! I just pushed another version of the cached method decorator which filters its input ! It is there and non-subversive, I just add a new class containing next to nothing. http://trac.sagemath.org/ticket/16353 Still, it does the job ! Nathann -- You received this message because y

[sage-devel] Re: Logs for aleph.sagemath.org

2014-06-05 Thread kcrisman
> > Are there logs (and if so where are they?) for aleph.sagemath.org? I’m > trying to figure out what sorts of things the iOS app is used for. > Just FYI, there are a lot of other things Sage cell is used for, and presumably some places still point to aleph not sagecell.sagemath... -- You

[sage-devel] Re: The docbuild hang issue

2014-06-05 Thread Volker Braun
Sphinx imports all modules when building the documentation. Some of the groups cimport libgap, so libgap is being initialized indirectly. Since these are Cython imports you can't move then to function/method scope. On Thursday, June 5, 2014 10:24:18 AM UTC+1, Alexander Konovalov wrote: > > Hm

[sage-devel] Re: The docbuild hang issue

2014-06-05 Thread Alexander Konovalov
Hmm, it's not necessary to load GAP package to build its documentation - unless I misunderstood the issue completely and you're speaking about another part of documentation. Anyhow, the part of the patch asking for more memory looks fine to me. Alexander On Wednesday, June 4, 2014 7:11:12 PM U