Re: [sage-combinat-devel] Re: Big cleanup in partitions and permutations

2011-04-13 Thread Vincent Delecroix
Hello Florent, There are 20 lines at the begining of the patch improve_constructors_of_iet-vd.patch which modify permutation.py (the __init__ method). See the following thread http://groups.google.com/group/sage-combinat-devel/browse_thread/thread/354f6e841ae5cc58 Cheers, Vincent -- You rece

Re: [sage-combinat-devel] Re: Big cleanup in partitions and permutations

2011-04-13 Thread Nicolas Borie
Hi, I don't know if you intend to touch it but I have a modification in sage/groups/perm_gps/permgroup_element.pyx I had the following method: cpdef list _act_on_list_on_position(self, list x): """ Returns the right action of ``self`` on the list ``x``. This is the action on positi

Re: [sage-combinat-devel] Re: Big cleanup in partitions and permutations

2011-04-13 Thread Florent Hivert
On Tue, Apr 12, 2011 at 02:26:41AM -0700, Nathann Cohen wrote: > > > > > - use a much more compact and memory efficient C/Cython data structure; > > - allows to cythonize efficiently all the small methods; > > > If you need some reviews on this kind of tickets, count me in ! :-) Cool ! Florent

[sage-combinat-devel] Re: Big cleanup in partitions and permutations

2011-04-12 Thread Nathann Cohen
> > - use a much more compact and memory efficient C/Cython data structure; > - allows to cythonize efficiently all the small methods; > If you need some reviews on this kind of tickets, count me in ! :-) Nathann -- You received this message because you are subscribed to the Google Groups "