Hi all,

Mpmath version 0.11 is now available from the website:
http://code.google.com/p/mpmath/

It can also be downloaded from the Python Package Index:
http://pypi.python.org/pypi/mpmath/0.11

Mpmath is a pure-Python library for arbitrary-precision floating-point
arithmetic that implements an extensive set of mathematical functions.
It can be used as a standalone library or via SymPy
(http://code.google.com/p/sympy/).

This versions adds speed improvements, many new mathematical functions
(Bessel functions, polylogarithms, Fibonacci numbers, the Barnes G-function,
generalized Stieltjes constants, inverse error function, generalized
incomplete gamma function, etc), a high-precision ODE solver, improved
algorithms for infinite sums and products, calculation of Taylor and Fourier
series, and multidimensional rootfinding, besides many other improvements
and bugfixes. The documentation has also been greatly extended.

For a more detailed review of the new features, see the following blog post:
http://fredrik-j.blogspot.com/2009/01/mpmath-011-released.html

Bug reports and other comments are welcome at the issue tracker at
http://code.google.com/p/sympy/issues/list or the mpmath mailing list:
http://groups.google.com/group/mpmath

Fredrik
--
http://mail.python.org/mailman/listinfo/python-announce-list

        Support the Python Software Foundation:
        http://www.python.org/psf/donations.html

Reply via email to