Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/scipy/scipy
SciPy library main repository
https://github.com/scipy/scipy
algorithms closember python scientific-computing scipy
Last synced: 4 days ago
JSON representation
SciPy library main repository
- Host: GitHub
- URL: https://github.com/scipy/scipy
- Owner: scipy
- License: bsd-3-clause
- Created: 2011-03-09T18:52:03.000Z (almost 14 years ago)
- Default Branch: main
- Last Pushed: 2024-12-06T19:07:38.000Z (7 days ago)
- Last Synced: 2024-12-06T20:08:44.749Z (7 days ago)
- Topics: algorithms, closember, python, scientific-computing, scipy
- Language: Python
- Homepage: https://scipy.org
- Size: 165 MB
- Stars: 13,171
- Watchers: 350
- Forks: 5,207
- Open Issues: 1,698
-
Metadata Files:
- Readme: README.rst
- Contributing: CONTRIBUTING.rst
- Funding: .github/FUNDING.yml
- License: LICENSE.txt
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Citation: CITATION.bib
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
- awesome-systematic-trading - Scipy - with-python](https://img.shields.io/badge/Made%20with-Python-1f425f.svg) | (Data Science / Cryptocurrencies)
- awesome-systematic-trading - Scipy - commit/scipy/scipy/main) ![GitHub Repo stars](https://img.shields.io/github/stars/scipy/scipy?style=social) | Python, C | - Fundamental algorithms for scientific computing in Python (Basic Components / Fundamental libraries)
- fucking-Awesome-Linux-Software - ![Open-Source Software - SciPy is a Python-based ecosystem of open-source software for mathematics, science, and engineering. (Applications / Education)
- awesome-starred - scipy - Scipy library main repository (Python)
- awesome-python-machine-learning - SciPy - 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. (Uncategorized / Uncategorized)
- awesome-cv - SciPy - source software for mathematics, science, and engineering| (Python Libraries)
- awesome-list - SciPy - An open-source software for mathematics, science, and engineering in Python. (Linear Algebra / Statistics Toolkit / General Purpose Tensor Library)
- awesome-ML-NLP - scipy - open-source software including modules for statistics, optimization, integration, linear algebra, Fourier transforms, signal and image processing, ODE solvers, and more (Libraries, Softwares)
- Awesome-Linux-Software - ![Open-Source Software - SciPy is a Python-based ecosystem of open-source software for mathematics, science, and engineering. (Applications / Education)
- awesome-python-machine-learning-resources - GitHub - 16% open · ⏱️ 25.08.2022): (Others)
- StarryDivineSky - scipy/scipy
- awesome-cuda-and-hpc - SciPy - 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.org](https://scipy.org/) (Frameworks)
- awesome-cuda-and-hpc - SciPy - 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.org](https://scipy.org/) (Frameworks)
- awesomeLibrary - scipy - an open-source software for mathematics, science, and engineering. (语言资源库 / python)
- awesome-gemm - SciPy - 3-Clause) (Libraries 🗂️ / Language-Specific Libraries 🔤)
README
.. image:: https://raw.githubusercontent.com/scipy/scipy/main/doc/source/_static/logo.svg
:target: https://scipy.org
:width: 110
:height: 110
:align: left.. image:: https://img.shields.io/badge/powered%20by-NumFOCUS-orange.svg?style=flat&colorA=E1523D&colorB=007D8A
:target: https://numfocus.org.. image:: https://img.shields.io/pypi/dm/scipy.svg?label=Pypi%20downloads
:target: https://pypi.org/project/scipy/.. image:: https://img.shields.io/conda/dn/conda-forge/scipy.svg?label=Conda%20downloads
:target: https://anaconda.org/conda-forge/scipy.. image:: https://img.shields.io/badge/stackoverflow-Ask%20questions-blue.svg
:target: https://stackoverflow.com/questions/tagged/scipy.. image:: https://img.shields.io/badge/DOI-10.1038%2Fs41592--019--0686--2-blue.svg
:target: https://www.nature.com/articles/s41592-019-0686-2SciPy (pronounced "Sigh Pie") is an 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.- **Website:** https://scipy.org
- **Documentation:** https://docs.scipy.org/doc/scipy/
- **Development version of the documentation:** https://scipy.github.io/devdocs
- **SciPy development forum:** https://discuss.scientific-python.org/c/contributor/scipy
- **Stack Overflow:** https://stackoverflow.com/questions/tagged/scipy
- **Source code:** https://github.com/scipy/scipy
- **Contributing:** https://scipy.github.io/devdocs/dev/index.html
- **Bug reports:** https://github.com/scipy/scipy/issues
- **Code of Conduct:** https://docs.scipy.org/doc/scipy/dev/conduct/code_of_conduct.html
- **Report a security vulnerability:** https://tidelift.com/docs/security
- **Citing in your work:** https://www.scipy.org/citing-scipy/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 `our install
guide `__.Call for Contributions
----------------------We appreciate and welcome contributions. Small improvements or fixes are always appreciated; issues labeled as "good
first issue" may be a good starting point. Have a look at `our contributing
guide `__.Writing code isn’t the only way to contribute to SciPy. You can also:
- review pull requests
- triage issues
- develop tutorials, presentations, and other educational materials
- maintain and improve `our website `__
- develop graphic design for our brand assets and promotional materials
- help with outreach and onboard new contributors
- write grant proposals and help with other fundraising effortsIf you’re unsure where to start or how your skills fit in, reach out! You can
ask on the `forum `__
or here, on GitHub, by leaving a comment on a relevant issue that is already
open.If you are new to contributing to open source, `this
guide `__ helps explain why, what,
and how to get involved.