diff options
| -rw-r--r-- | doc/release/upcoming_changes/21354.performance.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/release/upcoming_changes/21354.performance.rst b/doc/release/upcoming_changes/21354.performance.rst new file mode 100644 index 000000000..44c0df473 --- /dev/null +++ b/doc/release/upcoming_changes/21354.performance.rst @@ -0,0 +1,4 @@ +Faster ``np.kron`` +------------------ +`numpy.kron` is about 80% faster as the product is now computed +using broadcasting. |
