We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
xp.linalg.vecdot is documented as alias to xp.vecdot.
xp.linalg.vecdot
xp.vecdot
However, xp.linalg.vecdot signature uses axis=None default, while xp.vecdot has axis=-1 as the default.
axis=None
axis=-1
They should be consistent.
Hmmm...this should have been fixed already: #355. The regression happened during cbbab62. I can work on a fix and backport.
fix: address default value regression for `axis` kwarg in `vecdot`
axis
vecdot
Activity
kgryte commentedon May 3, 2024
Hmmm...this should have been fixed already: #355. The regression happened during cbbab62. I can work on a fix and backport.
fix: address default value regression for `axis` kwarg in `vecdot`
axis
kwarg invecdot
#880fix: address default value regression for `axis` kwarg in `vecdot`