> Alternatively, if you are only using SymPy interactively, you can clone the SymPy git repository and run Python (or Jupyter or IPython) from that directory, without installing it.
Unfortunately, I don't recommend this because that makes jupyter notebooks appear on the git diff. There are ways to install sympy editable by "pip install -e <sympy directory>" Also I think that it should be worth noting how to set up ediable sympy in more modern virtual environment, like pipenv or poetry because that can be a good tutorial to contribute to sympy codebase, while using the editable version. On Saturday, March 4, 2023 at 8:34:09 AM UTC+9 Oscar wrote: > On Fri, 3 Mar 2023 at 23:29, Oscar Benjamin <[email protected]> wrote: > > > > On Fri, 3 Mar 2023 at 21:32, David Bailey <[email protected]> wrote: > > > > > > Oscar, > > > > > > The release of SymPy 1.12 seemed to be very close, but nothing has > > > happened! > > > > > > It doesn't really matter to me, but it would be interesting to explore > > > whatever is new. > > > > Hi David, > > > > I should have sent an announcement to the mailing list. I have a todo > list here: > > https://github.com/sympy/sympy/issues/24601 > > I just ticked off "Announce release branch to mailing list". > > If anyone knows of anything important that should be fixed before > release then please say so (and add the 1.12 milestone if you have > permissions to do so). > > -- > 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/b4f988ce-84df-472f-ac80-94dac0f853c5n%40googlegroups.com.
