Re: [sympy] Re: AUTHORS file and .mailmap

2022-01-25 Thread Oscar Benjamin
On Tue, 25 Jan 2022 at 22:20, Jeremy Monat wrote: > > Thanks, Oscar. What do existing contributors need to do? Nothing if the name is already recorded in .mailmap: https://github.com/sympy/sympy/blob/b9b33b424f63727f57e5277bfc6fc8a6619d0cdf/.mailmap#L546

Re: [sympy] Re: AUTHORS file and .mailmap

2022-01-25 Thread Jeremy Monat
Thanks, Oscar. What do existing contributors need to do? > On Jan 25, 2022, at 3:39 PM, Chris Smith wrote: > > Nice step forward, Oscsar. Thanks! > > /c > >> On Monday, January 24, 2022 at 5:25:51 PM UTC-6 Oscar wrote: >> Hi all, >> >> I've just merged

[sympy] Re: How can I understand the codebase?

2022-01-25 Thread Chris Smith
What is it that you want to understand? Although I am a frequent contributor, there are many fundamental design issues that I don't understand. I would recommend finding an area that you are interested in and look for issues in that area and find out how SymPy works with such expressions. I

[sympy] Re: How to substitute a subexpression with a function?

2022-01-25 Thread Chris Smith
There are a few reasons this is not working. 1) if you have floats like (1/3) those will not match the rationals like Rational(1, 3) 2) xreplace will target full nodes, not sub-nodes. So when trying to match an Add that is a subexpression, it will fail. 3) you have a sign error in the key of

[sympy] Re: AUTHORS file and .mailmap

2022-01-25 Thread Chris Smith
Nice step forward, Oscsar. Thanks! /c On Monday, January 24, 2022 at 5:25:51 PM UTC-6 Oscar wrote: > Hi all, > > I've just merged https://github.com/sympy/sympy/pull/22754 > > This means that new contributors are required to add themselves to the > .mailmap file before their PR can be merged.

[sympy] Want to Contribute / Introduction

2022-01-25 Thread 'Satakshi Pal' via sympy
Myself Satakshi Pal, 3rd undergraduate at IIT BHU. I am really enchanted by this organization and the projects. I have a good understanding of Python and Web Development. I wanted to know how I could start contributing here in sympy. Where should I begin, or what should I learn or know to

[sympy] Self Introduction

2022-01-25 Thread Ameya Katare
Hello everyone. I'm Ameya Katare, a first-year Computer Science and Engineering student at IIT (BHU) Varanasi. About me: - Familiarity with python: a few months of experience in coding with python - Mathematical Education: 1st year BTech - Particular Expertise: I won't call it