Opened 9 years ago
Last modified 8 years ago
#15043 new enhancement
Rename MagmaticAlgebras to Algebras and Algebras to AssociativeUnitalAlgebras
Reported by: | nthiery | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | sage-6.4 |
Component: | categories | Keywords: | |
Cc: | sage-combinat, SimonKing | Merged in: | |
Authors: | Reviewers: | ||
Report Upstream: | N/A | Work issues: | |
Branch: | Commit: | ||
Dependencies: | Stopgaps: |
Description
Algebras
is currently the category of associative unital
algebras. #10963 further introduces the category of algebras (not
necessarily unital nor associative) as MagmaticAlgebras
. It's
been decided on sage-devel [1] that MagmaticAlgebras? should eventually be
renamed as Algebras
, and the current Algebras
to
AssociativeUnitalAlgebras
(or even just
Algebras(...).Associative().Unital()
).
This is not done directly in #10963 to not add a backward incompatible change to this already huge ticket.
[1] https://groups.google.com/d/msg/sage-devel/1lZAr60N-8w/vHr6nOWrsfcJ
Change History (3)
comment:1 Changed 8 years ago by
- Milestone changed from sage-6.1 to sage-6.2
comment:2 Changed 8 years ago by
- Milestone changed from sage-6.2 to sage-6.3
comment:3 Changed 8 years ago by
- Milestone changed from sage-6.3 to sage-6.4
Note: See
TracTickets for help on using
tickets.