#13605: Partition options and cleanup partitions documentation
-----------------------------------------------+----------------------------
       Reporter:  tscrim                       |         Owner:  sage-combinat
           Type:  enhancement                  |        Status:  needs_review 
       Priority:  major                        |     Milestone:  sage-5.7     
      Component:  combinatorics                |    Resolution:               
       Keywords:  partition, options, output   |   Work issues:               
Report Upstream:  N/A                          |     Reviewers:  Andew Mathas 
        Authors:  Travis Scrimshaw             |     Merged in:               
   Dependencies:  #13074 #13762 #13840 #10193  |      Stopgaps:               
-----------------------------------------------+----------------------------

Old description:

> 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.
>
> -----
>
> Here's what is included in the patch:
>
> - Added partition and tableau options
> - Converted `Partition_class` to `Partition`
> - Converted `Partitions*` (except `PartitionsRestricted`) into the
> category framework
> - Converted `IntegerListsLex` into the category framework with element
> class of `ClonableArray`
> - Renamed *katabolism to *catabolism
> - Moved construction functions for partitions `from_*` to
> `Partitions().from_*`.
> - Renamed `dominate()` to `dominated_partitions()` in `Partition`.
> - Added order argument for overriding the comparisons for partitions
> -

New description:

 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.

 -----

 Here's what is included in the patch:

 - Added partition and tableau options
 - Converted `Partition_class` to `Partition`
 - Converted `Partitions*` (except `PartitionsRestricted`) into the
 category framework
 - Converted `IntegerListsLex` into the category framework with element
 class of `ClonableArray`
 - Renamed *katabolism to *catabolism
 - Moved construction functions for partitions `from_*` to
 `Partitions().from_*`.
 - Renamed `dominate()` to `dominated_partitions()` in `Partition`.

--

Comment (by tscrim):

 Also in case you (or anyone else) is wondering, the `tex_from_array()`
 method handles the convention option.

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/13605#comment:25>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica, 
and MATLAB

-- 
You received this message because you are subscribed to the Google Groups 
"sage-trac" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-trac?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to