ANN: mpmath 0.17 (Python 3 support and more)

Fredrik Johansson fredrik.johansson at gmail.com
Tue Feb 1 23:11:44 CET 2011


Hi all,

Version 0.17 of mpmath is now available on the project website:
http://code.google.com/p/mpmath/

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

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/), and is also available as a standard
component of Sage (http://sagemath.org/).

The major news in 0.17 is that mpmath now works with Python 3. To
support both Python 2.x and 3.x with the same codebase, compatibility with
Python 2.4 has been dropped (mpmath now requires 2.5 or higher). New
functionality in mpmath 0.17 includes an implementation of the Lerch
transcendent, Riemann zeta zero counting, and improved support for
evaluating derivatives of the Hurwitz zeta function and related functions.

Many thanks to Juan Arias de Reyna and Case Vanhorsen who contributed
to this version.

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

Extensive documentation is available at:
http://mpmath.googlecode.com/svn/trunk/doc/build/index.html or
http://mpmath.googlecode.com/svn/tags/0.17/doc/build/index.html

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

Enjoy,
Fredrik Johansson


More information about the Python-announce-list mailing list