Ticket #2725 (closed defect: fixed)
[with patch, positive review] MPolynomial_polydict doc-tests and some refactoring
| Reported by: | jbmohler | Owned by: | malb |
|---|---|---|---|
| Priority: | major | Milestone: | sage-2.11 |
| Component: | commutative algebra | Keywords: | |
| Cc: | Work issues: | ||
| Report Upstream: | Reviewers: | ||
| Authors: | Merged in: | ||
| Dependencies: | Stopgaps: |
Description
The attached patch adds a number of features and refactorings:
- A new degrees method which returns the degrees of all the variables in one swoop (and has other useful purposes)
- More doc-tests
- ETuple helper function to eliminate fragile duplicate code
- Fix some latex/repr bugs with -1 (continuation of #291)
Attachments
Change History
comment:1 Changed 5 years ago by mhansen
- Summary changed from [with patch, needs review] MPolynomial_polydict doc-tests and some refactoring to [with patch, positive review] MPolynomial_polydict doc-tests and some refactoring
Looks good to me. I attached a new version of the patch which plays well with the changes in #2702. Apply that first, and then apply 2725.patch.
Note: See
TracTickets for help on using
tickets.

