[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 an *induced minor* function in graphs. Could 
someone guide me on how to contribute to SageMath? I am trying to push my 
changes, but it shows *Permission to sagemath/sage.git denied to *user. 


-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-support+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-support/5511b2fc-d7ce-4210-b358-8290863c1347n%40googlegroups.com.


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 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:
>>
>> 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  wrote:
>>>
>>> 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 graph algorithms) in 
>>> SageMath. It would be great if someone could tell me about a few areas of 
>>> my interest in the SageMath library.
>>>
>>> --
>>> You received this message because you are subscribed to the Google Groups 
>>> "sage-support" group.
>>> To unsubscribe from this group and stop receiving emails from it, send an 
>>> email to sage-support...@googlegroups.com.
>>> To view this discussion on the web visit 
>>> https://groups.google.com/d/msgid/sage-support/788f7fd7-56c2-4a9c-8f92-0d92d1b1463bn%40googlegroups.com.
>
> --
> You received this message because you are subscribed to the Google Groups 
> "sage-support" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to sage-support+unsubscr...@googlegroups.com.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/sage-support/3e9cd8d4-b58d-4077-b4ba-c825fd01ff61n%40googlegroups.com.

-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-support+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-support/CAGEwAAkxD0rYC8J_8-dZB-VZSGbi2q7RQCDbL4_2-aCtC7%3DaRg%40mail.gmail.com.


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:
>
>
>- 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  wrote:
>
>> 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 graph algorithms) in 
>> SageMath. It would be great if someone could tell me about a few areas of 
>> my interest in the SageMath library. 
>>
>> -- 
>> You received this message because you are subscribed to the Google Groups 
>> "sage-support" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to sage-support...@googlegroups.com.
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/sage-support/788f7fd7-56c2-4a9c-8f92-0d92d1b1463bn%40googlegroups.com
>>  
>> 
>> .
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-support+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-support/3e9cd8d4-b58d-4077-b4ba-c825fd01ff61n%40googlegroups.com.


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  wrote:

> 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 graph algorithms) in
> SageMath. It would be great if someone could tell me about a few areas of
> my interest in the SageMath library.
>
> --
> You received this message because you are subscribed to the Google Groups
> "sage-support" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to sage-support+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/sage-support/788f7fd7-56c2-4a9c-8f92-0d92d1b1463bn%40googlegroups.com
> 
> .
>

-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-support+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-support/CAAg%3Dp_2JTNseJ4GuAd_LUP92v5x2txS%3DMru5LwqBU9azSJYuig%40mail.gmail.com.


[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 graph algorithms) in 
SageMath. It would be great if someone could tell me about a few areas of 
my interest in the SageMath library. 

-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-support+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-support/788f7fd7-56c2-4a9c-8f92-0d92d1b1463bn%40googlegroups.com.