Frédéric Chapoton
Frédéric Chapoton
just a few small enhancements in the modified file in particular, using the lazy power series ring at some point also avoid using `SR('a')` ### :memo: Checklist - [x] The...
mostly scripted using `autopep8` ### :memo: Checklist - [x] The title is concise and informative. - [x] The description explains in detail what this PR is about.
and also using the `pari` library instead of the `gp` pexpect interface ### :memo: Checklist - [x] The title is concise and informative. - [x] The description explains in detail...
just a few minor fixes in the `categories` folder (pyx files) ### :memo: Checklist - [x] The title is concise and informative. - [x] The description explains in detail what...
This will make the codebase no longer compatible with python2.
as there is now a direct method in `nauty` and we have added the interface previously ### :memo: Checklist - [x] The title is concise and informative. - [x] The...
this is trying to allow the conversion of magma's series rings also refactors the conversion of polynomial rings This needs to be tested, if you have magma. ### :memo: Checklist...
This is reworking the code for convolution of piecewise functions. Hopefully simpler and a bit faster. ### :memo: Checklist - [x] The title is concise and informative. - [x] The...
just a few minor changes, about using `isinstance` when possible ### :memo: Checklist - [x] The title is concise and informative. - [x] The description explains in detail what this...
Using ruff to auto-fix all E713 codes Test for membership should be `not in` then activating this check in the linter ### :memo: Checklist - [x] The title is concise...