Skip to content

Commit

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

BREAKING CHANGE: remove `stats/base/dcumaxabs`

To migrate, users should update their require/import paths to use
`@stdlib/stats/strided/dcumaxabs` 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 21, 2025
1 parent 2360eb3 commit 3bb92d5
Show file tree
Hide file tree
Showing 33 changed files with 0 additions and 4,220 deletions.
337 changes: 0 additions & 337 deletions lib/node_modules/@stdlib/stats/base/dcumaxabs/README.md

This file was deleted.

Loading

0 comments on commit 3bb92d5

Please sign in to comment.