ANN: mpmath 0.12 released

Fredrik Johansson fredrik.johansson at gmail.com
Tue Jun 9 21:15:27 CEST 2009


Hi all,

Mpmath version 0.12 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.12

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/).

Version 0.12 mostly contains bug fixes and speed improvements. New features
include various special functions from analytic number theory, Newton's method
as an option for root-finding, and more versatile printing of intervals. It is
now also possible to create multiple working contexts each with its
own precision.
Finally, mpmath now recognizes being installed in Sage and will automatically
wrap Sage's fast integer arithmetic if available.

For more details, see the changelog:
http://mpmath.googlecode.com/svn/tags/0.12/CHANGES

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

Fredrik


More information about the Python-announce-list mailing list