Make op(Array, Scalar) use broadcast#19692
Conversation
|
The original thinking was that, for example, we shouldn't widen Needs a NEWS item under breaking changes, though. |
I had the same change in the branch mentioned in #19669, so 👍. |
|
Can we merge this? |
|
Still needs an updated NEWS.md. Will do that now. |
|
Done. |
|
@nanosoldier |
|
So code like |
|
Yes. Unless we change the behavior of |
|
Your benchmark job has completed - possible performance regressions were detected. A full report can be found here. cc @jrevels |
|
Couldn't reproduce the regression locally so I assume it is noise. |
These are broadcast operations and could therefore just use the broadcast functionality. @martinholters I had to tighten a single type test that you added but I believe that this can just be considered an improvement.