2011-11-04 21:09:15 +01:00
|
|
|
SciPy (pronounced "Sigh Pie") is open-source software for mathematics,
|
2010-05-12 23:27:41 +02:00
|
|
|
science, and engineering.
|
2010-06-20 13:00:19 +02:00
|
|
|
|
2011-11-04 21:09:15 +01:00
|
|
|
The SciPy library is built to work with NumPy arrays, and provides many
|
|
|
|
user-friendly and efficient numerical routines such as routines for
|
|
|
|
numerical integration and optimization. Together, they run on all popular
|
|
|
|
operating systems, are quick to install, and are free of charge. NumPy
|
|
|
|
and SciPy are easy to use, but powerful enough to be depended upon by
|
|
|
|
some of the world's leading scientists and engineers.
|
2010-05-12 23:27:41 +02:00
|
|
|
|
2012-08-22 06:38:43 +02:00
|
|
|
umfpack is an optional dependency. matplotlib and ipython are nice to
|
|
|
|
have in connection with scipy, but scipy does not depend on them.
|
2011-11-04 21:09:15 +01:00
|
|
|
|
2012-09-14 04:25:15 +02:00
|
|
|
If you need to build scipy for debugging, set DEBUG=y.
|