[sympy] Benchmarking CI

2019-05-20 Thread Aaron Meurer
Hello everyone. I would like to start looking into setting up some kind of benchmarking CI for SymPy. Ideally the CI would work just like Travis or codecov. It would run the benchmark suite on every pull request, and report if there are any major performance regressions. If anyone has any though

[sympy] Google season of Docs

2019-05-20 Thread ABHINAV ANAND
Hey, i am Abhinav Anand. Currently i am a college student pursuing Mathematics and Computing as my B.tech Degree. I have been using sympy for past year. I am going to apply for Gsod in this organization. Please tell me where to get started. -- You received this message because you are subscrib

Re: [sympy] Interested in working on SymPy's quantum physics module

2019-05-20 Thread Aaron Meurer
Hi Tilman. You're definitely welcome to contribute. As Oscar noted, one of the biggest challenges for the quantum module right now is that there are no active maintainers of it. As such, your pull requests may take a while to review. I don't want to discourage you, but do be aware of this. If your

Re: [sympy] Google season of Docs

2019-05-20 Thread Aaron Meurer
Hi Abhinav. Please start with Google's tech writer guide https://developers.google.com/season-of-docs/docs/tech-writer-guide, and look over our ideas page https://github.com/sympy/sympy/wiki/GSoD-2019-Ideas. Aaron Meurer On Mon, May 20, 2019 at 12:25 PM ABHINAV ANAND wrote: > > Hey, i am Abhina

Re: [sympy] Interested in working on SymPy's quantum physics module

2019-05-20 Thread Ondřej Čertík
Hi Tilman, Yes, I am available to help. You should think if you'd be interested in becoming the maintainer of the module down the road. Ondrej On Mon, May 20, 2019, at 12:35 PM, Aaron Meurer wrote: > Hi Tilman. > > You're definitely welcome to contribute. As Oscar noted, one of the > biggest c

Re: [sympy] Benchmarking CI

2019-05-20 Thread Isuru Fernando
Hi, I setup asv in Gitlab CI for https://gitlab.tiker.net/inducer/sumpy. It runs the PR head and master (cached) and errors if there is a test with 10% regression. Script is at https://gitlab.tiker.net/inducer/ci-support/blob/master/build-and-benchmark-py-project.sh. It runs on a dedicated Gitlab

Re: [sympy] Benchmarking CI

2019-05-20 Thread Aaron Meurer
Thanks. My biggest question has been how we can do it in the cloud. Most CI services run multiple concurrent jobs on the same machine, making the performance inconsistent. Does drone.io let you have a dedicated machine? If we can't do it in the cloud, another alternative would be to buy a cheap de

Re: [sympy] Benchmarking CI

2019-05-20 Thread Isuru Fernando
On Mon, May 20, 2019 at 3:34 PM Aaron Meurer wrote: > Thanks. My biggest question has been how we can do it in the cloud. > Most CI services run multiple concurrent jobs on the same machine, > making the performance inconsistent. Does drone.io let you have a > dedicated machine? > Drone.io has a

Re: [sympy] Interested in working on SymPy's quantum physics module

2019-05-20 Thread Tilman Roeder
Hi Oscar, Thank you for your quick reply. On Monday, May 20, 2019 at 1:38:14 AM UTC+1, Oscar wrote: > > Hi Tilman, > > It's great that you're interested in doing this! > > I don't know the quantum module very well myself but it probably does > need work. As far as I know no one is really worki

Re: [sympy] Interested in working on SymPy's quantum physics module

2019-05-20 Thread Tilman Roeder
Hi Aaron and Ondrej, Many thanks for replying so quickly! On Monday, May 20, 2019 at 8:19:04 PM UTC+1, ondrej wrote: > > Hi Tilman, > > Yes, I am available to help. You should think if you'd be interested in > becoming the maintainer of the module down the road. > > Thank you! I will definitel

Re: [sympy] Benchmarking CI

2019-05-20 Thread Aaron Meurer
On Mon, May 20, 2019 at 2:45 PM Isuru Fernando wrote: > > > On Mon, May 20, 2019 at 3:34 PM Aaron Meurer wrote: >> >> Thanks. My biggest question has been how we can do it in the cloud. >> Most CI services run multiple concurrent jobs on the same machine, >> making the performance inconsistent. D

Re: [sympy] Benchmarking CI

2019-05-20 Thread Isuru Fernando
On Mon, May 20, 2019 at 4:30 PM Aaron Meurer wrote: > On Mon, May 20, 2019 at 2:45 PM Isuru Fernando wrote: > > > > > > On Mon, May 20, 2019 at 3:34 PM Aaron Meurer wrote: > >> > >> Thanks. My biggest question has been how we can do it in the cloud. > >> Most CI services run multiple concurrent

Re: [sympy] Benchmarking CI

2019-05-20 Thread Ondřej Čertík
On Mon, May 20, 2019, at 3:44 PM, Isuru Fernando wrote: > > > On Mon, May 20, 2019 at 4:30 PM Aaron Meurer wrote: > > On Mon, May 20, 2019 at 2:45 PM Isuru Fernando wrote: > > > > > > > > > On Mon, May 20, 2019 at 3:34 PM Aaron Meurer wrote: > > >> > > >> Thanks. My biggest question ha

Re: [sympy] Benchmarking CI

2019-05-20 Thread Aaron Meurer
On Mon, May 20, 2019 at 3:51 PM Ondřej Čertík wrote: > > > > On Mon, May 20, 2019, at 3:44 PM, Isuru Fernando wrote: > > > > > > On Mon, May 20, 2019 at 4:30 PM Aaron Meurer wrote: > > > On Mon, May 20, 2019 at 2:45 PM Isuru Fernando wrote: > > > > > > > > > > > > On Mon, May 20, 2019 at 3:34

Re: [sympy] Benchmarking CI

2019-05-20 Thread Ondřej Čertík
On Mon, May 20, 2019, at 4:15 PM, Aaron Meurer wrote: > On Mon, May 20, 2019 at 3:51 PM Ondřej Čertík wrote: > > > > > > > > On Mon, May 20, 2019, at 3:44 PM, Isuru Fernando wrote: > > > > > > > > > On Mon, May 20, 2019 at 4:30 PM Aaron Meurer wrote: > > > > On Mon, May 20, 2019 at 2:45 PM Isu

Re: [sympy] Benchmarking CI

2019-05-20 Thread Aaron Meurer
On Mon, May 20, 2019 at 4:41 PM Ondřej Čertík wrote: > > > > On Mon, May 20, 2019, at 4:15 PM, Aaron Meurer wrote: > > On Mon, May 20, 2019 at 3:51 PM Ondřej Čertík wrote: > > > > > > > > > > > > On Mon, May 20, 2019, at 3:44 PM, Isuru Fernando wrote: > > > > > > > > > > > > On Mon, May 20, 2019

Re: [sympy] Interested in working on SymPy's quantum physics module

2019-05-20 Thread Vishesh Mangla
I 'm studying chemistry at Bits Pilani and I have studied Quantum Chemistry previous year.I know about inf,finite,triangular potential Wells and associated methods of solving differential equations.I have also studied Hartree Fock analysis and related stuff I would also like to get included if poss

Re: [sympy] Benchmarking CI

2019-05-20 Thread Ondřej Čertík
On Mon, May 20, 2019, at 5:06 PM, Aaron Meurer wrote: > On Mon, May 20, 2019 at 4:41 PM Ondřej Čertík wrote: > > > > > > > > On Mon, May 20, 2019, at 4:15 PM, Aaron Meurer wrote: > > > On Mon, May 20, 2019 at 3:51 PM Ondřej Čertík wrote: > > > > > > > > > > > > > > > > On Mon, May 20, 2019, at

Re: [sympy] Benchmarking CI

2019-05-20 Thread Isuru Fernando
> Yes, but not by default, one has to setup a bot to do that. Here is how somebody already did exactly that: There's a new feature in gitlab that takes care of this. See https://docs.gitlab.com/ee/ci/ci_cd_for_external_repos/github_integration.html I just created https://gitlab.com/isuruf/sympy/

Re: [sympy] Benchmarking CI

2019-05-20 Thread Isuru Fernando
Forget that. That was because I also pushed to a branch. For PRs, we'll have to set up a bot to push to a gitlab branch. Isuru On Tue, May 21, 2019 at 12:41 AM Isuru Fernando wrote: > > Yes, but not by default, one has to setup a bot to do that. Here is how > somebody already did exactly that: