Changes between Version 6 and Version 9 of Ticket #13605
- Timestamp:
- 12/19/12 01:59:52 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #13605
-
Property
Dependencies
changed from
#13074
to#13074 #13762 #13840
-
Property
Dependencies
changed from
-
Ticket #13605 – Description
v6 v9 1 1 Adding a `Partitions.options()` method which sets (globally) options for partitions as noted in #5439 - http://wiki.sagemath.org/combinat/Weirdness similar to `PermutationOptions()`. This will also affect tableau classes and friends. Additionally this will also clean up some of the documentation/code in the respective files. 2 3 ----- 4 5 Here's what is included in the patch: 6 7 - Added partition and tableau options 8 - Converted `Partition_class` to `Partition` 9 - Converted `Partitions` into the category framework 10 - Converted `IntegerListsLex` into the category framework 11 - Renamed *katabolism to *catabolism 12 - Moved construction functions for partitions `from_*` to `Partitions().from_*`. 13 - Renamed `dominate()` to `dominated_partitions()` in `Partition`.