Congratulations! Also good luck for the summer. What kind of special
functions will you be working on?
Ondrej
Congratulations! Also good luck for the summer. What kind of special
functions will you be working on?
Ondrej
Will it be possible to also use it outside of Sage? E.g. I guess if
you do "setup.py install" in mpmath, that it would compile the Cython
codes and install it? That'd be really cool.
I think that this summer I'll try some of your coulombic special functions.
>
> I also expect to do some work on symbolic special functions in Sage.
Cool. Keep blogging about it, I always read it. :)
Ondrej
--
You received this message because you are subscribed to the Google Groups "sympy" group.
To post to this group, send email to sy...@googlegroups.com.
To unsubscribe from this group, send email to sympy+un...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/sympy?hl=en.
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
Will it be possible to also use it outside of Sage? E.g. I guess if
you do "setup.py install" in mpmath, that it would compile the Cython
codes and install it? That'd be really cool.
How many things are needed from MPIR? Looking at
mpmath/libmp/backend.py, do you need only MPZ (=sage.Integer), or do
you need more things?
Also, where in Sage will the Cython code be? Or will it be in the
mpmath repository?
Ondrej
http://code.google.com/p/sympy/wiki/UpdateMpmath
I would be great it Frederick or those who have had experience updating mpmath could add more details/hints.
Aaron Meurer
$ ./bin/test sets
Aaron Meurer
On Jun 7, 2010, at 12:49 AM, Ondrej Certik wrote:
All tests pass for me, except that Interval thing. As to docs, we have them in:
doc/src/modules/mpmath/
So I would just copy it over there. (I mean unless we decide not to
ship mpmath docs with sympy anymore, but I would continue shipping
it.)
Ondrej
Also, there is now a pretty good guide on how to do this in the future at
http://code.google.com/p/sympy/wiki/UpdateMpmath
which contains notes about all the things that I had to do, so anyone who wants to do this in the future should be able to just follow the guide and do it.
Aaron Meurer
Thanks a lot for the work that you did with this Aaron, I really
appreciate it. After the Interval is fixed, let's get it in.
Ondrej
http://code.google.com/p/sympy/issues/detail?id=1955
Aaron Meurer