Commit de3bec4
authored
add
<!-- If this pull request fixes an issue, add "Fixes #NNN" with the
issue number. -->
SciPy itself has no `py.typed` and barely any stubs, so I wrote
[`scipy-stubs`](https://github.com/scipy/scipy-stubs). Recently, it has
been accepted as an official scipy project.
This stubs-only package is *complete* (no `untyped`) and *valid*
(according to mypy, stubtest, pyright, basedmypy and basedpyright), and
carefully annotated (by humans).
And for what it's worth, it's also on the list of `mypy_primer`
projects.
I'm open to any feedback, questions, and ideas in general; no need to
hold back :)
<!--
Checklist:
- Read the [Contributing
Guidelines](https://github.com/python/mypy/blob/master/CONTRIBUTING.md)
- Add tests for all changed behaviour.
- If you can't add a test, please explain why and how you verified your
changes work.
- Make sure CI passes.
- Please do not force push to the PR once it has been reviewed.
-->scipy-stubs as non-typeshed stub package (#18832)1 parent df9ddfc commit de3bec4
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
291 | 291 | | |
292 | 292 | | |
293 | 293 | | |
| 294 | + | |
294 | 295 | | |
295 | 296 | | |
296 | 297 | | |
| |||
0 commit comments