[mpmath] r1228 committed - Edited wiki page FrontPage through web user interface.

2 views
Skip to first unread message

mpm...@googlecode.com

unread,
Feb 1, 2011, 4:36:13 PM2/1/11
to mpmath-...@googlegroups.com
Revision: 1228
Author: fredrik....@gmail.com
Date: Tue Feb 1 13:34:10 2011
Log: Edited wiki page FrontPage through web user interface.
http://code.google.com/p/mpmath/source/detail?r=1228

Modified:
/wiki/FrontPage.wiki

=======================================
--- /wiki/FrontPage.wiki Fri Sep 24 09:35:50 2010
+++ /wiki/FrontPage.wiki Tue Feb 1 13:34:10 2011
@@ -1,7 +1,7 @@
#summary Front page

==Status==
-* 2010-09-24: mpmath 0.16 released. See the
[http://fredrik-j.blogspot.com/2010/09/announcing-mpmath-016.html blog
post] and [http://mpmath.googlecode.com/svn/trunk/CHANGES changelog] for
details.
+* 2011-02-01: mpmath 0.17 released. See the
[http://mpmath.googlecode.com/svn/trunk/CHANGES changelog] for details.
_mpmath now supports Python 3!_*

([History Older news])

@@ -9,7 +9,7 @@

Mpmath is a pure-Python library for multiprecision floating-point
arithmetic. It provides an extensive set of transcendental functions,
unlimited exponent sizes, complex numbers, interval arithmetic, numerical
integration and differentiation, root-finding, linear algebra, and much
more. Almost any calculation can be performed just as well at 10-digit or
1000-digit precision, and in many cases mpmath implements asymptotically
fast algorithms that scale well for extremely high precision work. Mpmath
internally uses Python's builtin long integers by default, but
automatically switches to <a href="http://gmplib.org/">GMP</a>/<a
href="http://www.mpir.org/">MPIR</a> for much faster high-precision
arithmetic if [http://code.google.com/p/gmpy gmpy] is installed or if
mpmath is imported from within [http://sagemath.org Sage].

-Mpmath is free (BSD license) and easy to install or include in other
software due to being written entirely in Python with no additional
required dependencies. It runs on Python 2.4, 2.5 and 2.6 (Python 3 is not
yet supported). It can be used as a library, interactively via the Python
interpreter, or via [http://code.google.com/p/sympy SymPy] which uses it
for numerical evaluation of symbolic expressions. Mpmath is also a standard
component of [http://sagemath.org Sage] which uses it for special function
evaluation.
+Mpmath is free (BSD license) and easy to install or include in other
software due to being written entirely in Python with no additional
required dependencies. It runs on Python 2.5 or higher, including Python
3.x. It can be used as a library, interactively via the Python interpreter,
or via [http://code.google.com/p/sympy SymPy] which uses it for numerical
evaluation of symbolic expressions. Mpmath is also a standard component of
[http://sagemath.org Sage] which uses it for special function evaluation.

If [http://matplotlib.sourceforge.net/ matplotlib] is available, mpmath
also provides a convenient plotting interface. The three images below were
generated by the commands `plot([fresnels, fresnelc])`, `cplot(fresnels)`,
and the [http://mpmath.googlecode.com/svn/trunk/demo/mandelbrot.py
mandelbrot.py] script. See the
*[http://mpmath.googlecode.com/svn/gallery/gallery.html function gallery]*
for more images.

@@ -20,9 +20,9 @@

* [http://mpmath.googlecode.com/svn/trunk/doc/build/index.html Main
documentation, development version] (HTML)

-* [http://mpmath.googlecode.com/svn/tags/0.16/doc/build/index.html Main
documentation, 0.16 release] (HTML)
-
-* Previous versions:
[http://mpmath.googlecode.com/svn/tags/0.15/doc/build/index.html 0.15],
[http://mpmath.googlecode.com/svn/tags/0.14/doc/build/index.html 0.14],
[http://mpmath.googlecode.com/svn/tags/0.13/doc/build/index.html 0.13]
[http://mpmath.googlecode.com/svn/tags/0.12/doc/build/index.html 0.12]
+* [http://mpmath.googlecode.com/svn/tags/0.17/doc/build/index.html Main
documentation, 0.17 release] (HTML)
+
+* Previous versions:
[http://mpmath.googlecode.com/svn/tags/0.16/doc/build/index.html 0.16],
[http://mpmath.googlecode.com/svn/tags/0.15/doc/build/index.html 0.15],
[http://mpmath.googlecode.com/svn/tags/0.14/doc/build/index.html 0.14],
[http://mpmath.googlecode.com/svn/tags/0.13/doc/build/index.html 0.13]
[http://mpmath.googlecode.com/svn/tags/0.12/doc/build/index.html 0.12]

==List of features==

Reply all
Reply to author
Forward
0 new messages