-
-
Notifications
You must be signed in to change notification settings - Fork 805
feat!: migrate add stats/base/dmeanli
to stats/strided/dmeanli
#4835
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
feat!: migrate add stats/base/dmeanli
to stats/strided/dmeanli
#4835
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: passed - task: lint_repl_help status: passed - task: lint_javascript_src status: passed - task: lint_javascript_cli status: na - task: lint_javascript_examples status: passed - 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: passed - task: lint_typescript_tests status: passed - task: lint_license_headers status: passed ---
Coverage Report
The above coverage report was generated for the changes in this PR. |
@saurabhraghuvanshii Thanks for trying your hand at this; however, as mentioned on #4797, we expect an explicit series of commits. Combining actions into a single commit is not what we are wanting, and, as such, this PR cannot be merged as is. I suggest finding and working on other tasks. |
@kgryte I will try again with series of commits |
@saurabhraghuvanshii I think it may be better to focus on other tasks. This migration requires various knowledge about the project and which packages are ready to move (not all stats/base packages are!) which only maintainers atm have insight into. |
@kgryte ok sir , thanks for support |
Resolves #4797.
Description
This pull request:
stats/base/dmeanli
tostats/strided/dmeanli
Related Issues
This pull request:
stats/base/*
tostats/strided/*
#4797Questions
No.
Other
No.
Checklist
@stdlib-js/reviewers