Opened 13 years ago
Closed 13 years ago
#7208 closed enhancement (fixed)
Refactorisation of families
Reported by: | nthiery | Owned by: | nthiery |
---|---|---|---|
Priority: | major | Milestone: | sage-4.3 |
Component: | combinatorics | Keywords: | Family, enumerated set |
Cc: | sage-combinat | Merged in: | sage-4.3.alpha0 |
Authors: | Florent Hivert | Reviewers: | Nicolas M. Thiéry |
Report Upstream: | Work issues: | ||
Branch: | Commit: | ||
Dependencies: | Stopgaps: |
Description (last modified by )
Log of the attached patch:
- Families are parents, in the (Finite/Infinite?)EnumeratedSets? category
- New class EnumeratedFamily?; Family accept any (Finite)EnumeratedSet? as input
- Improves the output of lazy families, and update accordingly the doctests in CombinatorialFreeModule?, ...
- Clean trailing whitespaces
- Use TestSuite?
- Fix enumeration for FiniteFamily?
Depends on #5891
Attachments (1)
Change History (10)
comment:1 Changed 13 years ago by
- Status changed from new to needs_review
comment:2 Changed 13 years ago by
- Status changed from needs_review to positive_review
comment:3 Changed 13 years ago by
- Description modified (diff)
comment:4 Changed 13 years ago by
- Status changed from positive_review to needs_work
comment:5 Changed 13 years ago by
- Status changed from needs_work to needs_review
The updated patch is supposed to fix it. Florent: please review!
comment:6 Changed 13 years ago by
- Description modified (diff)
Changed 13 years ago by
comment:7 Changed 13 years ago by
Fixed missing doctests
comment:8 Changed 13 years ago by
- Status changed from needs_review to positive_review
Things are *now* ok :-) Positive review.
Florent
comment:9 Changed 13 years ago by
- Merged in set to sage-4.3.alpha0
- Resolution set to fixed
- Status changed from positive_review to closed
Note: See
TracTickets for help on using
tickets.
We should use the occasion to fix this bug: