Opened 12 months ago
Closed 11 months ago
#32351 closed enhancement (fixed)
Add hash to hyperplane arrangements
Reported by: | tkarn | Owned by: | tkarn |
---|---|---|---|
Priority: | major | Milestone: | sage-9.5 |
Component: | geometry | Keywords: | gsoc2021 hyperplane arrangement |
Cc: | tscrim, tkarn | Merged in: | |
Authors: | Trevor K. Karn | Reviewers: | Travis Scrimshaw |
Report Upstream: | N/A | Work issues: | |
Branch: | 2186bd0 (Commits, GitHub, GitLab) | Commit: | 2186bd0574751e0f20b81495265dbcc4607b9ed1 |
Dependencies: | Stopgaps: |
Description
Add a __hash__
method to hyperplane arrangements.
Change History (4)
comment:1 Changed 12 months ago by
- Branch set to u/tkarn/hyperplane-arrangement-hash-32351
- Commit set to 2186bd0574751e0f20b81495265dbcc4607b9ed1
- Keywords gsoc2021 added; gsoc 2021 removed
- Owner changed from (none) to tkarn
comment:2 Changed 12 months ago by
- Status changed from new to needs_review
comment:3 Changed 12 months ago by
- Reviewers set to Travis Scrimshaw
- Status changed from needs_review to positive_review
comment:4 Changed 11 months ago by
- Branch changed from u/tkarn/hyperplane-arrangement-hash-32351 to 2186bd0574751e0f20b81495265dbcc4607b9ed1
- Resolution set to fixed
- Status changed from positive_review to closed
Note: See
TracTickets for help on using
tickets.
This should be hashable as they are immutable. LGTM.