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 Aug 1, 2024
1 parent 0e0fc5e commit 5afaa16
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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-07-31)
## Unreleased (2024-08-01)

<section class="packages">

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

<details>

- [`dab89ca`](https://github.com/stdlib-js/stdlib/commit/dab89ca7cb89b404eef61ae48cfb84afec543222) - **style:** remove backticks _(by Athan Reines)_
- [`22c4d29`](https://github.com/stdlib-js/stdlib/commit/22c4d29898e2b5bb4cb071a6b7f62536027eaf28) - **docs:** remove blank line _(by Athan Reines)_
- [`4e6b2eb`](https://github.com/stdlib-js/stdlib/commit/4e6b2eb39e01d193302cd93ebf93dd2f42c71291) - **fix:** update type for indices _(by Athan Reines)_
- [`c57d1d8`](https://github.com/stdlib-js/stdlib/commit/c57d1d880a32cfaff0c57744c81ef641640cddef) - **fix:** return subscripts from perspective of ndarray view, not buffer _(by Athan Reines)_
Expand Down
2 changes: 1 addition & 1 deletion base/unary/docs/repl.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Applies a unary callback to elements in an input ndarray and assigns results
to elements in an output ndarray.

Each provided "ndarray" should be an `object` with the following properties:
Each provided "ndarray" should be an object with the following properties:

- dtype: data type.
- data: data buffer.
Expand Down

0 comments on commit 5afaa16

Please sign in to comment.