Skip to content

Commit

Permalink
Merge pull request #10 from jorenham/update-development-progress
Browse files Browse the repository at this point in the history
Update the development progress
  • Loading branch information
jorenham authored Aug 30, 2024
2 parents 15f8b2c + 9e7e98d commit 75f2754
Showing 1 changed file with 17 additions and 14 deletions.
31 changes: 17 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,12 @@
</a>
</p>
<p align="center">
<!-- TODO -->
<!-- <a href="https://github.com/jorenham/scipy-stubs/actions?query=workflow%3ACI">
<a href="https://github.com/jorenham/scipy-stubs/actions?query=workflow%3ACI">
<img
alt="scipy-stubs - CI"
src="https://github.com/jorenham/scipy-stubs/workflows/CI/badge.svg"
/>
</a> -->
</a>
<!-- TODO -->
<!-- <a href="https://github.com/pre-commit/pre-commit">
<img
Expand Down Expand Up @@ -80,32 +79,36 @@ pip install scipy-stubs
## Development Progress

According to [basedpyright](https://github.com/DetachHead/basedpyright) (stricter than
pyright), the "type completeness score" is **38.6%**
[at the time of writing](https://github.com/jorenham/scipy-stubs/tree/15f8b2c).

| Module | Stubs status |
|---------------------------------- |---------------- |
| `scipy` | 1: skeleton |
| `scipy._lib` | 2: partial |
| `scipy._lib.uarray` | 2: ready |
| `scipy._lib.uarray` | 3: ready |
| `scipy._lib.array_api_compat` | 2: partial |
| `scipy.cluster` | 1: skeleton |
| `scipy.constants` | 3: ready |
| `scipy.datasets` | 1: skeleton |
| `scipy.fft` | 1: skeleton |
| `scipy.fft._pocketfft` | 1: partial |
| `scipy.fftpack` | 1: skeleton |
| `scipy.datasets` | 2: partial |
| `scipy.fft` | 2: partial |
| `scipy.fft._pocketfft` | 2: partial |
| `scipy.fftpack` | 2: partial |
| `scipy.integrate` | 2: partial |
| `scipy.integrate._ivp` | 1: partial |
| `scipy.integrate._ivp` | 2: partial |
| `scipy.interpolate` | 2: partial |
| `scipy.io` | 1: skeleton |
| `scipy.io.arff` | 1: skeleton |
| `scipy.io` | 2: partial |
| `scipy.io.arff` | 2: partial |
| `scipy.io.matlab` | 2: partial |
| `scipy.linalg` | 3: ready |
| `scipy.misc` | 0: missing |
| `scipy.ndimage` | 1: skeleton |
| `scipy.ndimage` | 2: partial |
| `scipy.odr` | 1: skeleton |
| `scipy.optimize` | 2: partial |
| `scipy.optimize.cython_optimize` | 0: missing |
| `scipy.optimize.zeros` | 0: missing |
| `scipy.signal` | 1: partial |
| `scipy.signal` | 2: partial |
| `scipy.signal.windows` | 1: skeleton |
| `scipy.sparse` | 2: partial |
| `scipy.sparse.csgraph` | 2: partial |
Expand All @@ -118,7 +121,7 @@ pip install scipy-stubs
| `scipy.stats.contingency` | 1: skeleton |
| `scipy.stats.distributions` | 3: ready |
| `scipy.stats.mstats` | 1: skeleton |
| `scipy.stats.qmc` | 1: skeleton |
| `scipy.stats.qmc` | 2: partial |
| `scipy.stats.sampling` | 1: skeleton |

Status labels:
Expand Down

0 comments on commit 75f2754

Please sign in to comment.