Skip to content

Commit

Permalink
cleanup the development progress
Browse files Browse the repository at this point in the history
  • Loading branch information
jorenham committed Oct 9, 2024
1 parent 7d3d23d commit e8dab24
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ jobs:
run: |
targets=(
"__init__.pyi"
"constants"
"cluster"
"constants"
"datasets"
"integrate"
"io"
Expand Down
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,6 @@ The exact version requirements are specified in the [`pyproject.toml`](pyproject
| `scipy.integrate` | **4: done** |
| `scipy.interpolate` | 2: partial |
| `scipy.io` | **4: done** |
| `scipy.io.arff` | 3: ready |
| `scipy.io.matlab` | 3: ready |
| `scipy.linalg` | **4: done** |
| ~`scipy.misc`~ | **4: done** |
| `scipy.ndimage` | 2: partial |
Expand All @@ -131,9 +129,8 @@ The exact version requirements are specified in the [`pyproject.toml`](pyproject
| `scipy.spatial` | 2: partial |
| `scipy.spatial.distance` | 2: partial |
| `scipy.special` | **4: done** |
| `scipy.special.cython_special` | **4: done** |
| `scipy.stats` | 2: partial |
| `scipy.stats.contingency` | 1: skeleton |
| `scipy.stats.contingency` | 3: ready |
| `scipy.stats.distributions` | **4: done** |
| `scipy.stats.mstats` | 1: skeleton |
| `scipy.stats.qmc` | 2: partial |
Expand Down

0 comments on commit e8dab24

Please sign in to comment.