Skip to content

Commit

Permalink
Merge pull request numpy#19043 from DFEvans/patch-1
Browse files Browse the repository at this point in the history
DOC: Fix typo in release notes for v1.21
  • Loading branch information
charris authored May 19, 2021
2 parents 098b4d1 + f9cf25e commit 319a299
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/release/upcoming_changes/17727.performance.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Improved performance in integer division of NumPy arrays
--------------------------------------------------------
Integer division of NumPy arrays now uses `libdivide <https://libdivide.com/>`
when the divisor is a constant. With the usage of libdivde and
when the divisor is a constant. With the usage of libdivide and
other minor optimizations, there is a large speedup.
The ``//`` operator and ``np.floor_divide`` makes use
of the new changes.

0 comments on commit 319a299

Please sign in to comment.