-
-
Notifications
You must be signed in to change notification settings - Fork 482
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
new methods for compositions #13243
Comments
comment:3
Need to fix a dependency error. Patch coming 'soon'. |
only apply this one |
Attachment: trac_13243-new_methods_for_compositions-fs.patch.gz Attachment: trac_13243-new_methods_for_compositions-fs.2.patch.gz empty patch (this can be deleted) |
comment:4
The errors were mainly due to the fact that the new category of graded enumerated sets does not yet exist (it exists on the sage-combinat queue, which is why tests passed on my machine). So I removed the two lines related to that. I also modified a couple of doctests in |
This comment has been minimized.
This comment has been minimized.
comment:5
Apply: trac_13243-new_methods_for_compositions-fs.patch |
Attachment: trac_13243-rebased_deprecated_function_alias-fs.patch.gz needed for 5.2.rc0 (updated the call to deprecated_function_alias) |
Dependencies: #13109 |
comment:7
Apply: trac_13243-new_methods_for_compositions-fs.patch, trac_13243-rebased_deprecated_function_alias-fs.patch (for the patchbot) |
This comment has been minimized.
This comment has been minimized.
comment:9
Note that the patches attached to this ticket are newer than the patches on the sage-combinat queue. Also, I'm in the process of updating this patch with improvements suggested by Mike. New version will be available soon. |
Attachment: trac_13243-review_changes-fs.patch.gz changes based on Mike's review |
comment:10
Here is a patch (trac_13243-review_changes-fs.patch), which should be applied on top of the earlier patch, that includes improvements suggested by Mike. Patchbot: Apply: trac_13243-new_methods_for_compositions-fs.patch, trac_13243-rebased_deprecated_function_alias-fs.patch, trac_13243-review_changes-fs.patch, trac_13243-documentation_fixes-fs.patch |
Changed reviewer from Chris Berg to Chris Berg, Mike Zabrocki |
comment:13
Attachment: trac_13243-documentation_fixes-fs.patch.gz Hello Mike, Here is a final patch fixing some the issues with the documentation. The documentation now builds and renders nicely. Thanks for your suggestions. I made separate patches so that it is easier for you to look at my recent changes (but if you prefer, I can post one patch). You only need to look at the following two files to see the changes I made after your review of the first patch:
Franco |
comment:14
Mike suggested some more documentation improvements. New patch on the way. |
Work Issues: documentation improvements |
improvements to documentation for shuffle_product |
comment:15
Attachment: trac_13243-documentation_fixes_2-fs.patch.gz Here is a patch with improvements to the documentation of shuffle product. Patchbot: Apply: trac_13243-new_methods_for_compositions-fs.patch, trac_13243-rebased_deprecated_function_alias-fs.patch, trac_13243-review_changes-fs.patch, trac_13243-documentation_fixes-fs.patch, trac_13243-documentation_fixes_2-fs.patch |
Changed work issues from documentation improvements to none |
comment:18
Hi Franco, You promised to import these patches also to the sage-combinat queue, since the current patch there completely breaks sage-5.2.rc0. I am confused as to which patches are supposed to be applied. For example trac_13243-rebased_deprecated_function_alias-fs.patch also has a newer version trac_13243-rebased_deprecated_function_alias-fs.2.patch, but this is not the one listed in your list. Thanks, Anne |
comment:19
Please clarify which patches have to be applied. |
comment:21
Replying to @jdemeyer:
If I understand correctly, the patchbot doesn't look at the description for the "apply" directive, so I put it in the comments. Should I also include the directive in the description? Is there a preferred syntax for this? Apply: trac_13243-new_methods_for_compositions-fs.patch, trac_13243-rebased_deprecated_function_alias-fs.patch, trac_13243-review_changes-fs.patch, trac_13243-documentation_fixes-fs.patch, trac_13243-documentation_fixes_2-fs.patch For humans: |
This comment has been minimized.
This comment has been minimized.
comment:25
Replying to @saliola:
I think that's correct yes.
Yes please! |
comment:26
Replying to @jdemeyer:
Thank you. I'll make sure to do this from now on! |
Merged: sage-5.3.beta0 |
Changed author from Franco Saliola, Nicolas Thiery, Florent Hivert, Chris Berg to Franco Saliola, Nicolas M. Thiéry, Florent Hivert, Chris Berg |
new functionality for the composition constructor:
new functionality for compositions:
new functionality for the set of all compositions:
InfiniteEnumeratedSets
Apply:
Depends on #13109
CC: @sagetrac-chrisjamesberg @sagetrac-sage-combinat @zabrocki
Component: combinatorics
Keywords: compositions, ncsf, sd40
Author: Franco Saliola, Nicolas M. Thiéry, Florent Hivert, Chris Berg
Reviewer: Chris Berg, Mike Zabrocki
Merged: sage-5.3.beta0
Issue created by migration from https://trac.sagemath.org/ticket/13243
The text was updated successfully, but these errors were encountered: