[sage-combinat-devel] Re: CombinatorialFreeModule

2014-05-17 Thread Bruce
Thanks, Travis. I changed this to class Foo(Element): def __init__(self, a): self.data = a Element.__init__(self, Foos) which seems a bit simpler as we still have Foo(1) without an extra argument. P.S. I am considering including this in the documentation. -- You

Re: [sage-combinat-devel] Re: CombinatorialFreeModule

2014-05-17 Thread Viviane Pons
I would say: include whatever you feel useful in the documentation. As a new user of the object, you're the best to know which explanations we need. 2014-05-17 20:29 GMT+01:00 Bruce brucewestb...@gmail.com: Thanks, Travis. I changed this to class Foo(Element): def __init__(self, a):

Re: [sage-combinat-devel] Re: CombinatorialFreeModule

2014-05-17 Thread Nicolas M. Thiery
Hi Bruce, On Sat, May 17, 2014 at 12:29:54PM -0700, Bruce wrote: I changed this to class Foo(Element): def __init__(self, a): self.data = a Element.__init__(self, Foos) which seems a bit simpler as we still have Foo(1) without an extra

[sage-devel] Re: setuptools install problem

2014-05-17 Thread Ralf Stephan
It is possible that the /tmp installation is broken anyway. With setuptools-3.6 I get 4 out of 4 failures because some paths point back to the original sage/ directory, but some not and the underlying files are not there (numpy for example). Moreover, none of the 6.2 TestsPassed runs (n=47) is

[sage-devel] Re: Notification if a branch gets merge conflicts (changes form green to red)

2014-05-17 Thread leif
Ralf Stephan wrote: On Friday, May 16, 2014 1:19:08 PM UTC+2, Wilfried Lübbe wrote: Would it be possible to reveive an email notification when the color changes to red (like for other changes of the ticket)? And set the ticket to needs-work, *beg*... Alternatively, introduce another trac

[sage-devel] Re: Please review #13125

2014-05-17 Thread Volker Braun
bump On Monday, May 12, 2014 1:09:20 PM UTC+1, Volker Braun wrote: This fixes some critical bugs in comparison with infinities -- 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,

Re: [sage-devel] Notification if a branch gets merge conflicts (changes form green to red)

2014-05-17 Thread R. Andrew Ohana
Well it is a bit different than other changes, since nothing actually changes in the ticket itself (which would prompt a notification). Rather the plugin is just a special render for the branch field, so the merge is not actually checked until someone actually loads the page for the first time

[sage-devel] Re: Notification if a branch gets merge conflicts (changes form green to red)

2014-05-17 Thread leif
R. Andrew Ohana wrote: Well it is a bit different than other changes, since nothing actually changes in the ticket itself (which would prompt a notification). Rather the plugin is just a special render for the branch field, so the merge is not actually checked until someone actually loads the

[sage-devel] Re: Please review #13125

2014-05-17 Thread Nathann Cohen
Hm... Could we not cite grants in source code ? :-/ +This module has, in part, received funding from the European Union's +Seventh Framework Programme (FP7/2007-2013) under grant agreement +FP7-ICT-247914. -- You received this message because you are subscribed to the Google Groups

[sage-devel] Re: Please review #13125

2014-05-17 Thread Volker Braun
I didn't put it there. I agree that its silly, but so is much of the bureaucratic process behind these grants. Afaik we don't have a policy formulated. On Saturday, May 17, 2014 11:40:25 PM UTC+1, Nathann Cohen wrote: Hm... Could we not cite grants in source code ? :-/ +This module

Re: [sage-devel] Re: setuptools install problem

2014-05-17 Thread Robert Bradshaw
On Thu, May 15, 2014 at 12:53 AM, Ralf Stephan gtrw...@gmail.com wrote: It may be possible to test newer package versions in patchbot without official ticket by forking Sage on github, installing the package in the local Sage, publish the changed branch on github, and use that branch as