Skip to content

Commit 5afaa16

Browse files
committed
Auto-generated commit
1 parent 0e0fc5e commit 5afaa16

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
55
<section class="release" id="unreleased">
66

7-
## Unreleased (2024-07-31)
7+
## Unreleased (2024-08-01)
88

99
<section class="packages">
1010

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

817817
<details>
818818

819+
- [`dab89ca`](https://github.com/stdlib-js/stdlib/commit/dab89ca7cb89b404eef61ae48cfb84afec543222) - **style:** remove backticks _(by Athan Reines)_
819820
- [`22c4d29`](https://github.com/stdlib-js/stdlib/commit/22c4d29898e2b5bb4cb071a6b7f62536027eaf28) - **docs:** remove blank line _(by Athan Reines)_
820821
- [`4e6b2eb`](https://github.com/stdlib-js/stdlib/commit/4e6b2eb39e01d193302cd93ebf93dd2f42c71291) - **fix:** update type for indices _(by Athan Reines)_
821822
- [`c57d1d8`](https://github.com/stdlib-js/stdlib/commit/c57d1d880a32cfaff0c57744c81ef641640cddef) - **fix:** return subscripts from perspective of ndarray view, not buffer _(by Athan Reines)_

base/unary/docs/repl.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Applies a unary callback to elements in an input ndarray and assigns results
44
to elements in an output ndarray.
55

6-
Each provided "ndarray" should be an `object` with the following properties:
6+
Each provided "ndarray" should be an object with the following properties:
77

88
- dtype: data type.
99
- data: data buffer.

0 commit comments

Comments
 (0)