8000 ENH: Add annotations for five array construction functions by BvB93 · Pull Request #17326 · numpy/numpy · GitHub
[go: up one dir, main page]

Skip to content

ENH: Add annotations for five array construction functions #17326

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 9 commits into from
Oct 1, 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
MAINT: Removed placeholder annotations
  • Loading branch information
Bas van Beek committed Oct 1, 2020
commit be77442c1facae452d3742415161c4f8203f4a86
5 changes: 0 additions & 5 deletions numpy/__init__.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -177,12 +177,8 @@ array2string: Any
array_repr: Any
array_split: Any
array_str: Any
asanyarray: Any
asarray: Any
asarray_chkfinite: Any
ascontiguousarray: Any
asfarray: Any
asfortranarray: Any
asmatrix: Any
asscalar: Any
atleast_1d: Any
Expand Down Expand Up @@ -404,7 +400,6 @@ recarray: Any
recfromcsv: Any
recfromtxt: Any
record: Any
require: Any
result_type: Any
roots: Any
rot90: Any
Expand Down
0