Issues
- 3
- 4
- 15
RFC: add `"mutable arrays"` to `capabilities`
#845 opened by jakevdp - 9
RFC: disallow 0-D inputs in `cumulative_sum`
#797 opened by asmeurer - 7
RFC: add support for querying whether an array library explicitly supports strides
#764 opened by kgryte - 3
RFC: add support for complex input to `mean`
#846 opened by lucascolley - 10
RFC: require `[()]` to be a no-op for all ranks?
#833 opened by lucascolley - 10
Iteration on 1-D arrays
#818 opened by asmeurer - 9
Being clearer about use of RFC 2119
#796 opened by asmeurer - 11
RFC: add `kron` to compute the Kronecker product
#837 opened by lucascolley - 7
RFC: add `quantile`?
#795 opened by mdhaber - 5
Specify correct rounding for sqrt
#826 opened by hpkfft - 1
- 16
RFC: In-memory sparse array interchange
#840 opened by hameerabbasi - 5
Clarification for non-portable behavior for in-place Python operations
#828 opened by oleksandr-pavlyk - 4
Support for DLPack exchange of hot buffers
#829 opened by oleksandr-pavlyk - 7
RFC: clarify `broadcast_to` semantics
#823 opened by adityagoel4512 - 15
Python scalars in elementwise functions
#807 opened by shoyer - 3
- 1
- 2
Comparing arrays of different dtype kinds
#819 opened by asmeurer - 9
Calculate number of unique values in a lazy array
#834 opened by lucascolley - 19
RFC: add `materialize` to materialize lazy arrays
#839 opened by lucascolley - 10
Handling materialization of lazy arrays
#748 opened by hameerabbasi - 19
RFC: revisit requirement that inputs to `real`, `imag`, and `conj` be complex-valued
#824 opened by mdhaber - 3
- 4
Disallowed typing in `linalg.vector_norm`
#817 opened by lucascolley - 8
- 11
- 1
Minor clarification on allowed rounding mode
#830 opened by hpkfft - 3
- 1
`unique_inverse` diverges from NumPy
#820 opened by seberg - 7
- 2
- 5
RFC: add bincount
#812 opened by ogrisel - 11
result_type() for mixed arrays/Python scalars
#805 opened by shoyer - 1
xp.linalg.vecdot should have axis=-1 default
#804 opened by oleksandr-pavlyk - 6
Should get_namespace support more than arrays?
#799 opened by NeilGirdhar - 5
Using a neutral format to have lossless interface between multidimensional tools
#786 opened by loco-philippe - 12
- 3
- 1
- 3
RFC: add support for a tuple of axes in `expand_dims`
#760 opened by izaid - 1
RFC: add support for querying whether an array library/device supports subnormal numbers
#765 opened by kgryte - 2
Referring to this project by name
#759 opened by lucascolley - 1
Autogenerated page for cholesky does not render some math symbols correctly
#761 opened by oleksandr-pavlyk - 3
version switcher on deployed website disappeared
#753 opened by rgommers - 1
Docs website is down
#756 opened by honno - 3
- 2
RFC: Explicit forbid any axes being repeated in the `axes` of the multi-dimensional FFT APIs?
#747 opened by leofang