Scipy

Z MetaCentrum
Skočit na navigaci Skočit na vyhledávání

ZarovkaMala.png Note: The self-standing scipy module is obsolete and its use is discouraged due to potential conflicts with other python modules. If you need the scipy module, we recommend to load some version of Python - modules instead.

Description

Scipy is another language extension that uses numpy to do advanced math, signal processing, optimization, statistics and much more.

Usage

Load module (module add "module_name"), then you are allowed to import scipy libraries into Python.

Note: The modules version 0.10.1 do not automatically load the Python modules -- if you need them, load them manually.

  • Scipy version 0.17.1
    • modules scipy-0.17.1-py2.5 and scipy-0.17.1-py2.6
      • prepared to be used both with Python 2.5 (module *-py2.5) as well as Python 2.6 (module *-py2.6)
  • Scipy version 0.12.0: compiled with Intel MKL 11.0 (internally parallelized), which results in vastly improved computation performance
    • module scipy-0.12.0-py2.7
      • prepared to be used with Python 2.7 (module *-py2.7)
  • Scipy version 0.11.0: compiled with Intel MKL 11.0 (internally parallelized), which results in vastly improved computation performance
    • modules scipy-0.11.0-py2.5 and scipy-0.11.0-py2.6
      • prepared to be used both with Python 2.5 (module *-py2.5) as well as Python 2.6 (module *-py2.6)
  • Scipy version 0.10.1: compiled with standard BLAS libraries
    • modules scipy-0.10.1-py2.5 and scipy-0.10.1-py2.6
      • prepared to be used both with Python 2.5 (module *-py2.5) as well as Python 2.6 (module *-py2.6)
  • Scipy version 0.9.0
    • modules scipy-0.9.0-py2.5 and scipy-0.9.0-py2.6
      • prepared to be used both with Python 2.5 (module *-py2.5) as well as Python 2.6 (module *-py2.6)

Documentation

On-line documentation is available.

Homepage

URL: http://www.scipy.org/Getting_Started