Skip to content

Conversation

stdlib-bot
Copy link
Contributor

@stdlib-bot stdlib-bot commented Feb 9, 2025

This PR

  • updates namespace TypeScript declarations

Reviewer Checklist

  • Check the scope of the changes (following Conventional Commits):
    • Are these new APIs? Then this is a feat.
    • Are these changes to existing APIs that could break compatibility? Then this is a feat! (i.e., a breaking change).
    • Are these only documentation changes to existing APIs? Then this is docs.
  • Update the PR title to align with the change type (feat, feat!, or docs).
  • Approve the PR once you are confident about the classification and changes made.

Signed-off-by: stdlib-bot <82920195+stdlib-bot@users.noreply.github.com>
@stdlib-bot stdlib-bot added automated-pr Automated pull request (e.g., from a bot). Documentation Improvements, additions, or changes to documentation. labels Feb 9, 2025
@stdlib-bot stdlib-bot requested a review from a team February 9, 2025 02:29
@stdlib-bot
Copy link
Contributor Author

Coverage Report

Package Statements Branches Functions Lines
blas/base $\color{green}789/789$
$\color{green}+100.00\%$
$\color{green}1/1$
$\color{green}+100.00\%$
$\color{green}0/0$
$\color{green}+100.00\%$
$\color{green}789/789$
$\color{green}+100.00\%$
blas/ext/base $\color{green}1068/1068$
$\color{green}+100.00\%$
$\color{green}1/1$
$\color{green}+100.00\%$
$\color{green}0/0$
$\color{green}+100.00\%$
$\color{green}1068/1068$
$\color{green}+100.00\%$
math/base/ops $\color{green}231/231$
$\color{green}+100.00\%$
$\color{green}1/1$
$\color{green}+100.00\%$
$\color{green}0/0$
$\color{green}+100.00\%$
$\color{green}231/231$
$\color{green}+100.00\%$
stats/base $\color{green}1968/1968$
$\color{green}+100.00\%$
$\color{green}1/1$
$\color{green}+100.00\%$
$\color{green}0/0$
$\color{green}+100.00\%$
$\color{green}1968/1968$
$\color{green}+100.00\%$

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

@kgryte kgryte changed the title feat: update namespace TypeScript declarations feat!: update namespace TypeScript declarations Feb 9, 2025
@kgryte kgryte merged commit d66db3f into develop Feb 9, 2025
47 checks passed
@kgryte kgryte deleted the update-namespace-declarations branch February 9, 2025 08:21
saurabhraghuvanshii pushed a commit to saurabhraghuvanshii/stdlib-gs that referenced this pull request Feb 11, 2025
This commit removes `add`, `add3`, and `add4` symbols from `math/base/ops`. Those symbols have moved to `number/float64/base`.

BREAKING CHANGE: remove `add`, `add3`, and `add4`

To migrate, users should access those symbols in the `number/float64/base` namespace.

PR-URL: stdlib-js#5130
Reviewed-by: Athan Reines <kgryte@gmail.com>
ShabiShett07 pushed a commit to ShabiShett07/stdlib that referenced this pull request Feb 26, 2025
This commit removes `add`, `add3`, and `add4` symbols from `math/base/ops`. Those symbols have moved to `number/float64/base`.

BREAKING CHANGE: remove `add`, `add3`, and `add4`

To migrate, users should access those symbols in the `number/float64/base` namespace.

PR-URL: stdlib-js#5130
Reviewed-by: Athan Reines <kgryte@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automated-pr Automated pull request (e.g., from a bot). Documentation Improvements, additions, or changes to documentation.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants