Changes between Initial Version and Version 9 of Ticket #26991
- Timestamp:
- 06/05/19 01:38:16 (6 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #26991
-
Property
Status
changed from
new
topositive_review
-
Property
Authors
changed from
to
Brent Baccala
-
Property
Milestone
changed from
sage-8.6
tosage-8.8
-
Property
Dependencies
changed from
22982
to -
Property
Branch
changed from
to
public/26991
-
Property
Reviewers
changed from
to
Travis Scrimshaw
-
Property
Commit
changed from
to
3f38d0ecb5b484c340eb319cd595cc4946a6c295
-
Property
Status
changed from
-
Ticket #26991 – Description
initial v9 1 Several methods in the new function field code (Trac #22982) can be profitably moved to superclasses, including:1 Several methods for elements in the new function field code (Trac #22982) can be profitably moved to the `FunctionFieldElement` superclass: 2 2 3 - divisor, divisor_of_zeros, divisor_of_poles methods for both elements and ideals 4 5 - place and is_prime methods in ideals 6 7 - space_of_differentials method in FunctionField 3 - divisor, divisor_of_zeros, divisor_of_poles, zeros, and poles