Opened 22 months ago
Closed 21 months ago
#30260 closed enhancement (fixed)
Graphs: more distance-regular graphs
Reported by: | gh-Ivo-Maffei | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | sage-9.2 |
Component: | graph theory | Keywords: | drg |
Cc: | dimpase | Merged in: | |
Authors: | Ivo Maffei | Reviewers: | Dima Pasechnik |
Report Upstream: | N/A | Work issues: | |
Branch: | a87fad1 (Commits, GitHub, GitLab) | Commit: | a87fad1a74954c825c13ba6065dc275d1417cb42 |
Dependencies: | #30240 | Stopgaps: |
Description
Added a few more constructions of distance-regular graphs
Change History (10)
comment:1 Changed 22 months ago by
- Branch set to public/graphs/30260
- Cc dimpase added
- Commit set to e253cb49e52ac8a53dcfb60134282ccb817bf85d
- Dependencies set to #30240
- Status changed from new to needs_review
comment:2 Changed 22 months ago by
- Commit changed from e253cb49e52ac8a53dcfb60134282ccb817bf85d to 102bb916575d314a29b134e200eeb6d6d7cec740
comment:3 Changed 22 months ago by
- Reviewers set to Dima Pasechnik
- Status changed from needs_review to positive_review
looks good to me.
comment:4 Changed 22 months ago by
- Status changed from positive_review to needs_work
comment:5 Changed 22 months ago by
- Commit changed from 102bb916575d314a29b134e200eeb6d6d7cec740 to 9db5fd3ab5df8c3cffed39c49bdb7e08b5e614ff
Branch pushed to git repo; I updated commit sha1. This was a forced push. Last 10 new commits:
1978c7d | added a few sporadic distance regular graphs
|
384fb27 | moved file to generators; fixed tests
|
85b4d55 | added 4 more sporadic drg
|
4c4f69b | added remaining Witt graphs
|
9c81329 | renamed locally GQ function and added references
|
b88df6b | added reference blocks
|
ecde7ca | fix wrong rebase merge conflict resolution
|
e063b5e | simplified import
|
574960d | added gap_packages flag to atlasrep
|
9db5fd3 | Merge branch 'drg_sporadic1' into drg_sporadic2
|
comment:6 Changed 22 months ago by
- Commit changed from 9db5fd3ab5df8c3cffed39c49bdb7e08b5e614ff to a87fad1a74954c825c13ba6065dc275d1417cb42
Branch pushed to git repo; I updated commit sha1. New commits:
a87fad1 | added gap_packages flag to atlasrep
|
comment:7 Changed 22 months ago by
- Status changed from needs_work to needs_review
I rebased and merged all changes to #30240. Now this ticket should work without module_list.py
comment:8 Changed 22 months ago by
Thanks for fixing it!
comment:10 Changed 21 months ago by
- Branch changed from public/graphs/30260 to a87fad1a74954c825c13ba6065dc275d1417cb42
- Resolution set to fixed
- Status changed from positive_review to closed
Note: See
TracTickets for help on using
tickets.
Branch pushed to git repo; I updated commit sha1. New commits:
change optional flag for atlasrep
renamed locally GQ function and added references
forgot to rename graph
fixed indentation issue
merged drg_sporadic1
added reference blocks