BUG: dask.array.broadcast_shapes: missing implementation
Nobody has claimed this yet.
Assessment
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Newbie friendliness
- 68/100
Research direction
Start at the scipy._external.array_api_compat.dask.array module named in the traceback and inspect how existing array functions are exposed. Verify the missing broadcast_shapes behavior against the v2025.12 Array API specification and rerun the failing compatibility check; done means the Dask namespace provides the function without the reported AttributeError.
Written by the indexing model from the issue text.
Description
This is present in v2025.12 of the spec, but absent for Dask:
> broadcasted_dims = xp.broadcast_shapes(self_broadcast_dims, x_broadcast_dims)
^^^^^^^^^^^^^^^^^^^
E AttributeError: module 'scipy._external.array_api_compat.dask.array' has no attribute 'broadcast_shapes'. Did you mean: 'broadcast_arrays'?
- 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
-
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 ·
-
Difficulty 3/5 1-2 days Newbie friendliness 68/100
data-apis/array-api-compat#463 · 5 comments ·
All issues in data-apis/array-api-compat
Similar issues
-
bug
Difficulty 2/5 1-3 hours Newbie friendliness 82/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
use-agent-os/agent-os#3314 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 75/100
BasedHardware/omi#15662 · 1 comment ·
-
documentation help wanted
Difficulty 2/5 1-3 hours Newbie friendliness 90/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 62/100
AiursoftWeb/AnduinOS-2#19 ·