[sympy] Re: Announcing this year's GSoC students

2018-04-23 Thread Arihant Parsoya
o work on SymPy this year. The following projects have been > accepted: > > Student (Project): Mentors > > Akash Vaish (Improving Probability and Random Processes): Francesco > Bonazzi, Kalevi Suominen > > Ashish Kumar Gaurav (Completing RUBI Integrator): Abdullah Jav

[sympy] Re: GSOC 2018: Rubi

2018-02-16 Thread Arihant Parsoya
Hi Ashish, Thanks for expressing your interest in the project. The major milestones that needs to be completed in the project are: 1. Speed improvements in loading time of RUBI module. Currently the rules take lot of time to build. This can be resolved by generating a decision tree using M

Re: [sympy] Python 3.6 tests depending on external library

2017-07-23 Thread Arihant Parsoya
ecause of the number of tests or the performance > of the integrator? If the performance is bad, that's something that should > be looked into. > > Aaron Meurer > > On Sat, Jul 22, 2017 at 7:40 AM, Arihant Parsoya > wrote: > >> Rubi test suit take hours to complet

Re: [sympy] Python 3.6 tests depending on external library

2017-07-22 Thread Arihant Parsoya
it runs nothing). > > Aaron Meurer > > On Sun, Jul 16, 2017 at 9:04 AM, Arihant Parsoya > > wrote: > > Hi, > > > > I think we should also include parser which converts rules from > Mathematica > > Downvalues to MatchPy. If we want to ad

Re: [sympy] Python 3.6 tests depending on external library

2017-07-16 Thread Arihant Parsoya
t, Jul 15, 2017 at 11:29 AM, Francesco Bonazzi > > wrote: > > > > > > On Saturday, 15 July 2017 10:29:23 UTC-4, Ondřej Čertík wrote: > >> > >> Hi Arihant, > >> > >> On Thu, Jul 13, 2017 at 10:52 AM, Arihant Parsoya > >>

Re: [sympy] Python 3.6 tests depending on external library

2017-07-13 Thread Arihant Parsoya
Hi Aaron and Francesco, I converted most code of MatchPy to python 2. However, MatchPy has dependency on few other python3.6 libraries(such as typing). Backport version of those libraries is available online. I found that 1-2 matchpy test cases were failing in python2.7 but all were running in

[sympy] Re: Working on the error sympy/sympy#12899

2017-07-08 Thread Arihant Parsoya
Hi Ayush, This page should help you get started: https://github.com/sympy/sympy/wiki/Introduction-to-contributing Arihant On Saturday, July 8, 2017 at 12:20:53 PM UTC+5:30, Ayush Shridhar wrote: > > > > > I'm willing to work on the error sympy/sympy#12899 . Can someone tell > me from where

[sympy] Re: Request for community input: removing versioned docs

2017-06-23 Thread Arihant Parsoya
I am +1 for removing them. On Friday, June 23, 2017 at 1:44:21 AM UTC+5:30, Shekhar Prasad Rajak wrote: > > I think it will be good to have big warnings at the top of old doc pages, > as Jason Moore said. > > -- > Shekhar > > On Friday, 23 June 2017 01:22:38 UTC+5:30, Jason Moore wrote: >> >> It

Re: [sympy] Import external modules into SymPy

2017-06-02 Thread Arihant Parsoya
I have submitted a PR for MatchPy which uses them: https://github.com/sympy/sympy/pull/12702 On Fri, Jun 2, 2017 at 2:01 PM, Aaron Meurer wrote: > Can you explain how each is used in the code? > > Aaron Meurer > > On Fri, Jun 2, 2017 at 2:49 AM, Arihant Parsoya > wrote: &g

[sympy] Import external modules into SymPy

2017-06-01 Thread Arihant Parsoya
Hi, I am working on Rule Based Integration(Rubi) project. I am trying to add MatchPy to SymPy. MatchPy is written in Python3.6 and I have converted its code to Python2. In order to make the MatchPy work for Python2 I wanted to add the following modules to sympy

Re: [sympy] Re: GSoC Students announced

2017-05-12 Thread Arihant Parsoya
thanks On Friday, May 12, 2017 at 6:10:55 PM UTC+5:30, Gaurav Dhingra wrote: > > Hey Arihant, > > I have created the room, you can visit the link > https://gitter.im/sympy/Rubi-GSoC17. > > Gaurav Dhingra > > > On Friday 12 May 2017 06:05 PM, Arihant Parsoya wrote:

Re: [sympy] Re: GSoC Students announced

2017-05-12 Thread Arihant Parsoya
30 AM, Abdullah Javed Nesar > > wrote: > > Yes, even I was facing the same problem. > > > > > > On Thursday, May 11, 2017 at 3:12:25 PM UTC+5:30, Arihant Parsoya wrote: > >> > >> I am unable to create separate chat room on gitter. After clicking

[sympy] Re: GSoC Students announced

2017-05-11 Thread Arihant Parsoya
Solvers for SymEngine): Srajan Garg, > Sumith > > Kulal, Shivam Vats > > > > Arif Ahmed (Implementing a SymPy module for Integration of Homogeneous > > functions over Polytopes): Ondřej Čertík > > > > Arihant Parsoya (Rubi Integrator): Ondřej Čertík and

Re: [sympy] Re: GSoC Idea: Rubi integrator

2017-03-29 Thread Arihant Parsoya
Hi, I have written my GSoC proposal here <https://github.com/sympy/sympy/wiki/GSoC-2017-Application-Arihant-Parsoya%3A-Rubi-Integrator>. Please give your feeback so I can improve on it. Regards, Arihant Parsoya On Wednesday, March 22, 2017 at 2:03:12 AM UTC+5:30, Abdullah Javed

Re: [sympy] Re: GSoC Idea: Rubi integrator

2017-03-14 Thread Arihant Parsoya
ules properly, it shouldn't be necessary to parse > Python. > > Aaron Meurer > > On Tue, Mar 14, 2017 at 9:28 AM, Arihant Parsoya > > wrote: > > Hi Aaron, > > > > I think documentation of all the rules implemented is important(as > mentioned > &

Re: [sympy] Re: GSoC Idea: Rubi integrator

2017-03-14 Thread Arihant Parsoya
;>> wrote: > >> >>>> > >> >>>> Hi, > >> >>>> Arihant thanks for those suggestions, I guess if rule name > contains > >> >>>> Algebraic then just > >> >>>> > >> >>>> >

Re: [sympy] Re: GSoC Idea: Rubi integrator

2017-03-09 Thread Arihant Parsoya
t have to depend on the Rubi site. This will also let us > generate some documentation on what rules are supported. > > We will likely want to extend the rules beyond what Rubi has eventually, > so we should also consider that. > > Aaron Meurer > > On Wed, Mar 8, 20

Re: [sympy] Re: GSoC Idea: Rubi integrator

2017-03-08 Thread Arihant Parsoya
as: >>> def rule_algebric_integrand_1_1_1_1(expr, symbol): ... return log(expr) Using the above syntax for names of rules, we will be able to uniquely identify each rule. Is this desirable? Thanks, Arihant Parsoya On Monday, March 6, 2017 at 10:44:41 PM UTC+5:30, Abdullah Javed Nesar wro

[sympy] GSoC 2017: Implementation of multiple types of coordinate systems for vectors

2017-02-27 Thread Arihant Parsoya
Hi, I am Arihant Parsoya, sophomore at IIT Bombay. I am interested in Computer Science and Mathematics. I have gone through the idea page <https://github.com/sympy/sympy/wiki/GSoC-2017-Student-Instructions> and I am interested in working on the project named Implementation of multiple

Re: [sympy] Multiple types of Coordinate Systems for Vectors

2017-02-12 Thread Arihant Parsoya
Hi Brombo, Can you suggest some API specification for the new coordinate system? Thanks On Thursday, January 12, 2017 at 12:49:02 AM UTC+5:30, Arihant Parsoya wrote: > > The link to the PR is https://github.com/sympy/sympy/pull/12020 > > On Thursday, January 12, 2017 at 12:37:35

[sympy] Singularity Functions

2017-01-21 Thread Arihant Parsoya
Hi, I was going through GSoC 2017 ideas page and realised that Singularity Functions was already implemented in SymPy during GSoC 2016. Is this idea really planned for GSoC 2017 again? Thanks -- You received this message because you are subscribed to the Google Groups "sympy" group. To unsub

Re: [sympy] Multiple types of Coordinate Systems for Vectors

2017-01-11 Thread Arihant Parsoya
The link to the PR is https://github.com/sympy/sympy/pull/12020 On Thursday, January 12, 2017 at 12:37:35 AM UTC+5:30, Arihant Parsoya wrote: > > Hi, > > I have submitted a PR which implementes classes *CoordinateSystem* (Super > class for remaining coo

Re: [sympy] Multiple types of Coordinate Systems for Vectors

2017-01-11 Thread Arihant Parsoya
Hi, I have submitted a PR which implementes classes *CoordinateSystem* (Super class for remaining coordinate systems), *CartesianCoordinateSystem* and *SphericalCoordinateSystem* using Metric and Lamè coeffecients here . Can you

Re: [sympy] Multiple types of Coordinate Systems for Vectors

2016-12-11 Thread Arihant Parsoya
. > > On Sat, Oct 1, 2016 at 1:10 AM, Arihant Parsoya > wrote: > >> Hi Brombo, >> >> I went through galgebra.pdf file and I believe this approach would be >> good. Initially I want to implement Cartesian and Spherical coordinate >> systems and get them ri

Re: [sympy] Multiple types of Coordinate Systems for Vectors

2016-09-30 Thread Arihant Parsoya
derived the > basis vectors and their derivatives. If you are interested in this method > go to - > > github.com/brombo/galgebra > > and look at galgebra.pdf in the doc directory. > > On Fri, Sep 30, 2016 at 12:06 PM, Arihant Parsoya > wrote: > >> Hi

[sympy] Multiple types of Coordinate Systems for Vectors

2016-09-30 Thread Arihant Parsoya
wiki/GSoC-2016-Ideas#implementation-of-multiple-types-of-coordinate-systems-for-vectors> says that there needs to be multiple classes for each coordinate system. Can anyone guide me on whats the right approach implement this idea? Thanks, Arihant Parsoya -- You received this message bec