8000 MAINT: simplifying annotations for np.core.from_numeric by BvB93 · Pull Request #16556 · numpy/numpy · GitHub
[go: up one dir, main page]

Skip to content

MAINT: simplifying annotations for np.core.from_numeric #16556

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Jun 10, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add the mypy cache to .gitgnore
  • Loading branch information
Bas van Beek committed Jun 9, 2020
commit 481fdbe2ff773728151b884002c22ff30218a9c1
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -193,3 +193,6 @@ tools/swig/test/Tensor.py
tools/swig/test/Vector.py
tools/swig/test/Vector_wrap.cxx
tools/swig/test/Array.py

# MyPy
.mypy_cache/
0