Re: [sympy] GSoc Ideas

2021-02-13 Thread Oscar Benjamin
On Sat, 13 Feb 2021 at 16:59, Suryam Kalra wrote: > I would be glad to take the project ahead from here under your supervision > . I have read the description and the other related PR's. Should I start by > finishing those unmerged PR's or shall I create a new PR for each of the > solver methods

Re: [sympy] GSoc Ideas

2021-02-13 Thread Suryam Kalra
I would be glad to take the project ahead from here under your supervision . I have read the description and the other related PR's. Should I start by finishing those unmerged PR's or shall I create a new PR for each of the solver methods that I put in the class definitions? On Sat, 13 Feb 2021

[sympy] Gsoc Idea Discussion

2021-02-13 Thread Kunal Singh
Hello Developers , I have read the ideas page and found the idea for probability and statistics in the Mathematics Project Section and would like to work on it if it is being considered for Gsoc this year , A brief description and a

Re: [sympy] Is piece of code in StrPrinter ever reachable?

2021-02-13 Thread Oscar Benjamin
On Sat, 13 Feb 2021 at 12:34, Paul Royik wrote: > > In StrPrinter there is > def emptyPrinter(self, expr): > if isinstance(expr, str): > return expr > elif isinstance(expr, Basic): > return repr(expr) > else: > return str(expr) > > Is `return repr(expr)` reachable if `StrPrinter` defines

[sympy] Is piece of code in StrPrinter ever reachable?

2021-02-13 Thread Paul Royik
In StrPrinter there is def emptyPrinter(self, expr): if isinstance(expr, str): return expr elif isinstance(expr, Basic): return repr(expr) else: return str(expr) Is `return repr(expr)` reachable if `StrPrinter` defines `_print_Basic` that prints all `Basic` objects? -- You received this

Re: [sympy] GSoc Ideas

2021-02-13 Thread Oscar Benjamin
Yes, that project is definitely still relevant and needed. I would supervise it if the project goes ahead. The description links to a Github issue which describes the idea also has links to other pull requests where some of this work has been done including some unifinished PRs. Oscar On Sat,

Re: [sympy] refine: Doc error in refine.py

2021-02-13 Thread Oscar Benjamin
You seem to presume that someone reading your message understands what it is that you are doing. It isn't clear what question you are asking or what it is you are doing that does not work. Please take the time to explain yourself more clearly. On Sat, 13 Feb 2021 at 03:02, Ayush Bisht wrote: >

[sympy] GSoc Ideas

2021-02-13 Thread Suryam Kalra
Hi developers, I have seen the ideas page and I would like to work on the idea : *Refactor the ODE module and make it fast. * I would like to know if this is being considered this year for GSoc or is outdated