Hey Andrew, I have no complaints. I've put myself down as the reviewer on the trac ticket, so let me know when the patch is ready for a review.
Best, Travis On Thursday, August 23, 2012 5:11:03 PM UTC-7, Andrew Mathas wrote: > > I remembered that I did in fact discuss doing these deprecations on > sage-combinat when I said that I wanted to implement a functional partition > tuple class last year; see > https://groups.google.com/forum/?fromgroups=#!topic/sage-combinat-devel/NFNRYjqoouM > > Specifically, I proposed to: > > 3. Depreciate the following functions/classes in partition.py: > deprecation('"partitions_set() > " is deprecated. Use the > SetPartitions(S,k) instead') > deprecation('"number_of_partitions_set()" is deprecated. Use the > SetPartitions(S,k).cardinality() instead') > deprecation('"number_of_partitions()" is deprecated. Use the > Partitions(n).cardinality() or Compositions(n,k).cardinality() > instead') > deprecation('"partitions()" is deprecated. Use the iterator from > Partitions() instead') > deprecation('"ordered_partitions()" is deprecated. Use the > Compositions() instead') > deprecation('"number_of_ordered_partitions()" is deprecated. Use > the Compositions().cardinality() instead') > deprecation('"partitions_greatest()" is deprecated. Use > PartitionsGreatestLE(n,k).list() instead') > deprecation('"partitions_greatest_eq()" is deprecated. Use > PartitionsGreatestEQ(n,k).list() instead') > deprecation('"partitions_tuples()" is deprecated. Use > Multipartitions(n,k).list() instead') > deprecation('"number_of__partition_tulpes()" is deprecated. Use > Multipartitions(n,k).cardinality() instead') > deprecation('"power_partition()" is deprecated. Use > Partition(pi).power(k) instead') > > 4. Remove all of the code in partition.py that was depreciated in > 2009. > > At the time no one disagreed with the proposal although, as now, people > were not exactly clamouring for it to happen either:) > > Andrew > -- You received this message because you are subscribed to the Google Groups "sage-combinat-devel" group. To view this discussion on the web visit https://groups.google.com/d/msg/sage-combinat-devel/-/xP0u3oZSkGkJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/sage-combinat-devel?hl=en.
