commit | f421bfce80730cb0ff5cbe14727ac30cf0462eed | [log] [tgz] |
---|---|---|
author | Raymond Hettinger <rhettinger@users.noreply.github.com> | Wed Dec 30 12:51:19 2020 -0800 |
committer | GitHub <noreply@github.com> | Wed Dec 30 12:51:19 2020 -0800 |
tree | 5c6fd1941e97fd60f8b855bd27851e002b738103 | |
parent | 4ac923f2756f835f512339ee181348cc535ab07f [diff] |
Minor improvements to the convolve() recipe (GH-24012) * Minor improvement to speed and space efficiency for the convolve() recipe * Don't require convolve's kernel to be a sequence.