improve shape-typing in `numpy._core.fromnumeric`
Nobody has claimed this yet.
Assessment
- Difficulty
- 5/5
- Estimated time
- Over a week
- Newbie friendliness
- 18/100
Research direction
Start by inspecting the typing for numpy._core.fromnumeric and the unchecked functions listed in the issue. Determine the intended shape typing for each function and how completion will be verified; done means the listed checklist items have been addressed.
Written by the indexing model from the issue text.
Description
-
shape -
ndim -
size -
reshape -
resize -
squeeze -
ravel -
swapaxes -
repeat -
transpose -
matrix_transpose -
take -
choose -
partition -
compress -
sort -
argsort -
argmax -
argmin -
[a]max -
[a]min -
ptp -
nonzero -
searchsorted -
diagonal -
trace -
clip -
[a]round -
sum -
prod -
mean -
var -
std -
cumsum -
cumprod -
cumulative_sum -
cumulative_prod -
all -
any
- Dominant language
- Python
- Stars
- 79
- Forks
- 8
- PR merge metrics
- No merged PRs in 30d
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from numpy/numtype
-
topic: documentation
Difficulty 2/5 1-3 hours Newbie friendliness 68/100
-
topic: documentation
Difficulty 4/5 3-5 days Newbie friendliness 35/100
-
blame: Pyright tool: basedpyright
-
numpy.generic stubs: Incomplete
Difficulty 3/5 1-2 days Newbie friendliness 35/100
-
_numtype stubs: Refactor
Difficulty 3/5 1-2 days Newbie friendliness 45/100
Similar issues
-
enhancement
Difficulty 2/5 1-3 hours Newbie friendliness 70/100
canonical/paas-charm#368 · 1 comment ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 75/100
-
tech debt
Difficulty 2/5 1-3 hours Newbie friendliness 75/100
-
Difficulty 1/5 Under an hour Newbie friendliness 90/100
StevenBlack/hosts#3256 ·
-
Difficulty 1/5 Under an hour Newbie friendliness 90/100
qualcomm/qai-appbuilder#275 ·