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

refactor: update blas/ext/base/dapx to follow current project conventions #1954

Merged
merged 15 commits into from
Mar 21, 2024

Conversation

naveen1m
Copy link
Contributor

@naveen1m naveen1m commented Mar 19, 2024

Resolves #1464

Description

What is the purpose of this pull request?

This pull request:

  • Refactors @stdlib/blas/ext/base/ssorthp to follow current project conventions.

Checklist

  • update README.md
  • manifest.json
  • include.gypi
  • benchmark
  • examples
  • docs
  • test
  • src
  • lib

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 the BLAS Issue or pull request related to Basic Linear Algebra Subprograms (BLAS). label Mar 19, 2024
@naveen1m naveen1m changed the title refactor: update /blas/ext/base/dapx/l to follow current project conventions refactor: update /blas/ext/base/dapx/ to follow current project conventions Mar 19, 2024
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.

Thanks, @naveen1m! Left an initial round of comments.

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.

Thanks, @naveen1m! Left an initial round of comments.

@Planeshifter Planeshifter changed the title refactor: update /blas/ext/base/dapx/ to follow current project conventions refactor: update /blas/ext/base/dapx to follow current project conventions Mar 20, 2024
@Planeshifter Planeshifter changed the title refactor: update /blas/ext/base/dapx to follow current project conventions refactor: update blas/ext/base/dapx to follow current project conventions Mar 20, 2024
@kgryte kgryte added Enhancement Issue or pull request for enhancing existing functionality. Native Addons Issue involves or relates to Node.js native add-ons. C Issue involves or relates to C. labels Mar 20, 2024
@kgryte kgryte added the Needs Changes Pull request which needs changes before being merged. label Mar 20, 2024
@naveen1m
Copy link
Contributor Author

@kgryte Made chnages for the requested file please review it!

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. Thanks, @naveen1m!

@kgryte kgryte removed the Needs Changes Pull request which needs changes before being merged. label Mar 21, 2024
@kgryte kgryte merged commit 0d2528e into stdlib-js:develop Mar 21, 2024
8 checks passed
@naveen1m
Copy link
Contributor Author

Thanks for the review and merge, @kgryte!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
BLAS Issue or pull request related to Basic Linear Algebra Subprograms (BLAS). C Issue involves or relates to C. Enhancement Issue or pull request for enhancing existing functionality. Native Addons Issue involves or relates to Node.js native add-ons.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[RFC]: refactor blas/ext/base/dapx to follow current project conventions
3 participants