Skip to content

Commit

Permalink
remove: remove stats/base/dcumax
Browse files Browse the repository at this point in the history
This commit removes `@stdlib/stats/base/dcumax` in favor of
`@stdlib/stats/strided/dcumax`.

BREAKING CHANGE: remove `stats/base/dcumax`

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

Ref: stdlib-js#4797

---
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
---
  • Loading branch information
aayush0325 committed Jan 20, 2025
1 parent cce3767 commit 1c0ac96
Show file tree
Hide file tree
Showing 33 changed files with 0 additions and 4,209 deletions.
332 changes: 0 additions & 332 deletions lib/node_modules/@stdlib/stats/base/dcumax/README.md

This file was deleted.

Loading

0 comments on commit 1c0ac96

Please sign in to comment.