-
-
Notifications
You must be signed in to change notification settings - Fork 908
feat: add C ndarray interface and refactor implementation for stats/base/dmskrange
#4376
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
--- type: pre_commit_static_analysis_report description: Results of running static analysis checks when committing changes. report: - task: lint_filenames status: passed - task: lint_editorconfig status: passed - task: lint_markdown status: passed - task: lint_package_json status: na - task: lint_repl_help status: passed - task: lint_javascript_src status: passed - task: lint_javascript_cli status: na - task: lint_javascript_examples status: na - task: lint_javascript_tests status: passed - task: lint_javascript_benchmarks status: passed - task: lint_python status: na - task: lint_r status: na - task: lint_c_src status: passed - task: lint_c_examples status: passed - task: lint_c_benchmarks status: passed - task: lint_c_tests_fixtures status: na - task: lint_shell status: na - task: lint_typescript_declarations status: na - task: lint_typescript_tests status: na - task: lint_license_headers status: passed ---
same comment regarding line length exceeding in |
Coverage Report
The above coverage report was generated for the changes in this PR. |
lib/node_modules/@stdlib/stats/base/dmskrange/lib/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.
Given the copy-paste errors in the README, may be worth taking another look at this PR before further review.
yes, taking care of this here and in other open PRs |
i think everything else should be okay for now here, the javascript benchmarks need to be looked at to ensure if i've taken the correct approach to avoid using manual for loops and using stdlib dependencies instead. im getting this linting error in the tests Linting file: lib/node_modules/@stdlib/stats/base/dmskrange/README.md
lib/node_modules/@stdlib/stats/base/dmskrange/README.md
215:1-215:96 error Use headings shorter than `80` maximum-heading-length remark-lint how can i resolve this? @kgryte. i'll make similar changes to the other open PRs once this one gets approved |
i found this after looking around a bit, this disables the max heading lint for the whole file though. not sure if i should use this |
@aayush0325 Yes, that is fine. |
i've updated the benchmarks, although still not able to fix the linting error, need some help there @kgryte. |
i think by making use of |
just this error left to resolve now Linting file: lib/node_modules/@stdlib/stats/base/dmskrange/README.md
lib/node_modules/@stdlib/stats/base/dmskrange/README.md
215:1-215:96 error Use headings shorter than `80` maximum-heading-length remark-lint |
@aayush0325 Did |
tried it, wasnt able to commit |
Also, it should be |
ah lemme try this |
--- type: pre_commit_static_analysis_report description: Results of running static analysis checks when committing changes. report: - task: lint_filenames status: passed - task: lint_editorconfig status: passed - task: lint_markdown status: passed - task: lint_package_json status: na - task: lint_repl_help status: na - task: lint_javascript_src status: na - task: lint_javascript_cli status: na - task: lint_javascript_examples status: na - task: lint_javascript_tests status: na - task: lint_javascript_benchmarks status: na - task: lint_python status: na - task: lint_r status: na - task: lint_c_src status: na - task: lint_c_examples status: na - task: lint_c_benchmarks status: na - task: lint_c_tests_fixtures status: na - task: lint_shell status: na - task: lint_typescript_declarations status: na - task: lint_typescript_tests status: na - task: lint_license_headers status: passed ---
works @kgryte, pushed |
do we need anything else @kgryte? |
/stdlib update-copyright-years |
Signed-off-by: Athan <[email protected]>
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. Thanks for working on this, @aayush0325!
…base/dmskrange` PR-URL: stdlib-js#4376 Co-authored-by: Athan Reines <[email protected]> Reviewed-by: Athan Reines <[email protected]> Co-authored-by: stdlib-bot <[email protected]>
…base/dmskrange` PR-URL: stdlib-js#4376 Co-authored-by: Athan Reines <[email protected]> Reviewed-by: Athan Reines <[email protected]> Co-authored-by: stdlib-bot <[email protected]>
Resolves None
Description
This pull request:
stats/base/dmskrange
Related Issues
This pull request:
Questions
No.
Other
No.
Checklist
@stdlib-js/reviewers