On Fri, 12 Mar 2021 at 19:53, Aaron Meurer <[email protected]> wrote: > > On Fri, Mar 12, 2021 at 12:43 PM Eric Way <[email protected]> wrote: > > GoSC ideas of my interest: I would love to take the idea "Refactor the ODE > > module and make it fast", in that I am familiar with ODE and I recognize > > that code refactoring that could bring efficiency and higher maintenance > > would be of no less importance than developing a new feature. > > If you search the open pull requests for "ode" you will find some > existing work that is being done around it. It may be a good idea to > start out by familiarizing yourself with that work and helping to > review those pull requests.
All issues and PRs on GitHub are labelled. In the case of ODEs you can look at the solvers.dsolve label: https://github.com/sympy/sympy/labels/solvers.dsolve The main issue related to the project idea you are asking about is this one: https://github.com/sympy/sympy/issues/18348 Oscar -- You received this message because you are subscribed to the Google Groups "sympy" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/sympy/CAHVvXxRidKc0t%3DLV88ObXi%3D9yyXPT_x0_86T8uYTCBrPnd%3DS3g%40mail.gmail.com.
