Skip to content

Commit 0088e72

Browse files
committed
remove: remove stats/tools
This commit removes the entire `@stdlib/stats/tools` namespace and its sub-namespaces. The individual packages have been moved to other namespaces as part of a package migration. BREAKING CHANGE: remove `stats/tools` To migrate, users should perform the following migrations: - `@stdlib/tools/reduce/unary-strided-dispatch` should become `@stdlib/ndarray/base/unary-reduce-strided1d-dispatch` - `@stdlib/tools/reduce/unary-strided-dispatch-factory` should become `@stdlib/ndarray/base/unary-reduce-strided1d-dispatch-factory` - `@stdlib/tools/cumulative/unary-strided-dispatch` should become `@stdlib/ndarray/base/unary-strided1d-dispatch` - `@stdlib/tools/cumulative/unary-strided-dispatch-factory` should become `@stdlib/ndarray/base/unary-strided1d-dispatch-factory` For the `stats/tools`, `stats/tools/reduce`, and `stats/tools/cumulative`, the migration path is to depend on the previously exported symbols directly by importing the exact package needed. --- 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: 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 ---
1 parent a93824b commit 0088e72

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

73 files changed

+0
-8990
lines changed

lib/node_modules/@stdlib/stats/tools/README.md

Lines changed: 0 additions & 105 deletions
This file was deleted.

lib/node_modules/@stdlib/stats/tools/cumulative/README.md

Lines changed: 0 additions & 117 deletions
This file was deleted.

lib/node_modules/@stdlib/stats/tools/cumulative/docs/types/index.d.ts

Lines changed: 0 additions & 49 deletions
This file was deleted.

lib/node_modules/@stdlib/stats/tools/cumulative/docs/types/test.ts

Lines changed: 0 additions & 29 deletions
This file was deleted.

lib/node_modules/@stdlib/stats/tools/cumulative/examples/index.js

Lines changed: 0 additions & 58 deletions
This file was deleted.

0 commit comments

Comments
 (0)