Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dot function #2957

Closed
ajpotts opened this issue Feb 8, 2024 · 0 comments · Fixed by #2996
Closed

dot function #2957

ajpotts opened this issue Feb 8, 2024 · 0 comments · Fixed by #2996
Assignees
Labels
enhancement New feature or request

Comments

@ajpotts
Copy link
Contributor

ajpotts commented Feb 8, 2024

Add ak.dot function to match numpy:
https://numpy.org/doc/stable/reference/generated/numpy.dot.html

@ajpotts ajpotts added the enhancement New feature or request label Feb 8, 2024
@ajpotts ajpotts mentioned this issue Feb 8, 2024
44 tasks
github-merge-queue bot pushed a commit that referenced this issue Mar 1, 2024
* adding dot function, missing bool bin ops

* fixing mypy type compatibility

* flake8 fix of f string and type checking fix

* flake8 to use isinstance

* changing to is statements to fix mypy error

* fixing mypy type error

* Adding ValueError for arrays of different sizes

* clarifying docstring

* flake8 fix

---------

Co-authored-by: jaketrookman <[email protected]>
@ajpotts ajpotts added this to the Numpy Alignment milestone Jul 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants