Skip to content

Conversation

aayush0325
Copy link
Member

Towards #4797

Description

What is the purpose of this pull request?

This pull request:

  • test PR for the bash script i wrote to automate package migration

Related Issues

Does this pull request have any related issues?

This pull request:

Questions

Any questions for reviewers of this pull request?

No.

Other

Any other information relevant to this pull request? This may include screenshots, references, and/or implementation notes.

No.

Checklist

Please ensure the following tasks are completed before submitting this pull request.


@stdlib-js/reviewers

This commit removes the `dnanmin` symbol from the `@stdlib/stats/base` namespace due to a package migration.

BREAKING CHANGE: remove `stats/base/dnanmin`

To migrate, users should access the same symbol via the `@stdlib/stats/strided/dnanmin` namespace.
This commit removes `@stdlib/stats/base/dnanmin` in favor of `@stdlib/stats/strided/dnanmin`.

BREAKING CHANGE: remove `stats/base/dnanmin`

To migrate, users should update their require/import paths to use
`@stdlib/stats/strided/dnanmin`, which provides the same API and implementation.

Ref: stdlib-js#4797
@stdlib-bot stdlib-bot added the Needs Review A pull request which needs code review. label Mar 22, 2025
@aayush0325
Copy link
Member Author

the linting is failing because of an editorconfig error in one of the READMEs but looks good to me. closing this as we'd need to make the commits again to fix the linting error

@aayush0325 aayush0325 closed this Mar 22, 2025
@stdlib-bot stdlib-bot removed the Needs Review A pull request which needs code review. label Mar 22, 2025
@stdlib-bot
Copy link
Contributor

Coverage Report

Package Statements Branches Functions Lines
namespace $\color{green}95/95$
$\color{green}+100.00\%$
$\color{green}4/4$
$\color{green}+100.00\%$
$\color{green}1/1$
$\color{green}+100.00\%$
$\color{green}95/95$
$\color{green}+100.00\%$
stats/base $\color{green}1905/1905$
$\color{green}+100.00\%$
$\color{green}1/1$
$\color{green}+100.00\%$
$\color{green}0/0$
$\color{green}+100.00\%$
$\color{green}1905/1905$
$\color{green}+100.00\%$
stats/base/dmskmin $\color{green}411/411$
$\color{green}+100.00\%$
$\color{green}31/31$
$\color{green}+100.00\%$
$\color{green}4/4$
$\color{green}+100.00\%$
$\color{green}411/411$
$\color{green}+100.00\%$
stats/base/dnanminabs $\color{green}381/381$
$\color{green}+100.00\%$
$\color{green}29/29$
$\color{green}+100.00\%$
$\color{green}4/4$
$\color{green}+100.00\%$
$\color{green}381/381$
$\color{green}+100.00\%$
stats/base/dnanmskmin $\color{green}470/470$
$\color{green}+100.00\%$
$\color{green}57/57$
$\color{green}+100.00\%$
$\color{green}4/4$
$\color{green}+100.00\%$
$\color{green}470/470$
$\color{green}+100.00\%$
stats/base/dnanrange $\color{green}386/386$
$\color{green}+100.00\%$
$\color{green}33/33$
$\color{green}+100.00\%$
$\color{green}4/4$
$\color{green}+100.00\%$
$\color{green}386/386$
$\color{green}+100.00\%$
stats/base $\color{green}1905/1905$
$\color{green}+100.00\%$
$\color{green}1/1$
$\color{green}+100.00\%$
$\color{green}0/0$
$\color{green}+100.00\%$
$\color{green}1905/1905$
$\color{green}+100.00\%$
stats/base/nanmin-by $\color{green}286/286$
$\color{green}+100.00\%$
$\color{green}51/51$
$\color{green}+100.00\%$
$\color{green}2/2$
$\color{green}+100.00\%$
$\color{green}286/286$
$\color{green}+100.00\%$
stats/base/nanmin $\color{green}267/267$
$\color{green}+100.00\%$
$\color{green}45/45$
$\color{green}+100.00\%$
$\color{green}2/2$
$\color{green}+100.00\%$
$\color{green}267/267$
$\color{green}+100.00\%$
stats/base/snanmin $\color{green}380/380$
$\color{green}+100.00\%$
$\color{green}31/31$
$\color{green}+100.00\%$
$\color{green}4/4$
$\color{green}+100.00\%$
$\color{green}380/380$
$\color{green}+100.00\%$
stats/strided/dmin $\color{green}369/369$
$\color{green}+100.00\%$
$\color{green}25/25$
$\color{green}+100.00\%$
$\color{green}4/4$
$\color{green}+100.00\%$
$\color{green}369/369$
$\color{green}+100.00\%$
stats/strided/dnanmax $\color{green}380/380$
$\color{green}+100.00\%$
$\color{green}31/31$
$\color{green}+100.00\%$
$\color{green}4/4$
$\color{green}+100.00\%$
$\color{green}380/380$
$\color{green}+100.00\%$
stats/strided/dnanmin $\color{green}381/381$
$\color{green}+100.00\%$
$\color{green}31/31$
$\color{green}+100.00\%$
$\color{green}4/4$
$\color{green}+100.00\%$
$\color{green}381/381$
$\color{green}+100.00\%$

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

@aayush0325 aayush0325 deleted the BASHSCRIPT branch March 22, 2025 19:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants