Opened 6 years ago
Closed 6 years ago
#16867 closed enhancement (fixed)
Merge 520+x OA constructors
Reported by: | ncohen | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | sage-6.4 |
Component: | combinatorial designs | Keywords: | |
Cc: | vdelecroix | Merged in: | |
Authors: | Nathann Cohen | Reviewers: | Vincent Delecroix |
Report Upstream: | N/A | Work issues: | |
Branch: | 28a0c1b (Commits) | Commit: | 28a0c1bdac5e668da6ed2a6c65d177af8f238ad9 |
Dependencies: | #16846 | Stopgaps: |
Description
These 3 OA constructors all do the same thing. Their doc is the same, their code is the same. Let's merge them all into one function !
Change History (4)
comment:1 Changed 6 years ago by
- Branch set to public/16867
- Commit set to 28a0c1bdac5e668da6ed2a6c65d177af8f238ad9
- Status changed from new to needs_review
comment:2 Changed 6 years ago by
Bioutifoule!
Vincent
comment:3 Changed 6 years ago by
- Reviewers set to Vincent Delecroix
- Status changed from needs_review to positive_review
comment:4 Changed 6 years ago by
- Branch changed from public/16867 to 28a0c1bdac5e668da6ed2a6c65d177af8f238ad9
- Resolution set to fixed
- Status changed from positive_review to closed
Note: See
TracTickets for help on using
tickets.
Last 10 new commits:
trac #16864: designs/database.py: auto-generated doc index
trac #16864: use Python string .format() + doc
trac #16817: OA for n=205,254,469,520,522,524,1262
trac #16817: docfix
trac #16846: a difference_matrices module
trac #16846: Remove obsolete functions
trac #16846: Broken doctests
trac #16846: Merge with updated #16817
trac #16846: review
trac #16867: Merge 520+x OA constructors