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

feat: add strided and assign APIs to complex/float32/base/mul #5205

Merged
merged 5 commits into from
Feb 16, 2025

Conversation

ShabiShett07
Copy link
Contributor

@ShabiShett07 ShabiShett07 commented Feb 12, 2025

Resolves #5203

Description

What is the purpose of this pull request?

This pull request:

Related Issues

Does this pull request have any related issues?

This pull request:

Questions

Any questions for reviewers of this pull request?

No.

Other

Any other information relevant to this pull request? This may include screenshots, references, and/or implementation notes.

No.

Checklist

Please ensure the following tasks are completed before submitting this pull request.


@stdlib-js/reviewers

@stdlib-bot stdlib-bot added First-time Contributor A pull request from a contributor who has never previously committed to the project repository. Needs Review A pull request which needs code review. labels Feb 12, 2025
@ShabiShett07
Copy link
Contributor Author

/stdlib lint-autofix

@stdlib-bot stdlib-bot added the bot: In Progress Pull request is currently awaiting automation. label Feb 12, 2025
@ShabiShett07
Copy link
Contributor Author

/stdlib update-copyright-years

@stdlib-bot stdlib-bot removed the bot: In Progress Pull request is currently awaiting automation. label Feb 12, 2025
@stdlib-bot
Copy link
Contributor

stdlib-bot commented Feb 12, 2025

Coverage Report

Package Statements Branches Functions Lines
complex/float32/base/mul $\color{green}321/321$
$\color{green}+100.00\%$
$\color{green}9/9$
$\color{green}+100.00\%$
$\color{green}4/4$
$\color{green}+100.00\%$
$\color{green}321/321$
$\color{green}+100.00\%$

The above coverage report was generated for the changes in this PR.

@kgryte
Copy link
Member

kgryte commented Feb 16, 2025

/stdlib merge

@stdlib-bot stdlib-bot added the bot: In Progress Pull request is currently awaiting automation. label Feb 16, 2025
@stdlib-bot stdlib-bot removed the bot: In Progress Pull request is currently awaiting automation. label Feb 16, 2025
@kgryte kgryte changed the title feat: add strided and assign support for /complex/float32/base/mul feat: add strided and assign support for complex/float32/base/mul Feb 16, 2025
Signed-off-by: Athan <kgryte@gmail.com>
Signed-off-by: Athan <kgryte@gmail.com>
Copy link
Member

@kgryte kgryte left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@kgryte kgryte added Feature Issue or pull request for adding a new feature. and removed Needs Review A pull request which needs code review. labels Feb 16, 2025
@kgryte kgryte changed the title feat: add strided and assign support for complex/float32/base/mul feat: add strided and assign APIs to complex/float32/base/mul Feb 16, 2025
@kgryte kgryte merged commit d7154e2 into stdlib-js:develop Feb 16, 2025
29 checks passed
@ShabiShett07 ShabiShett07 deleted the feature/mul branch February 16, 2025 08:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature Issue or pull request for adding a new feature. First-time Contributor A pull request from a contributor who has never previously committed to the project repository.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[RFC]: Add strided and assign support for complex/float32/base/mul
3 participants