oleksandr-pavlyk opened this issue 10 months ago · 1 comments
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.