| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
* Add reshape differences to the array API compat document
* Add an item to the array API compat document about reverse broadcasting
* Make some wording easier to read
|
| |
|
|
|
|
|
| |
I forgot to mention them, but they are important because this would be a
breaking change.
|
|
|
|
|
| |
These items were not clear in the original PR #21260 but have since been
clarified.
|
|
|
|
|
| |
This applies even of the name changed, because it affects the case where no
keyword is passed.
|
| |
|
|
|
|
| |
implemented)
|
| |
|
|
This is a more organized presentation of the various "Note" comments in
numpy/array_api.
In particular, each difference is notated as to whether it is a strictness
difference (no change in NumPy needed), a compatible change (NumPy can change
in a backwards compatible way), or a breaking change (NumPy would need to
break backwards compatibility to match the spec).
|