Re: [sympy] about the difference between what symp prints on screen and what passes in the code

2022-09-13 Thread Kuldeep Borkar
Hi, I think you can simply use typecasting for converting the sympy expr to a normal string like; mod = ExpressionModel(str(expr), independent_vars=['x']) and it should work : ) On Tue, 13 Sept 2022 at 10:45, Zohreh Karimzadeh wrote: > Dear Sympy > Please let me know what is the format of sympy

Re: [sympy] Re: GSOC Proposal

2022-04-18 Thread Kuldeep Borkar
While submitting the GSOC Proposal it was mentioned to select whether the project is Large or medium size. Also it was mentioned to get approval for this thing with the organization first otherwise it may result in rejection of the proposal. (On the ideas page(in the probability section), it

Re: [sympy] Re: GSOC Proposal

2022-04-17 Thread Kuldeep Borkar
Thanks a lot for your reply Sir Oscar Benjamin, you have always helped me in problems. It's okay if you will not be able to mentor the project. I was interested in adding these features after I saw them on the Ideas list and mailed sir Gagandeep regarding the same and everything seemed to be okay

[sympy] Re: Patch requirement for GSoC22 application

2022-04-17 Thread Kuldeep Borkar
I think I was also late to realise that the patch requirement must be a code related change. It would be helpful if anyone could review my Pull Request so that it can be merged. https://github.com/sympy/sympy/pull/23346 On Thursday, 14 April 2022 at 20:18:29 UTC+5:30 akou...@gmail.com wrote: >

[sympy] Re: GSOC Proposal

2022-04-17 Thread Kuldeep Borkar
the relatable >> things which are implemented in SymPy's stats module and the tasks in my >> proposal are okay or not. >> >> *Also, can someone please tell me if we can submit our proposal in the >> google docs format or not.* >> >> Thank You! >> On

[sympy] Re: Trouble with .ipynb files in git

2022-04-17 Thread Kuldeep Borkar
I have not encountered something similar yet but maybe this could help a bit https://ploomber.io/blog/nbs-myths/ On Saturday, 16 April 2022 at 20:20:57 UTC+5:30 nick.g@gmail.com wrote: > I am having issues with git and the jupyter notebook files in the examples > directory of a fork/clone

[sympy] Re: GSOC Proposal

2022-04-16 Thread Kuldeep Borkar
please tell me if we can submit our proposal in the google docs format or not.* Thank You! On Thursday, 14 April 2022 at 17:24:24 UTC+5:30 Kuldeep Borkar wrote: > 3D Random Walk > > [image: 3D_Random_Walk.gif] > > Also, we can plot multiple runs at the same time. > Any

[sympy] GSOC Proposal

2022-04-14 Thread Kuldeep Borkar
Hello SymPy Community, I have almost completed my GSOC Proposal but there are few things I want to ask regarding some of the tasks I mentioned in my proposal: *1. Completing the Random Walks Prototype* Here, after working on the Random Walks user might want to visualize his/her Random Walk

Re: [sympy] the deadline to submit proposal for GSoC

2022-04-12 Thread Kuldeep Borkar
Sir Aaron, *Does SymPy have some tasks which needs to be completed before applying to GSOC? *(After taking a look at some questions regarding GSOC on Google Groups for GSOC I think some organizations have some tasks.) On Thursday, 7 April 2022 at 10:27:07 UTC+5:30 asme...@gmail.com wrote: >

Re: [sympy] Re: GSOC Idea and Query

2022-04-03 Thread Kuldeep Borkar
around with a very little bit. > It is about fitting noisy data to some 'curve'. > No idea if this is similar to what you want to do. > > On Sun 3. Apr 2022 at 04:16, Kuldeep Borkar > wrote: > >> Thank you for the response Sir, >> >> 1. It's just the opposite, I am not eve

Re: [sympy] Re: GSOC Idea and Query

2022-04-02 Thread Kuldeep Borkar
n works) > > > > > > > Am Fr., 1. Apr. 2022 um 02:48 Uhr schrieb Kuldeep Borkar < > kuldeepbo...@gmail.com>: > >> Hello SymPy Community, >> >> Few days ago, I was having a discussion regarding my GSOC Project Idea >> with this year's mentor f

[sympy] Re: GSOC Idea and Query

2022-03-31 Thread Kuldeep Borkar
For Comments(RFC) from the SymPy community since .visualize( ) might not be the best the to implement this thing.* *So any feedback/comments regarding the above would be helpful a lot* : ) On Monday, 7 March 2022 at 18:12:16 UTC+5:30 Kuldeep Borkar wrote: > I was planning to be a part of G

[sympy] Empty/Invisible Symbol

2022-03-31 Thread Kuldeep Borkar
While looking at `test_symbol.py` I saw these things: raise ValueError for the following: ``` >>> symbols('') >>> symbols(',') >>> symbols('x,,y,,z') >>> symbols(('x', '', '', 'z')) ``` >From the first one i.e. `symbols('')` I realized an empty or say invisible symbol can't be created and then I

[sympy] GSOC Idea and Query

2022-03-07 Thread Kuldeep Borkar
I was planning to be a part of GSOC this summer with SymPy to learn more and implement something big. *For this,I was planning to work on improving SymPy's stats module;* I checked there are many good things already implemented in the stats module. And, I found

Re: [sympy] Help with Git and GitHub

2022-02-26 Thread Kuldeep Borkar
Thank you so much finally it worked : ) I used *git remote set-url origin* to set up SSH for the origin of repository. On Friday, 25 February 2022 at 19:41:45 UTC+5:30 Qijia Liu wrote: > GitHub has restricted accessing repos using HTTPS. You have to set up SSH > for your account, and modify

Re: [sympy] Help with Git and GitHub

2022-02-25 Thread Kuldeep Borkar
022 at 18:51:15 UTC+5:30 Oscar wrote: > On Tue, 22 Feb 2022 at 07:58, Kuldeep Borkar > wrote: > > > > Hi SymPy Community, > > > > Few days ago I ran into a problem regarding Git and GitHub; > > > > Problem: Whenever I try to make a PR by creating a new branch f

[sympy] Help with Git and GitHub

2022-02-21 Thread Kuldeep Borkar
Hi SymPy Community, Few days ago I ran into a problem regarding Git and GitHub; *Problem*: Whenever I try to make a PR by creating a new branch from master branch, the past commits showed up in the commit history (which I think is the commits made from the master branch) . *Description*:

[sympy] Self Introduction

2022-02-09 Thread Kuldeep Borkar
Hello SymPy Community, I am Kuldeep Borkar, an engineering student pursuing B.Tech in Artificial Intelligence with major in Data Science. I am really interested in contributing to SymPy because of my interest in Symbolic Computation and love for mathematics. About Me: - Familiarity

[sympy] Self Introduction

2022-02-09 Thread Kuldeep Borkar
Hello SymPy Community, I am Kuldeep Borkar, an engineering student pursuing B.Tech in Artificial Intelligence with major in Data Science. I am really interested in contributing to SymPy because of my interest in Symbolic Computation and love for mathematics. About Me: - Familiarity

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

2022-02-01 Thread 36 AI Kuldeep Borkar
Thank You So Much Sir Oscar Benjamin Finally, it worked like a charm and now I will try my best to start making some good contributions towards my open source journey . On Tue, 1 Feb 2022 at 15:15, Oscar Benjamin wrote: > On Tue, 1 Feb 2022 at 04:51, 36 AI Kuldeep Borkar >

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

2022-01-31 Thread 36 AI Kuldeep Borkar
Oscar Benjamin wrote: > On Mon, 31 Jan 2022 at 01:13, Aaron Meurer wrote: > > > > > > > > On Sun, Jan 30, 2022 at 11:48 AM Oscar Benjamin < > oscar.j.benja...@gmail.com> wrote: > >> > >> On Sun, 30 Jan 2022 at 15:26, 36 AI Kuldeep B

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

2022-01-30 Thread 36 AI Kuldeep Borkar
Thank you for your mail Sir Oscar Benjamin, As a new contributor I was having difficulty after making a pull request authors check failed but then after observing the details I have done these things --> Before editing .mailmap, I run the command bin/mailmap_update.py --> then made entry to