Re: [sympy] Inquiry About GSoC Parsing Project

2024-04-08 Thread Aaron Meurer
Did you already submit your proposal? The deadline to submit was last week, and we are unable to extend it. Aaron Meurer On Mon, Apr 1, 2024 at 6:48 AM Aquazod wrote: > > Hello, > My name is Assem Ali and I'm currently working on my proposal for the Parsing > project. > > First of all, I know t

Re: [sympy] Diffgeom needs some major rethinking

2024-04-08 Thread Aaron Meurer
I would open an issue to discuss this, if you haven't already. These sorts of issues relating to what Add class is used to represent sums generally end up being pretty tricky and involve a lot of subtleties. Aaron Meurer On Mon, Apr 8, 2024 at 12:33 PM Davide Pittet wrote: > > I think that the m

[sympy] GSOC 24 Proposal - Series Expansion and Limit Computations

2024-04-08 Thread Atharva Kadam
Hello SymPy Community, I am Atharva Kadam. I'm currently studying Bachelor in Computer Science at the University of New Brunswick, Canada. I wanted to submit my GSOC 2024 application for the Improving Series Expansion Project. I would highly appreciate any feedback that my Mentor will give and

[sympy] GSOC 24 Proposal - Improving Series Expansion and Limit Computations

2024-04-08 Thread Atharva Kadam
Hello Sympy community I am Atharva, a third-year undergrad studying at the University of New Brunswick, Canada. My major is Computer Science and would like to propose my application for GSOC 2024 on the Project - Improving Series Expansion and Limit Computations I would highly appreciate any fe

Re: [sympy] Inquiry About GSoC Parsing Project

2024-04-08 Thread Aquazod
Thank you for the clarification Jason, I appreciate it! May you please give me some hints regarding the issue #15166 . I wanted to solve it and I have a cloned version of SymPy on my local environment, however, I don't get how to run the tests at sym

Re: [sympy] Diffgeom needs some major rethinking

2024-04-08 Thread Davide Pittet
I think that the main problem is that we "delegate" the sum of tensors to the Add class, allowing to sum apples with pears; e.g. we can create an object that is the sum of a vector and a covector like e_x + dx, when they really belong to different spaces, without getting an error. This reflects

Re: [sympy] Diffgeom needs some major rethinking

2024-04-08 Thread Aaron Meurer
Your contributions are definitely welcome, although it would be a good idea to first lay out exactly what changes you want to make, either here or on an issue. If any of the changes are controversial, or would break the current API, we should iron them out before you potentially waste a lot of time