Skip to content

xp.linalg.vecdot should have axis=-1 default #804

Closed
@oleksandr-pavlyk

Description

@oleksandr-pavlyk

xp.linalg.vecdot is documented as alias to xp.vecdot.

However, xp.linalg.vecdot signature uses axis=None default, while xp.vecdot has axis=-1 as the default.

image

image

They should be consistent.

Activity

kgryte

kgryte commented on May 3, 2024

@kgryte
Contributor

Hmmm...this should have been fixed already: #355. The regression happened during cbbab62. I can work on a fix and backport.

added
bugSomething isn't working.
BackportChanges involve backporting to previous versions.
on May 3, 2024
added this to the v2024 milestone on May 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    BackportChanges involve backporting to previous versions.bugSomething isn't working.

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

      Development

      Participants

      @kgryte@oleksandr-pavlyk

      Issue actions

        xp.linalg.vecdot should have axis=-1 default · Issue #804 · data-apis/array-api