[sage-support] Contributing to SageMath

2023-09-25 Thread Saatvik Rao
Hello developers, I am currently doing a project course that involves making active contributions to the SageMath library (specifically in the area of graphs). For the successful completion of the project, it is important to get my work merged/pushed/accepted. Currently, I have implemented

Re: [sage-support] Contributing to SageMath

2023-08-28 Thread Vincent Delecroix
All the development is happening on github and is public. For graph theory, have a look at https://github.com/sagemath/sage/issues?q=is%3Aissue+label%3A%22c%3A+graph+theory%22+ On Mon, 28 Aug 2023 at 09:23, Saatvik Rao wrote: > > I was looking for graph algorithms that have not been implemented

Re: [sage-support] Contributing to SageMath

2023-08-28 Thread Saatvik Rao
I was looking for graph algorithms that have not been implemented and also improve upon the given graph algorithms. It would be great if you could help me identify areas of development. On Sunday, August 27, 2023 at 1:09:57 PM UTC+5:30 Jan Groenewald wrote: > Hi > > Have a look at these: > >

Re: [sage-support] Contributing to SageMath

2023-08-27 Thread Jan Groenewald
Hi Have a look at these: - https://doc.sagemath.org/html/en/faq/faq-contribute.html - https://doc.sagemath.org/html/en/reference/graphs/index.html - https://doc.sagemath.org/html/en/prep/Quickstarts/Graphs-and-Discrete.html Regards, Jan On Sun, 27 Aug 2023 at 07:23, Saatvik Rao

[sage-support] Contributing to SageMath

2023-08-26 Thread Saatvik Rao
Hello, developers! I am a CSE final-year undergraduate at the Indian Institute of Technology, Gandhinagar. As a part of my project course, I would like to make open-source contributions to the SageMath library. I am looking to implement some missing functionalities and algorithms (mostly