File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -624,11 +624,8 @@ Linear Algebra Differences
624
624
* - ``cholesky `` includes an ``upper `` keyword argument.
625
625
- **Compatible **
626
626
-
627
- * - ``cross `` does not broadcast its arguments.
628
- - ???
629
- -
630
627
* - ``cross `` does not allow size 2 vectors (only size 3).
631
- - ???
628
+ - ** Breaking **
632
629
-
633
630
* - ``diagonal `` operates on the last two axes.
634
631
- **Breaking **
@@ -663,7 +660,9 @@ Linear Algebra Differences
663
660
<https://data-apis.org/array-api/latest/API_specification/generated/signatures.linear_algebra_functions.matrix_transpose.html#signatures.linear_algebra_functions.matrix_transpose> `__
664
661
* - ``outer `` only supports 1-dimensional arrays.
665
662
- **Breaking **
666
- -
663
+ - The spec currently only specifies behavior on 1-D arrays but future
664
+ behavior will likely be to broadcast, rather than flatten, which is
665
+ what ``np.outer `` does.
667
666
* - ``pinv `` has an ``rtol `` keyword argument instead of ``rcond ``
668
667
- **Breaking **
669
668
- The meaning of ``rtol `` and ``rcond `` is the same, but the default
You can’t perform that action at this time.