Results 55 issues of 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...

s: positive review
c: commutative algebra
c: categories
t: refactoring
v: large

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...

s: needs review
c: algebra
t: refactoring
v: small

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...

s: positive review
t: refactoring
v: minimal

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...

s: needs review
c: combinatorics
v: minimal

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...

s: positive review
t: refactoring
v: moderate

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...

s: positive review
t: refactoring
v: minimal

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...

s: positive review

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...

s: positive review
c: algebra
c: categories
t: refactoring

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.

s: positive review
t: refactoring

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...

s: positive review