Changes between Version 9 and Version 11 of Ticket #13605
- Timestamp:
- 12/23/12 02:58:14 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #13605
-
Property
Status
changed from
new
toneeds_review
-
Property
Reviewers
changed from
to
Andew Mathas
-
Property
Dependencies
changed from
#13074 #13762 #13840
to#13074 #13762 #13840 #10193
-
Property
Status
changed from
-
Ticket #13605 – Description
v9 v11 7 7 - Added partition and tableau options 8 8 - Converted `Partition_class` to `Partition` 9 - Converted `Partitions `into the category framework10 - Converted `IntegerListsLex` into the category framework 9 - Converted `Partitions*` (except `PartitionsRestricted`) into the category framework 10 - Converted `IntegerListsLex` into the category framework with element class of `ClonableArray` 11 11 - Renamed *katabolism to *catabolism 12 12 - Moved construction functions for partitions `from_*` to `Partitions().from_*`. 13 13 - Renamed `dominate()` to `dominated_partitions()` in `Partition`. 14 - Added order argument for overriding the comparisons for partitions 15 -