flxai / scipy

Scipy library main repository

Home Page:https://scipy.org/scipylib/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SciPy

https://img.shields.io/travis/scipy/scipy/master.svg?label=Travis%20CI https://img.shields.io/appveyor/ci/scipy/scipy/master.svg?label=AppVeyor https://img.shields.io/circleci/project/github/scipy/scipy/master.svg?label=CircleCI https://dev.azure.com/scipy-org/SciPy/_apis/build/status/scipy.scipy?branchName=master https://github.com/scipy/scipy/workflows/macOS%20tests/badge.svg?branch=master https://img.shields.io/pypi/dm/scipy.svg?label=Pypi%20downloads https://img.shields.io/conda/dn/conda-forge/scipy.svg?label=Conda%20downloads

SciPy (pronounced "Sigh Pie") is open-source software for mathematics, science, and engineering. It includes modules for statistics, optimization, integration, linear algebra, Fourier transforms, signal and image processing, ODE solvers, and more.

SciPy depends on NumPy, which provides convenient and fast N-dimensional array manipulation. SciPy 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. If you need to manipulate numbers on a computer and display or publish the results, give SciPy a try!

For the installation instructions, see INSTALL.rst.txt.

We appreciate and welcome contributions. If you would like to take part in SciPy development, take a look at the file CONTRIBUTING.rst.

About

Scipy library main repository

https://scipy.org/scipylib/

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 55.5%Language:Fortran 22.8%Language:C 18.7%Language:C++ 2.8%Language:TeX 0.2%Language:MATLAB 0.0%Language:Dockerfile 0.0%Language:Makefile 0.0%Language:Shell 0.0%