Hello,
We are a group of students, and as part of a project, we have written a library for SageMath that implements planar maps (see, for example,
https://www.irif.fr/~chapuy/AEC/coursHagenberg.pdf).
We have already implemented a number of classes, methods, and visualizations, and we hope to produce a final version of the code within a month or two, integrating it into SageMath.
Could you please guide us on the steps to follow beyond simply submitting a "Pull Request" to ensure a smooth integration? Are there any tests that need to be passed?
Our code is available in two versions:
- As an independent library of .sage files (i.e., the files need to be loaded before use) here:
https://github.com/vicllo/PlanarMaps- Already integrated into a Sage version (which therefore needs to be built from scratch) here:
https://github.com/vicllo/sageBest regards,
Victor