-
-
Notifications
You must be signed in to change notification settings - Fork 481
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cleanups and new features about corners and cells in partition and tableau #6655
Comments
Attachment: trac_6655_partition_newfeature-ny.patch.gz |
This comment has been minimized.
This comment has been minimized.
Changed keywords from Parition to Partition cells arm legs |
Changed author from NUMATA Yaushide to NUMATA Yasuhide, Florent Hivert |
comment:4
Should be ready for review ! Apply only trac_6655_partition_corner_cells-fh.patch |
comment:5
I slightly improved the doc and re-uploaded the patch... |
comment:6
I just discovered some failing docttests. Everything should now be ok. Please review |
Reviewer: Anne Schilling |
comment:7
Hi Florent, Thank you for this patch. Here are a couple of comments:
Cheers, Anne |
Attachment: trac_6655_partition_corner_cells-fh.patch.gz |
comment:8
Fixed...
Except for |
comment:9
Attachment: trac_6655_partition_corner_cells-review-as.patch.gz I reviewed the patch. It cleans up several features in partitions. In addition it fixes the slide method in skew_tableaux and adds the cell method to skew_partitions as requested. All tests pass. Positive review! Release manager, please apply only |
comment:10
Merged in this order: |
Changed author from NUMATA Yasuhide, Florent Hivert to Numata Yasuhide, Florent Hivert |
Merged: sage-4.4.2.alpha0 |
The main goal of the patch was to add two functions namely
arm_cells
andleg_cells
. On the way I found several bugs or inconsistencies:Whereas the various cells methods returns the cells as tuple
(i,j)
Partition.corner used to return them as lists[i,j]
. I changed them to return tuples. Various methods had to be fixed methods accordingly...On the way I found that
Tableaux.slide
which usesPartition.Corner
was modifying it's argument.CC: @sagetrac-sage-combinat
Component: combinatorics
Keywords: Partition cells arm legs
Author: Numata Yasuhide, Florent Hivert
Reviewer: Anne Schilling
Merged: sage-4.4.2.alpha0
Issue created by migration from https://trac.sagemath.org/ticket/6655
The text was updated successfully, but these errors were encountered: