feat: add stats/base/ndarray/quantile#8624
feat: add stats/base/ndarray/quantile#8624DivyanshuVortex wants to merge 1 commit intostdlib-js:developfrom DivyanshuVortex:feat/quantile
stats/base/ndarray/quantile#8624Conversation
|
Hello! Thank you for your contribution to stdlib. We noticed that the contributing guidelines acknowledgment is missing from your pull request. Here's what you need to do:
This acknowledgment confirms that you've read the guidelines, which include:
We can't review or accept contributions without this acknowledgment. Thank you for your understanding and cooperation. We look forward to reviewing your contribution! |
|
Hello! Thank you for your contribution to stdlib. We noticed that the contributing guidelines acknowledgment is missing from your pull request. Here's what you need to do:
This acknowledgment confirms that you've read the guidelines, which include:
We can't review or accept contributions without this acknowledgment. Thank you for your understanding and cooperation. We look forward to reviewing your contribution! |
Coverage Report
The above coverage report was generated for the changes in this PR. |
|
Hello @kgryte, Apologies for taking your time. I’m encountering the following ESLint error and I’m unsure why it’s happening or how to resolve it: `Oops! Something went wrong! :( ESLint: 8.57.1 TypeError: Cannot read properties of undefined (reading 'body') Could you please clarify what typically causes this issue and what I might be missing in my setup or implementation? Thank you. |
|
@DivyanshuVortex There is a fairly clear reason why lint is failing. Namely, you didn't follow our conventions when writing test files. Take a look at your test file and then compare to every other test file in the project and spot the differences. |
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: 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: passed
task: lint_typescript_tests status: passed
task: lint_license_headers status: passed
Checklist
Resolves: None
Description
This pull request adds a new package:
feat: add stats/base/ndarray/modeProvides an implementation for computing the mode of a one-dimensional
ndarraywith support for arbitrary strides, offsets, and negative strides. Includes documentation, tests, benchmarks, examples, and REPL help.Checklist
Related Issues
None.
Questions
No questions for reviewers.
Other
No additional notes.
AI Assistance
Did you use AI assistance?
No
@stdlib-js/reviewers