Frédéric Chapoton
Frédéric Chapoton
move three methods from the class `CommutativeRing` to the category of commutative rings ### :memo: Checklist - [x] The title is concise and informative. - [x] The description explains in...
Moving the letterplace implementation of free algebras to the `Parent` framework ### :memo: Checklist - [x] The title is concise and informative. - [x] The description explains in detail what...
fixing some cython-lint suggestions in the quivers folder ```cython-lint --ignore=E501,E128,E741 src/sage/quivers/``` ### :memo: Checklist - [x] The title is concise and informative. - [x] The description explains in detail what...
Simplify the handling of dead OEIS sequences. Trying to ignore them, mostly. This fixes #38044 ### :memo: Checklist - [x] The title is concise and informative. - [x] The description...
Let us use `pathlib.Path` to handle the attached files. This make the code cleaner. ### :memo: Checklist - [x] The title is concise and informative. - [x] The description explains...
fixing a few more cython-lint suggestions in schemes ```cython-lint --ignore=E501,E231,E265 src/sage/schemes/``` ### :memo: Checklist - [x] The title is concise and informative. - [x] The description explains in detail what...
and other minor code details in the modified files also some doctest formatting ### :memo: Checklist - [x] The title is concise and informative. - [x] The description explains in...
deprecate the auld-style "Algebra" class, and replace its last use in sage codebase by `Parent` ### :memo: Checklist - [x] The title is concise and informative. - [x] The description...
various minor details in the modified file ### :memo: Checklist - [x] The title is concise and informative. - [x] The description explains in detail what this PR is about.
avoid using as variable the reserved keyword `dict` + minor other details + similar changes in other files in topology folder ### :memo: Checklist - [x] The title is concise...