On Thu, May 12, 2011 at 12:07:46AM -0700, Bruce wrote:
>    My comment about the documentation refers to:
> 
>    monoids.py line 39
> 
>        with product rule given by $a \times b = a$ for all $a, b$::

Ah, good: I independently stumbled on that one yesterday, and already fixed it 
:-)

>    A further comment is that I am struggling to avoid deprecated classes.
>    If I type CombinatorialClass? I am told this is deprecated and I should
>    use EnumeratedSets and variations.
>    Then I type EnumeratedSets? and find this is deprecated and I should use
>    Sets

EnumeratedSet is deprecated. Not EnumeratedSets.
           ^^^                               ^^^

>    Is AlgebrasWithBasis deprecated and how do I tell? and I expected
>    AlgebrasWithFiniteBasis as well.

AlgebrasWithBasis is not deprecated. AlgebrasWithFiniteBasis does not exist :-)
In general, there is very little deprecated in sage.categories

>    I will have a look at Element as I have not understood the need
>    for this.  I am guessing it is a place to put the class variables
>    so that the class methods have a uniform interface.

Element is just an abstract class for all Sage Elements.

Best,
                                Nicolas
--
Nicolas M. ThiĆ©ry "Isil" <[email protected]>
http://Nicolas.Thiery.name/

-- 
You received this message because you are subscribed to the Google Groups 
"sage-combinat-devel" group.
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.

Reply via email to