I have started trying to update it. So far, one non-trivial problem that I have run into is that our Interval class uses mpmath intervals for evalf(), and the mpmath interval interface has changed in this version. Checkout my branch at http://github.com/asmeurer/sympy/tree/mpmath-0.15 and run
$ ./bin/test sets Aaron Meurer On Jun 7, 2010, at 12:49 AM, Ondrej Certik wrote: > 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. > -- 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.
