Changes between Version 38 and Version 41 of Ticket #13605
- Timestamp:
- 02/19/13 23:14:17 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #13605
-
Property
Dependencies
changed from
#14065 #13688
to#14065 #6495 #14063 #13688
-
Property
Dependencies
changed from
-
Ticket #13605 – Description
v38 v41 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.1 Adding a `Partitions.global_options()` method which (globally) sets 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 2 3 3 -----