Skip to content

Commit

Permalink
Merge pull request #26 from jorenham/fix/scipy.special
Browse files Browse the repository at this point in the history
`scipy.special`
  • Loading branch information
jorenham authored Sep 6, 2024
2 parents ab577dd + 6fce218 commit c96c774
Show file tree
Hide file tree
Showing 20 changed files with 1,062 additions and 162 deletions.
12 changes: 4 additions & 8 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,14 @@
{
"[python]": {
"editor.rulers": [130]
},
"[markdown]": {
"editor.rulers": [88]
},
"[python]": {
"editor.rulers": [130]
},
"[toml]": {
"editor.rulers": [88],
"editor.tabSize": 4
},
"git.branchProtection": ["master"],
"mypy-type-checker.args": [
"--config-file=pyproject.toml"
],
"yaml.format.printWidth": 88,
"prettier.printWidth": 88
"mypy-type-checker.args": ["--config-file=pyproject.toml"]
}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ pip install scipy-stubs
| `scipy.sparse.linalg` | 2: partial |
| `scipy.spatial` | 2: partial |
| `scipy.spatial.distance` | 3: ready |
| `scipy.special` | 3: ready |
| `scipy.special` | **4: done** |
| `scipy.special.cython_special` | **4: done** |
| `scipy.stats` | 2: partial |
| `scipy.stats.contingency` | 1: skeleton |
Expand Down
Loading

0 comments on commit c96c774

Please sign in to comment.