From 5afaa169747d575d076ab40369d4fb12e6da5626 Mon Sep 17 00:00:00 2001 From: stdlib-bot Date: Thu, 1 Aug 2024 02:23:38 +0000 Subject: [PATCH] Auto-generated commit --- CHANGELOG.md | 3 ++- base/unary/docs/repl.txt | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bd824b7d..99bd618d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@
-## Unreleased (2024-07-31) +## Unreleased (2024-08-01)
@@ -816,6 +816,7 @@ A total of 4 people contributed to this release. Thank you to the following cont
+- [`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)_ diff --git a/base/unary/docs/repl.txt b/base/unary/docs/repl.txt index 5a9a89c2..abda8b13 100644 --- a/base/unary/docs/repl.txt +++ b/base/unary/docs/repl.txt @@ -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.