scipy/scipy
SciPy library main repository observed · 2026-08-28
Health v2 · maintenance only
95/100
- Activity 99
- Release rhythm 86
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 46
- age_days: 5656
- days_rel: 12
- days_push: 7
- n_releases_24m: 12
Adoption not part of the score
14954 stars · 5881 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
SciPy is an open-source Python library providing fundamental algorithms for scientific computing, including optimization, integration, interpolation, linear algebra, statistics, signal processing, and ODE solvers. It extends NumPy with efficient numerical routines implemented in compiled languages like C, C++, and Fortran.
Use cases
- solve optimization problems in python
- numerical integration of functions
- fit statistical distributions to data
- solve ordinary differential equations
- compute eigenvalues and linear algebra operations
- filter and process signals
- interpolate scattered data
- work with sparse matrices
When to choose
- you need well-tested numerical algorithms in Python
- you are doing scientific or engineering computing with NumPy arrays
- you need optimization, integration, or statistics routines with a high-level API
- you want performant compiled-code speed with Python flexibility
When to avoid
- you only need basic array operations that NumPy alone covers
- you need GPU-accelerated deep learning frameworks rather than CPU numerical routines
- you need symbolic mathematics rather than numerical computation
Facets
library · maturity stable
math data-science machine-learning image-processing simulation data-science mathematics developer-tools python cross-platform windows scientific-computing numerical-methods numpy optimization signal-processing statistics sparse-matrices algorithms linux macos
6 sources
- readme: https://github.com/scipy/scipy · fetched 2026-08-28 · 7bbbcfe19f8e
- homepage: https://scipy.org · fetched 2026-08-29 · 62bd0e273484
- site_page: https://scipy.org/install · fetched 2026-08-29 · 73df76eb9f2e
- site_page: https://docs.scipy.org/doc/scipy · fetched 2026-08-29 · c178a02ffa96
- site_page: https://scipy.org/about · fetched 2026-08-29 · 6630280bf8bf
- site_page: https://scipy.org/faq · fetched 2026-08-29 · 7cd1cafe2b44
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| scipy/scipy | main | 95 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem