annotate the missing private functions in `numpy.linalg._linalg`
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 79
- Forks
- 8
- PR merge metrics
- No merged PRs in 30d
Description
it's used by array-api-strict in https://github.com/crusaderky/array-api-strict/blob/a8f567a184ceb2f94c6160695b63dd9c5f2454d7/array_api_strict/_linalg.py#L316-L326 and array-api-compat in https://github.com/data-apis/array-api-compat/blob/16978e63b744185bc4ced4677c822468e6ddebd2/array_api_compat/numpy/linalg.py#L46-L49
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.
Research direction
Start by inspecting the numpy.linalg._linalg stubs and compare them with the referenced array-api-strict and array-api-compat usages. Identify the missing private functions and annotate them consistently with the surrounding stubs; done means those functions are covered for downstream typing use.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- numpy, python
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 42/100