• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

benchmarks/H01-Aug-2021-16,07311,011

doc/H03-May-2022-48,16137,195

scipy/H01-Aug-2021-3,908,5142,805,689

src/H01-Aug-2021-

tools/H01-Aug-2021-3,1672,421

.coveragercH A D02-May-2021126 87

MANIFEST.inH A D14-Jun-2021896 3332

PKG-INFOH A D01-Aug-20212.1 KiB5449

README.rstH A D02-May-20214 KiB8967

pyproject.tomlH A D01-Aug-20213.7 KiB10797

pytest.iniH A D02-May-2021684 1513

runtests.pyH A D01-Aug-202119.2 KiB566431

setup.pyH A D01-Aug-202123.3 KiB630449

site.cfg.exampleH A D17-Jul-20196.6 KiB158151

tox.iniH A D01-Aug-20211.4 KiB4639

README.rst

1.. raw:: html
2
3    <p>
4      <h1>
5        <a href="https://docs.scipy.org/doc/scipy/reference/"><img valign="middle" src="doc/source/_static/scipyshiny_small.png" height="50" height="50" alt="SciPy logo"/></a>
6        SciPy
7      </h1>
8    </p>
9
10.. image:: https://img.shields.io/circleci/project/github/scipy/scipy/master.svg?label=CircleCI
11  :target: https://circleci.com/gh/scipy/scipy
12
13.. image:: https://dev.azure.com/scipy-org/SciPy/_apis/build/status/scipy.scipy?branchName=master
14  :target: https://dev.azure.com/scipy-org/SciPy/_build/latest?definitionId=1?branchName=master
15
16.. image:: https://github.com/scipy/scipy/workflows/macOS%20tests/badge.svg?branch=master
17  :target: https://github.com/scipy/scipy/actions?query=workflow%3A%22macOS+tests%22
18
19.. image:: https://img.shields.io/pypi/dm/scipy.svg?label=Pypi%20downloads
20  :target: https://pypi.org/project/scipy/
21
22.. image:: https://img.shields.io/conda/dn/conda-forge/scipy.svg?label=Conda%20downloads
23  :target: https://anaconda.org/conda-forge/scipy
24
25.. image:: https://codecov.io/gh/scipy/scipy/branch/master/graph/badge.svg
26  :target: https://codecov.io/gh/scipy/scipy
27
28.. image:: https://img.shields.io/badge/stackoverflow-Ask%20questions-blue.svg
29  :target: https://stackoverflow.com/questions/tagged/scipy
30
31.. image:: https://img.shields.io/badge/DOI-10.1038%2Fs41592--019--0686--2-blue
32  :target: https://www.nature.com/articles/s41592-019-0686-2
33
34SciPy (pronounced "Sigh Pie") is an open-source software for mathematics,
35science, and engineering. It includes modules for statistics, optimization,
36integration, linear algebra, Fourier transforms, signal and image processing,
37ODE solvers, and more.
38
39- **Website:** https://docs.scipy.org/doc/scipy/reference/
40- **Documentation:** https://docs.scipy.org/
41- **Mailing list:** https://scipy.org/scipylib/mailing-lists.html
42- **Source code:** https://github.com/scipy/scipy
43- **Contributing:** https://scipy.github.io/devdocs/dev/index.html
44- **Bug reports:** https://github.com/scipy/scipy/issues
45- **Code of Conduct:** https://scipy.github.io/devdocs/dev/conduct/code_of_conduct.html
46- **Report a security vulnerability:** https://tidelift.com/docs/security
47- **Citing in your work:** https://www.scipy.org/citing.html
48
49SciPy is built to work with
50NumPy arrays, and provides many user-friendly and efficient numerical routines,
51such as routines for numerical integration and optimization. Together, they
52run on all popular operating systems, are quick to install, and are free of
53charge. NumPy and SciPy are easy to use, but powerful enough to be depended
54upon by some of the world's leading scientists and engineers. If you need to
55manipulate numbers on a computer and display or publish the results, give
56SciPy a try!
57
58For the installation instructions, see `our install
59guide <https://scipy.github.io/devdocs/getting_started.html#installation>`__.
60
61
62Call for Contributions
63----------------------
64
65We appreciate and welcome contributions. Small improvements or fixes are always appreciated; issues labeled as "good
66first issue" may be a good starting point. Have a look at `our contributing
67guide <http://scipy.github.io/devdocs/dev/hacking.html>`__.
68
69Writing code isn’t the only way to contribute to SciPy. You can also:
70
71- review pull requests
72- triage issues
73- develop tutorials, presentations, and other educational materials
74- maintain and improve `our website <https://github.com/scipy/scipy.org>`__
75- develop graphic design for our brand assets and promotional materials
76- help with outreach and onboard new contributors
77- write grant proposals and help with other fundraising efforts
78
79If you’re unsure where to start or how your skills fit in, reach out! You can
80ask on the mailing list or here, on GitHub, by leaving a
81comment on a relevant issue that is already open.
82
83If you are new to contributing to open source, `this
84guide <https://opensource.guide/how-to-contribute/>`__ helps explain why, what,
85and how to get involved.
86
87.. image:: https://img.shields.io/badge/powered%20by-NumFOCUS-orange.svg?style=flat&colorA=E1523D&colorB=007D8A
88  :target: https://numfocus.org
89