-
-
Notifications
You must be signed in to change notification settings - Fork 869
feat: add C ndarray
interface and refactor implementation for stats/base/dsmeanwd
#4339
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
Coverage Report
The above coverage report was generated for the changes in this PR. |
@Planeshifter I have created a few PR's would really appreciate a review cheers! |
lib/node_modules/@stdlib/stats/base/dsmeanwd/benchmark/c/benchmark.length.c
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/stats/base/dsmeanwd/benchmark/c/benchmark.length.c
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/stats/base/dsmeanwd/benchmark/c/benchmark.length.c
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/stats/base/dsmeanwd/benchmark/c/benchmark.length.c
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/stats/base/dsmeanwd/examples/c/example.c
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/stats/base/dsmeanwd/include/stdlib/stats/base/dsmeanwd.h
Outdated
Show resolved
Hide resolved
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.
Left several comments. This PR needs clean-up before it can move forward.
@kgryte I have made the essential changes to all the PR's related to the similar packages. Do let me know for changes is any! |
@aayush0325 Would you mind taking a look at this PR? |
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.
looking good, only a few minor comments. thanks!!
@aayush0325 |
Made the necessary changes through out other PR's as well! |
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.
left some very minor comments, once resolved this will be good to go
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.
LGTM
…s/base/dsmeanwd` PR-URL: stdlib-js#4339 Reviewed-by: Athan Reines <kgryte@gmail.com> Reviewed-by: Aayush Khanna <aayushiitbhu23@gmail.com>
…s/base/dsmeanwd` PR-URL: stdlib-js#4339 Reviewed-by: Athan Reines <kgryte@gmail.com> Reviewed-by: Aayush Khanna <aayushiitbhu23@gmail.com>
…s/base/dsmeanwd` PR-URL: stdlib-js#4339 Reviewed-by: Athan Reines <kgryte@gmail.com> Reviewed-by: Aayush Khanna <aayushiitbhu23@gmail.com>
…s/base/dsmeanwd` PR-URL: stdlib-js#4339 Reviewed-by: Athan Reines <kgryte@gmail.com> Reviewed-by: Aayush Khanna <aayushiitbhu23@gmail.com>
Resolves none
Description
This pull request:
ndarray
interface forstats/base/dsmeanwd
Related Issues
This pull request:
Questions
No.
Other
No.
Checklist
@stdlib-js/reviewers