From 5219be9ead38df3baf0040327cdf3bf78eac5684 Mon Sep 17 00:00:00 2001 From: stdlib-bot Date: Tue, 14 Jan 2025 23:34:10 +0000 Subject: [PATCH] Auto-generated commit --- CHANGELOG.md | 3 ++- CONTRIBUTORS | 1 + docs/repl.txt | 8 ++++---- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 95d6622..60d4c77 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@
-## Unreleased (2025-01-08) +## Unreleased (2025-01-14)
@@ -32,6 +32,7 @@
+- [`b00d9f1`](https://github.com/stdlib-js/stdlib/commit/b00d9f1064701187f48a05b9753e74ae835b0726) - **docs:** fix typing error in `repl.txt` of `stats/base/*` [(#4750)](https://github.com/stdlib-js/stdlib/pull/4750) _(by Aayush Khanna)_ - [`7e63aad`](https://github.com/stdlib-js/stdlib/commit/7e63aad8c0b42330b0933973bddea8d1c5e84862) - **fix:** wrap function calls in `API_SUFFIX` in native addons [(#4646)](https://github.com/stdlib-js/stdlib/pull/4646) _(by Aayush Khanna)_ - [`5394150`](https://github.com/stdlib-js/stdlib/commit/5394150aec15c67f3dcf6332fdd3ccbde56f647f) - **feat:** add C ndarray interface and refactor implementation for `stats/base/dmskmin` [(#4371)](https://github.com/stdlib-js/stdlib/pull/4371) _(by Aayush Khanna, stdlib-bot)_ - [`62364f6`](https://github.com/stdlib-js/stdlib/commit/62364f62ea823a3b52c2ad25660ecd80c71f8f36) - **style:** fix C comment alignment _(by Philipp Burckhardt)_ diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 440aba1..92d7552 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -50,6 +50,7 @@ Joey Reed Jordan Gallivan <115050475+Jordan-Gallivan@users.noreply.github.com> Joris Labie Justin Dennison +Karan Anand <119553199+anandkaranubc@users.noreply.github.com> Karthik Prakash <116057817+skoriop@users.noreply.github.com> Kohantika Nath <145763549+kohantikanath@users.noreply.github.com> Krishnendu Das <86651039+itskdhere@users.noreply.github.com> diff --git a/docs/repl.txt b/docs/repl.txt index 573087e..f55894e 100644 --- a/docs/repl.txt +++ b/docs/repl.txt @@ -26,13 +26,13 @@ Input array. strideX: integer - Stride Length for `x`. + Stride length for `x`. mask: Uint8Array Mask array. strideMask: integer - Stride Length for `mask`. + Stride length for `mask`. Returns ------- @@ -79,7 +79,7 @@ Input array. strideX: integer - Stride Length for `x`. + Stride length for `x`. offsetX: integer Starting index for `x`. @@ -88,7 +88,7 @@ Mask array. strideMask: integer - Stride Length for `mask`. + Stride length for `mask`. offsetMask: integer Starting index for `mask`.