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 Jan 2, 2025
1 parent 86609cd commit fe18bd8
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 8 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 (2024-12-30)
## Unreleased (2025-01-02)

<section class="features">

Expand Down Expand Up @@ -34,6 +34,7 @@

<details>

- [`8dfa851`](https://github.com/stdlib-js/stdlib/commit/8dfa8515051fc7dde731cd8373b17377c7f015b8) - **docs:** update REPL namespace documentation [(#4447)](https://github.com/stdlib-js/stdlib/pull/4447) _(by stdlib-bot)_
- [`109c303`](https://github.com/stdlib-js/stdlib/commit/109c3034461f70d36339206cf05237230aba0902) - **docs:** update REPL namespace documentation [(#4364)](https://github.com/stdlib-js/stdlib/pull/4364) _(by stdlib-bot)_
- [`7d8aba0`](https://github.com/stdlib-js/stdlib/commit/7d8aba04d7513814f09d725b81c0f953ad4c3b7f) - **feat:** add ndarray APIs and float32 constants to namespace _(by Athan Reines)_
- [`800e80b`](https://github.com/stdlib-js/stdlib/commit/800e80b8550012d379d57c8ac7e14909a96cbc60) - **docs:** update REPL namespace documentation [(#4336)](https://github.com/stdlib-js/stdlib/pull/4336) _(by stdlib-bot, Philipp Burckhardt)_
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ For more information on the project, filing bug reports and feature requests, an

## Copyright

Copyright &copy; 2016-2024. The Stdlib [Authors][stdlib-authors].
Copyright &copy; 2016-2025. The Stdlib [Authors][stdlib-authors].

</section>

Expand Down
4 changes: 2 additions & 2 deletions data/data.csv
Original file line number Diff line number Diff line change
Expand Up @@ -1951,8 +1951,8 @@ base.strided.dsortsh,"base.strided.dsortsh( N, order, x, stride )"
base.strided.dsortsh.ndarray,"base.strided.dsortsh.ndarray( N, order, x, stride, offset )"
base.strided.dsqrt,"base.strided.dsqrt( N, x, strideX, y, strideY )"
base.strided.dsqrt.ndarray,"base.strided.dsqrt.ndarray( N, x, strideX, offsetX, y, strideY, offsetY )"
base.strided.dssum,"base.strided.dssum( N, x, stride )"
base.strided.dssum.ndarray,"base.strided.dssum.ndarray( N, x, stride, offset )"
base.strided.dssum,"base.strided.dssum( N, x, strideX )"
base.strided.dssum.ndarray,"base.strided.dssum.ndarray( N, x, strideX, offsetX )"
base.strided.dssumors,"base.strided.dssumors( N, x, strideX )"
base.strided.dssumors.ndarray,"base.strided.dssumors.ndarray( N, x, strideX, offsetX )"
base.strided.dssumpw,"base.strided.dssumpw( N, x, strideX )"
Expand Down
2 changes: 1 addition & 1 deletion data/data.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/index.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/index.js.map

Large diffs are not rendered by default.

0 comments on commit fe18bd8

Please sign in to comment.