issues
search
data-apis
/
array-api-strict
Strict implementation of the Python array API (previously numpy.array_api)
http://data-apis.org/array-api-strict/
Other
10
stars
5
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
ENH: allow python scalars in binary elementwise functions
#100
ev-br
opened
17 hours ago
1
Arrays created with `from_dlpack` have a different `device`?
#99
mdhaber
opened
1 day ago
0
Conjugate the first argument in vecdot
#98
asmeurer
opened
3 days ago
0
vecdot does not conjugate the first argument
#97
mhvk
opened
3 days ago
0
Support for Python scalars
#96
asmeurer
opened
1 week ago
0
Use checkboxes for the releasing docs
#95
asmeurer
closed
1 week ago
0
2.2 release
#94
asmeurer
closed
1 week ago
0
2.1.3 release
#93
asmeurer
closed
2 weeks ago
0
Re-enable __array__
#92
asmeurer
closed
2 weeks ago
2
Re-introduce __array__ with a warning
#91
asmeurer
closed
1 week ago
10
Revert "Require NumPy >= 2.1"
#90
asmeurer
closed
2 weeks ago
0
Add a `pyproject.toml` and some guidance around backwards compatibility
#89
rgommers
opened
2 weeks ago
2
Add changelog for 2.1.2 release
#88
asmeurer
closed
2 weeks ago
0
Require NumPy >= 2.1
#87
asmeurer
closed
2 weeks ago
1
Allow __dlpack__ to work with newer versions of NumPy
#86
asmeurer
closed
2 weeks ago
1
The max_version argument to __dlpack__ is not yet implemented
#85
njzjz
closed
2 weeks ago
1
Bump pypa/gh-action-pypi-publish from 1.11.0 to 1.12.2 in the actions group
#84
dependabot[bot]
closed
2 weeks ago
1
2.1.1 release
#83
asmeurer
closed
2 weeks ago
1
Add preliminary support for the draft 2024.12 version of the standard
#82
asmeurer
closed
1 week ago
1
Bump pypa/gh-action-pypi-publish from 1.9.0 to 1.11.0 in the actions group across 1 directory
#81
dependabot[bot]
closed
2 weeks ago
1
Properly set the array API version on CI
#80
asmeurer
closed
3 weeks ago
0
Use a more robust implementation of clip
#79
asmeurer
closed
3 weeks ago
0
Add support for scalar arguments to xp.where
#78
betatim
opened
3 weeks ago
1
ufunc comparisons are not equivalent to arithmetic comparison operators
#77
ev-br
closed
1 week ago
5
allow mixed -type comparisons
#76
ev-br
closed
1 week ago
2
clip test failures
#75
asmeurer
closed
3 weeks ago
0
Fix the definition of sign() for complex numbers
#74
asmeurer
closed
1 month ago
1
FIX Use array's device when promoting scalars
#73
betatim
closed
1 month ago
2
FIX Propagate input array's device in `asarray`
#72
betatim
closed
1 month ago
0
2.1 release
#71
asmeurer
closed
1 month ago
0
Improvements to device support
#70
asmeurer
opened
1 month ago
2
Remove __array__
#69
asmeurer
closed
3 weeks ago
13
Fix some functions that were missing ._array
#68
asmeurer
closed
1 month ago
0
Should we be implementing __array__?
#67
asmeurer
opened
1 month ago
11
Fix issue with repeat()
#66
asmeurer
closed
1 month ago
0
Bump pypa/gh-action-pypi-publish from 1.9.0 to 1.10.3 in the actions group across 1 directory
#65
dependabot[bot]
closed
2 weeks ago
2
Make one of the devices have a lower maximum float precision
#64
betatim
opened
1 month ago
2
Bump pypa/gh-action-pypi-publish from 1.9.0 to 1.10.2 in the actions group across 1 directory
#63
dependabot[bot]
closed
1 month ago
2
`squeeze` accepts `axis=None`?
#62
mdhaber
opened
2 months ago
0
Make 2023.12 the default version
#61
asmeurer
closed
2 months ago
0
Bump pypa/gh-action-pypi-publish from 1.9.0 to 1.10.1 in the actions group across 1 directory
#60
dependabot[bot]
closed
2 months ago
2
Add "multi device" support
#59
betatim
closed
1 month ago
19
Add flag to enable lazy array behavior
#58
asmeurer
opened
2 months ago
0
Bump pypa/gh-action-pypi-publish from 1.9.0 to 1.10.0 in the actions group
#57
dependabot[bot]
closed
2 months ago
2
Add virtual devices to make it easier for array API consumer to check that they use device correctly
#56
ogrisel
closed
1 month ago
3
BUG: `full_like` accepts array `fill_value`
#55
lucascolley
opened
3 months ago
3
Revert "Allow any combination of real dtypes in comparisons"
#54
asmeurer
closed
4 months ago
0
Allow any combination of real dtypes in comparisons
#53
asmeurer
closed
4 months ago
3
Make 2023.12 the default version
#52
asmeurer
closed
1 month ago
1
int / int division
#51
ev-br
closed
4 months ago
4
Next