Supported versions of array libraries
Nobody has claimed this yet.
Assessment
- Difficulty
- 5/5
- Estimated time
- Over a week
- Newbie friendliness
- 25/100
Research direction
The issue names no files or tests. Start by reviewing how CI currently installs and tests NumPy, torch, CuPy, and Dask across Python versions, then determine which versions downstream consumers support; done means agreeing on lower bounds and updating the testing policy accordingly.
Written by the indexing model from the issue text.
Description
For numpy, we test against numpy 1.22, 1.26, "latest" and "dev".
For other array libraries (torch, cupy, dask) do not specify the version, and effectively test with whatever pip installs for a given python version.
Are we happy with this, or do we want to specify a lower limit for torch and cupy, too?
Case in point: CuPy merges an array-api compatible fix for 14.0. When 14.0 is out, do we
- keep testing with 13.x and 14.x (hence carry a workaround for 13.x in
array-api-compat/cupy), or - just test against 14.x (hence no need for a workaround in
array-api-compat/cupy)
I suppose the deciding factor here is what downstream consumers support.
- Dominant language
- Python
- Stars
- 131
- Forks
- 49
- Avg merge
- 2d 8h
- Merged PRs (30d)
- 6
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 data-apis/array-api-compat
-
blocked by upstream
Difficulty 2/5 1-3 hours Newbie friendliness 68/100
data-apis/array-api-compat#439 · 1 comment ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 68/100
data-apis/array-api-compat#395 · 2 comments ·
-
Release 1.16 Open
Difficulty 5/5 Over a week Newbie friendliness 25/100
data-apis/array-api-compat#476 ·
-
Difficulty 5/5 Over a week Newbie friendliness 30/100
data-apis/array-api-compat#473 · 4 comments ·
-
Difficulty 4/5 3-5 days Newbie friendliness 45/100
data-apis/array-api-compat#465 · 3 comments ·
All issues in data-apis/array-api-compat
Similar issues
-
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 82/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
-
enhancement
Difficulty 2/5 1-3 hours Newbie friendliness 72/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 74/100