-
-
Notifications
You must be signed in to change notification settings - Fork 806
refactor: update blas/ext/base/sfill
to follow current projects conventions
#1809
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
Conversation
blas/ext/base/sfill
to follow current projects conventions
…ntions Updated the package to follow current projects conventions Fixes stdlib-js#1527
@AgPriyanshu18 Would you mind checking the box in the OP that you've read the contributing guidelines? We require this as an acknowledgment of licensing terms and attribution. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Minor changes requested. Please avoid updating copyright year. Thanks @AgPriyanshu18 !
lib/node_modules/@stdlib/blas/ext/base/sfill/benchmark/benchmark.js
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/blas/ext/base/sfill/benchmark/benchmark.native.js
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/blas/ext/base/sfill/benchmark/benchmark.ndarray.js
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/blas/ext/base/sfill/benchmark/c/Makefile
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/blas/ext/base/sfill/benchmark/c/benchmark.length.c
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/blas/ext/base/sfill/docs/types/index.d.ts
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/blas/ext/base/sfill/docs/types/test.ts
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/blas/ext/base/sfill/examples/c/Makefile
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/blas/ext/base/sfill/examples/c/example.c
Outdated
Show resolved
Hide resolved
Co-authored-by: Pranav <[email protected]> Signed-off-by: Athan <[email protected]>
Signed-off-by: Athan <[email protected]>
lib/node_modules/@stdlib/blas/ext/base/sfill/include/stdlib/blas/ext/base/sfill.h
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/blas/ext/base/sfill/lib/ndarray.native.js
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/blas/ext/base/sfill/lib/sfill.native.js
Outdated
Show resolved
Hide resolved
Signed-off-by: Athan <[email protected]>
lib/node_modules/@stdlib/blas/ext/base/sfill/test/test.ndarray.js
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/blas/ext/base/sfill/test/test.ndarray.native.js
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/blas/ext/base/sfill/test/test.sfill.js
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/blas/ext/base/sfill/test/test.sfill.native.js
Outdated
Show resolved
Hide resolved
Signed-off-by: Athan <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've gone through and undone all the copyright year changes. This PR still needs further updates. Namely, the addon.c
file needs to be updated and the manifest.json
file needs to be updated.
Signed-off-by: Athan <[email protected]>
Resolves #1527.
Description
This pull request:
blas/ext/base/sfill
to follow current projects conventionRelated Issues
This pull request:
blas/ext/base/sfill
to follow current project conventions #1527Questions
No.
Other
No.
Checklist
@stdlib-js/reviewers