Changes between Version 4 and Version 12 of Ticket #18056
- Timestamp:
- Oct 13, 2021, 7:06:21 AM (16 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #18056
-
Property
Status
changed from
new
topositive_review
-
Property
Reviewers
changed from
to
Jonathan Kliem
-
Property
Authors
changed from
to
Frédéric Chapoton
- Property Cc tscrim slelievre gh-kliem added; bgillespie removed
-
Property
Summary
changed from
Cythonize IntegerListsLex
toRemove `integer_list_old`
-
Property
Dependencies
changed from
#18055
to -
Property
Branch
changed from
to
u/chapoton/18056
-
Property
Milestone
changed from
sage-6.6
tosage-9.5
-
Property
Commit
changed from
to
2bd108b56aec4bea04d1143f4e0710abf235679c
-
Property
Status
changed from
-
Ticket #18056 – Description
v4 v12 1 `IntegerListsLex` is a highly used low level utility. It deserves to be Cythonized at some point. 1 `sage.combinat.integer_list_old` has long been replaced by `sage.combinat.integer_lists`. We remove it. 2 3 The original aim of this ticket was to cythonize `sage.combinat.integer_list_old.IntegerListsLex` which has been taken care of as the new `sage.combinat.integer_lists.invlex.IntegerListsLex` is already cythonized.