ANN: mpmath 0.16 released

Fredrik Johansson fredrik.johansson at gmail.com
Fri Sep 24 19:03:16 CEST 2010


Hi all,

Version 0.16 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.16

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 versions in Sage
and SymPy will be updated soon.

For details about the new features in this version, see the following
blog post and the changelog:
http://fredrik-j.blogspot.com/2010/09/announcing-mpmath-016.html
http://mpmath.googlecode.com/svn/tags/0.16/CHANGES

Changes in 0.16 include new special functions (incomplete elliptic integrals,
inhomogeneous Bessel functions, Bessel function zeros, parabolic cylinder
functions), rewritten functions (Lambert W function, Airy functions), and
various other fixes and improvements. Support has also been added for new
extension code that will make mpmath 0.16 much faster in Sage,
particularly affecting elementary and hypergeometric functions.

My work on mpmath 0.16 was funded using resources from NSF grant DMS-0757627,
whose support is gratefully acknowledged. Special thanks to William Stein
for enabling this.

Extensive documentation is available at:
http://mpmath.googlecode.com/svn/trunk/doc/build/index.html or
http://mpmath.googlecode.com/svn/tags/0.16/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