Skip to content

Commit

Permalink
Auto-generated commit
Browse files Browse the repository at this point in the history
  • Loading branch information
stdlib-bot committed Feb 25, 2025
1 parent 710f5c9 commit 8d43089
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 7 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<section class="release" id="unreleased">

## Unreleased (2025-02-24)
## Unreleased (2025-02-25)

<section class="packages">

Expand Down Expand Up @@ -269,6 +269,7 @@ A total of 4 people contributed to this release. Thank you to the following cont

<details>

- [`58973b7`](/~https://github.com/stdlib-js/stdlib/commit/58973b73eae4c50f073804658041bf3d5a4a97a4) - **docs:** update REPL namespace documentation [(#5437)](/~https://github.com/stdlib-js/stdlib/pull/5437) _(by stdlib-bot)_
- [`1eac550`](/~https://github.com/stdlib-js/stdlib/commit/1eac550d7e113582faa355fe13dfbb24e02d9238) - **refactor:** update paths _(by Gururaj Gurram)_
- [`29a7783`](/~https://github.com/stdlib-js/stdlib/commit/29a77831faaa86ca3512d0a1248e06a5f3653e7c) - **docs:** update REPL namespace documentation [(#5386)](/~https://github.com/stdlib-js/stdlib/pull/5386) _(by stdlib-bot)_
- [`adbcf39`](/~https://github.com/stdlib-js/stdlib/commit/adbcf39b36d49a9c2876bdc2848e9dac842cf90f) - **refactor:** update paths _(by Gururaj Gurram)_
Expand Down
1 change: 1 addition & 0 deletions CONTRIBUTORS
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ Yaswanth Kosuru <116426380+yaswanthkosuru@users.noreply.github.com>
Yernar Yergaziyev <yernar.yergaziyev@erg.kz>
Yuvi Mittal <128018763+yuvi-mittal@users.noreply.github.com>
ekambains <bainsinbusiness@gmail.com>
fadiothman22 <48636283+fadiothman22@users.noreply.github.com>
olenkabilonizhka <62379231+olenkabilonizhka@users.noreply.github.com>
pranav-1720 <123018993+pranav-1720@users.noreply.github.com>
rainn <88160429+AmCodesLame@users.noreply.github.com>
Expand Down
2 changes: 1 addition & 1 deletion alias2standalone/data/data.csv
Original file line number Diff line number Diff line change
Expand Up @@ -884,7 +884,7 @@ base.minmaxn,"@stdlib/math-base-special-minmaxn"
base.minn,"@stdlib/math-base-special-minn"
base.modf,"@stdlib/math-base-special-modf"
base.mul,"@stdlib/number-float64-base-mul"
base.mulf,"@stdlib/math-base-ops-mulf"
base.mulf,"@stdlib/number-float32-base-mul"
base.ndarray,"@stdlib/ndarray-base-ctor"
base.ndarrayUnary,"@stdlib/ndarray-base-unary"
base.ndzeros,"@stdlib/ndarray-base-zeros"
Expand Down
2 changes: 1 addition & 1 deletion alias2standalone/data/data.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion pkg2standalone/data/data.csv
Original file line number Diff line number Diff line change
Expand Up @@ -884,7 +884,7 @@
"@stdlib/math/base/special/minn","@stdlib/math-base-special-minn"
"@stdlib/math/base/special/modf","@stdlib/math-base-special-modf"
"@stdlib/number/float64/base/mul","@stdlib/number-float64-base-mul"
"@stdlib/number/float32/base/mul","@stdlib/math-base-ops-mulf"
"@stdlib/number/float32/base/mul","@stdlib/number-float32-base-mul"
"@stdlib/ndarray/base/ctor","@stdlib/ndarray-base-ctor"
"@stdlib/ndarray/base/unary","@stdlib/ndarray-base-unary"
"@stdlib/ndarray/base/zeros","@stdlib/ndarray-base-zeros"
Expand Down
2 changes: 1 addition & 1 deletion pkg2standalone/data/data.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion standalone2pkg/data/data.csv
Original file line number Diff line number Diff line change
Expand Up @@ -884,7 +884,7 @@
"@stdlib/math-base-special-minn","@stdlib/math/base/special/minn"
"@stdlib/math-base-special-modf","@stdlib/math/base/special/modf"
"@stdlib/number-float64-base-mul","@stdlib/number/float64/base/mul"
"@stdlib/math-base-ops-mulf","@stdlib/number/float32/base/mul"
"@stdlib/number-float32-base-mul","@stdlib/number/float32/base/mul"
"@stdlib/ndarray-base-ctor","@stdlib/ndarray/base/ctor"
"@stdlib/ndarray-base-unary","@stdlib/ndarray/base/unary"
"@stdlib/ndarray-base-zeros","@stdlib/ndarray/base/zeros"
Expand Down
2 changes: 1 addition & 1 deletion standalone2pkg/data/data.json

Large diffs are not rendered by default.

0 comments on commit 8d43089

Please sign in to comment.