Skip to content

feat: add stats/array/nanmidrange-by#10273

Merged
Planeshifter merged 6 commits intostdlib-js:developfrom
Om-A-osc:feat/stats-array-nanmidrange-by
Feb 15, 2026
Merged

feat: add stats/array/nanmidrange-by#10273
Planeshifter merged 6 commits intostdlib-js:developfrom
Om-A-osc:feat/stats-array-nanmidrange-by

Conversation

@Om-A-osc
Copy link
Contributor


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

Description

This pull request adds the stats/array/nanmidrange-by .

Related Issues

None.

Questions

None.

Other

No additional information.

Checklist

AI Assistance

  • No

@stdlib-js/reviewers

---
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
---
@stdlib-bot stdlib-bot added Statistics Issue or pull request related to statistical functionality. Needs Review A pull request which needs code review. labels Feb 14, 2026
@stdlib-bot
Copy link
Contributor

stdlib-bot commented Feb 14, 2026

Coverage Report

Package Statements Branches Functions Lines
stats/array/nanmidrange-by $\color{green}124/124$
$\color{green}+0.00%$
$\color{green}8/8$
$\color{green}+0.00%$
$\color{green}2/2$
$\color{green}+0.00%$
$\color{green}124/124$
$\color{green}+0.00%$

The above coverage report was generated for the changes in this PR.

Signed-off-by: Sachin Pangal <151670745+Sachinn-64@users.noreply.github.com>
@Sachinn-64 Sachinn-64 added Needs Changes Pull request which needs changes before being merged. and removed Needs Review A pull request which needs code review. labels Feb 14, 2026
---
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: na
  - task: lint_javascript_cli
    status: na
  - task: lint_javascript_examples
    status: passed
  - task: lint_javascript_tests
    status: na
  - 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: na
  - task: lint_license_headers
    status: passed
---
@Om-A-osc
Copy link
Contributor Author

@Sachinn-64 Thanks for a speedy review. Did the requested changes. Is this ready to be merged ?

@Om-A-osc Om-A-osc requested a review from Sachinn-64 February 14, 2026 16:10
@stdlib-bot stdlib-bot added the Needs Review A pull request which needs code review. label Feb 14, 2026
Signed-off-by: Sachin Pangal <151670745+Sachinn-64@users.noreply.github.com>
@Sachinn-64
Copy link
Member

@Om-A-osc A few changes are still remaining. After those are addressed, the PR looks good.

---
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: na
  - 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: passed
  - 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: passed
  - task: lint_typescript_tests
    status: na
  - task: lint_license_headers
    status: passed
---
@Om-A-osc Om-A-osc requested a review from Sachinn-64 February 15, 2026 05:38
@Om-A-osc
Copy link
Contributor Author

@Sachinn-64 Made the requested changes.

Sachinn-64
Sachinn-64 previously approved these changes Feb 15, 2026
@Sachinn-64 Sachinn-64 removed the Needs Changes Pull request which needs changes before being merged. label Feb 15, 2026
@Om-A-osc
Copy link
Contributor Author

@Planeshifter This looks ready to be merged.

Signed-off-by: Philipp Burckhardt <pburckhardt@outlook.com>
Copy link
Member

@Planeshifter Planeshifter left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you @Om-A-osc and @Sachinn-64!

@Planeshifter Planeshifter added the Ready To Merge A pull request which is ready to be merged. label Feb 15, 2026
@stdlib-bot stdlib-bot removed the Needs Review A pull request which needs code review. label Feb 15, 2026
@stdlib-bot
Copy link
Contributor

PR Commit Message

feat: add `stats/array/nanmidrange-by`

PR-URL: https://github.com/stdlib-js/stdlib/pull/10273

Co-authored-by: Philipp Burckhardt <pburckhardt@outlook.com>
Co-authored-by: Sachin Pangal <151670745+Sachinn-64@users.noreply.github.com>
Reviewed-by: Philipp Burckhardt <pburckhardt@outlook.com>
Signed-off-by: Philipp Burckhardt <pburckhardt@outlook.com>
Signed-off-by: Sachin Pangal <151670745+Sachinn-64@users.noreply.github.com>

Please review the above commit message and make any necessary adjustments.

@Planeshifter Planeshifter merged commit 10b28fd into stdlib-js:develop Feb 15, 2026
31 checks passed
@stdlib-bot stdlib-bot removed the Ready To Merge A pull request which is ready to be merged. label Feb 15, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Statistics Issue or pull request related to statistical functionality.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants