Re: [sympy] Enabling precommit.ci to fix common PR problems automatically

2023-03-31 Thread Aaron Meurer
On Fri, Mar 31, 2023 at 10:33 PM Jason Moore wrote: > > When the # of dependencies is large, dependabot is a very annoying feature. I > contributed to a Javascript lib and the dependabot floods your inbox and > notifications with useless PRs. It may be ok for us, since it is only > checking a

Re: [sympy] Enabling precommit.ci to fix common PR problems automatically

2023-03-31 Thread Jason Moore
When the # of dependencies is large, dependabot is a very annoying feature. I contributed to a Javascript lib and the dependabot floods your inbox and notifications with useless PRs. It may be ok for us, since it is only checking a handful of dependencies and those don't change too often. Jason

Re: [sympy] Re: ChatGPT and SymPy

2023-03-31 Thread S.Y. Lee
The only way you always guarantee get right answer is to provide the ChatGPT two correct knowledge, but ask it to pick the better one. For solving the math problems, I think that these sort of encoding may be helpful. On Friday, March 31, 2023 at 7:23:41 AM UTC+9 asme...@gmail.com wrote: >

Re: [sympy] GSoC2023 Introduction

2023-03-31 Thread Aaron Meurer
On Fri, Mar 31, 2023 at 8:05 AM Pedro Xavier wrote: > > Hello everyone from the community, > > My name is Pedro, I'm a fourth year control engineering student in France and > I'm studying the ideas for my application. I thought I should introduce > myself in here since I hope we'll be working

Re: [sympy] Enabling precommit.ci to fix common PR problems automatically

2023-03-31 Thread Aaron Meurer
I only ever hear bad things about dependabot. I don't have any experience with it myself, but I would be cautious about using it. Maybe try reaching out to other communities that have tried it to see what their experiences have been. Aaron Meurer On Fri, Mar 31, 2023 at 8:20 AM Oscar Benjamin

Re: [sympy] Enabling precommit.ci to fix common PR problems automatically

2023-03-31 Thread Chris Smith
I like the idea of the following With https://github.com/sympy/sympy/pull/24908 you can pip install pre-commit and then any time you want to run the precommit checks you just run: $ pre-commit flake8...Passed

Re: [sympy] Enabling precommit.ci to fix common PR problems automatically

2023-03-31 Thread Oscar Benjamin
Okay, so it seems people are not keen on integrating the pre-commit.ci bot. We can of course continue to make a pre-commit config that any contributor wants to use. Another question I have is what people think about using dependabot. We regularly have problems where new versions of SymPy's

[sympy] GSoC2023 Introduction

2023-03-31 Thread Pedro Xavier
Hello everyone from the community, My name is Pedro, I'm a fourth year control engineering student in France and I'm studying the ideas for my application. I thought I should introduce myself in here since I hope we'll be working together during the summer and beyond. I'd also like to use

[sympy] Introduction and contribution in Stats module

2023-03-31 Thread Pranav Agrawal
Hello everyone, I am Pranav Agrawal and i am currently a second year student in International Institute of information technology, Hyderabad. I am very familiar with python and have made multiple projects in it for both course work and as hobby projects. I am fluent in topics like linear

Re: [sympy] Improving Polynomial GCD proposal for GSoC 2023

2023-03-31 Thread Oscar Benjamin
Hi Abhishek, This is a nice looking proposal. I think what is proposed to do is over-ambitious though. I expect that it is not possible to make really good implementations of all of the algorithms listed within the time of a single GSOC project. In practice probably various other things will need

[sympy] Improving Polynomial GCD proposal for GSoC 2023

2023-03-31 Thread ABHISHEK PATIDAR
Hi there, I'm Abhishek Patidar. I am interested in working on the Improving Polynomial GCDs project over the upcoming summer. I have attached a draft of my proposal below and would appreciate your feedback on any discrepancies you may see in my project vision. I am open to all feedback that