-
-
Notifications
You must be signed in to change notification settings - Fork 516
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
Create the category of SetsWithGrading #10193
Comments
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
comment:4
It seems like it would be better to use degree as opposed to size for consistency with the "standard" graded things. Also, it seems like it might be better to have the degree method implemented on the parents. It could be somewhat confusing if the degree method on the elements corresponded to a different grading than the parent it belongs to. |
comment:5
Hi ! What is the status of this one ? |
comment:6
Hi, here at SD35.5 I wanted to review #9280, but I see it depends on this ticket, which did not Paul PS: moreover the patch url is dead... |
Changed keywords from enumerated sets to enumerated sets, sd35.5 |
comment:7
Replying to @zimmermann6:
We just discussed it with Vincent Delecroix, and where planning to
Should be fixed now. |
This comment has been minimized.
This comment has been minimized.
Dependencies: #13605 |
comment:9
Note that this will be swapped with #13605 in the combinat queue once Andrew uploads his review patch. |
This comment has been minimized.
This comment has been minimized.
Changed author from Nicolas M. Thiéry to Nicolas M. Thiéry, Vincent Delecroix |
comment:13
TODO: add an example! |
This comment has been minimized.
This comment has been minimized.
comment:15
Attachment: trac_10193-graded_sets.patch.gz What's new:
Vincent |
comment:17
Hey Vincent, Let us know when the rebased patch over #6495 is up and ready for review. Thanks, Travis |
Changed keywords from enumerated sets, sd35.5 to enumerated sets, sd35.5, days45 |
comment:25
Hey, A few comments/questions:
Here's also some more wish-list type things that I'd like to see, but can wait for a followup ticket:
Thanks, Travis |
Changed reviewer from Jason Bandlow, Franco Saliola, ... to Nicolas Borie, Travis Scrimshaw |
comment:26
I just talked with Nicolas T. and basically my previous comments are to be disregarded except the documentation of the methods which need to be implemented needs to be improved. Best, Travis |
comment:27
Replying to @tscrim:
I should add that those objections were natural! It would be good to explain in the documentation why, for example, SetsWithGrading rather than GradedSets. But this patch has been waiting long enough and it needs to be finally be put to real use; let's not delay it for this reason. +1 as well on the feature requests in a later patch! (except for degree=grade for which I'd rather wait until we have some large scale feedback to see if there really would be a desire for it). |
This comment has been minimized.
This comment has been minimized.
comment:28
Here's a review patch which describes what needs to be implemented and some other minor doc fixes. If you're happy with the changes, you can set this to positive review. Best, Travis For patchbot: Apply: trac_10193-graded_sets-rebased.patch trac_10193-graded_sets-review-ts.patch |
comment:29
Hi, Thanks Travis. I am not happy!! The last sentence of the documentation of the category is uncomprehensible and there should be a link to the example. I will upload an ultimate patch in a minute... Vincent |
Attachment: trac_10193-graded_sets-more_doc-vd.patch.gz |
comment:30
It also appears that the example was not included in the documentation... Apply: trac_10193-graded_sets-rebased.patch trac_10193-graded_sets-review-ts.patch trac_10193-graded_sets-more_doc-vd.patch |
This comment has been minimized.
This comment has been minimized.
Attachment: trac_10193-graded_sets-review-ts.patch.gz |
comment:31
Hey Vincent, I've folded your review patch in and made changes to that (very) poorly written sentence I wrote. Best, Travis For patchbot: Apply: trac_10193-graded_sets-rebased.patch trac_10193-graded_sets-review-ts.patch |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
comment:32
Hi Travis,
Perfect! I am not sure it was yours (and your english is for sure better than mine). I remember the first time I learn how to do a parent and a category: I found useful when they were specifications and pointers ! Best |
Merged: sage-5.11.beta0 |
The patch creates the category
SetsWithGrading
(with an example: non negative integers, graded by themselves) and putsWeightedIntegerVectors
into this category.See also: #10194
Apply:
Depends on #6495
Depends on #13605
CC: @sagetrac-sage-combinat @sagetrac-nborie
Component: combinatorics
Keywords: enumerated sets, sd35.5, days45
Author: Nicolas M. Thiéry, Vincent Delecroix
Reviewer: Nicolas Borie, Travis Scrimshaw
Merged: sage-5.11.beta0
Issue created by migration from https://trac.sagemath.org/ticket/10193
The text was updated successfully, but these errors were encountered: