-
-
Notifications
You must be signed in to change notification settings - Fork 823
feat: add C ndarray interface and refactor implementation for stats/base/dnanmeanors
#4248
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
…`math/base/special/trunc` PR-URL: stdlib-js#3941 Co-authored-by: Athan Reines <[email protected]> Reviewed-by: Athan Reines <[email protected]> Reviewed-by: Philipp Burckhardt <[email protected]> Signed-off-by: Athan Reines <[email protected]> Signed-off-by: Gunj Joshi <[email protected]> --- type: pre_push_report description: Results of running various checks prior to pushing changes. report: - task: run_javascript_examples status: na - task: run_c_examples status: na - task: run_cpp_examples status: na - task: run_javascript_readme_examples status: na - task: run_c_benchmarks status: na - task: run_cpp_benchmarks status: na - task: run_fortran_benchmarks status: na - task: run_javascript_benchmarks status: na - task: run_julia_benchmarks status: na - task: run_python_benchmarks status: na - task: run_r_benchmarks status: na - task: run_javascript_tests status: na ---
f2c4bcc
to
b06689b
Compare
Signed-off-by: Neeraj Pathak <[email protected]>
Coverage Report
The above coverage report was generated for the changes in this PR. |
/stdlib update-copyright-years |
lib/node_modules/@stdlib/stats/base/dnanmeanors/benchmark/benchmark.js
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/stats/base/dnanmeanors/benchmark/benchmark.native.js
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/stats/base/dnanmeanors/benchmark/benchmark.ndarray.js
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/stats/base/dnanmeanors/benchmark/benchmark.ndarray.native.js
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 an initial round of comments.
@Neerajpathak07 sorry for the confusion from my side, you should use |
lib/node_modules/@stdlib/stats/base/dnanmeanors/benchmark/benchmark.js
Outdated
Show resolved
Hide resolved
@aayush0325 @kgryte Should this be good to go and if there are any changes remaining do let me know!! |
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.
thank you!
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.
LGTM
…base/dnanmeanors` PR-URL: stdlib-js#4248 Co-authored-by: Athan Reines <[email protected]> Reviewed-by: Athan Reines <[email protected]> Reviewed-by: Aayush Khanna <[email protected]> Co-authored-by: stdlib-bot <[email protected]>
…base/dnanmeanors` PR-URL: stdlib-js#4248 Co-authored-by: Athan Reines <[email protected]> Reviewed-by: Athan Reines <[email protected]> Reviewed-by: Aayush Khanna <[email protected]> Co-authored-by: stdlib-bot <[email protected]>
Resolves none
Description
This pull request:
Related Issues
This pull request:
Questions
No.
Other
No.
Checklist
@stdlib-js/reviewers