On Fri, 4 Mar 2022 at 14:57, Chris Smith <[email protected]> wrote: > > We could just make a wrapper named `solved = lambda f,*s,**k: solve(f, *s, > **k, dict=True)`
If there is to be a new API then there are a *lot* of other things that I would want to change about it compared to solve so it definitely wouldn't be just a thin wrapper around solve. It would be nice if nonlinsolve could be the new API but it doesn't have good return types either. -- 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/CAHVvXxRY4xwA-ST6BDjFLfiOwWykj2eLW_iFhzsfEbmAK%3DSTVQ%40mail.gmail.com.
