Skip to content

Commit

Permalink
DOC: Add a release note about the slice based blocking algorithm
Browse files Browse the repository at this point in the history
  • Loading branch information
hmaarrfk committed Oct 21, 2018
1 parent d9824ad commit c5f21f6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions doc/release/1.16.0-notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,14 @@ Previously we had a broken default that sometimes would not report underflow,
overflow, and invalid floating point operations. Now we can support non-glibc
distrubutions like Alpine Linux as long as they ship `fenv.h`.

Speedup ``np.block`` for large arrays
-------------------------------------
Large arrays (greater than ``512 * 512``) now use a blocking algorithm based on
copying the data directly into the appropriate slice of the resulting array.
This results in significant speedups for these large arrays, particularly for
arrays being blocked along more than 2 dimensions.


Changes
=======

Expand Down

0 comments on commit c5f21f6

Please sign in to comment.