On Sun, Jun 6, 2010 at 7:30 PM, Aaron S. Meurer <[email protected]> wrote: > So what needs to be done to update the SymPy install? It would be nice if > there were a guide in the Google Code wiki on how to update mpmath, just as > there is a guide on how to make a release [0]. Also, should there be an > issue opened for it?
It'd be cool to have some howto. Currently, you need to copy new mpmath into sympy/mpmath, then use: bin/adapt_paths.py (just read the module docstring for more info) and then run tests and see if everything works, usually then one has to fix some little bugs. Ondrej -- You received this message because you are subscribed to the Google Groups "sympy" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/sympy?hl=en.
