From 53a07d4cd28bcb5dbb523629ce10c3fe4e2fac3e Mon Sep 17 00:00:00 2001 From: stdlib-bot Date: Thu, 12 Dec 2024 03:08:30 +0000 Subject: [PATCH] Auto-generated commit --- CHANGELOG.md | 3 ++- iter/interleave-subarrays/README.md | 11 +++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f3fc9c33..617c8ff7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@
-## Unreleased (2024-12-11) +## Unreleased (2024-12-12)
@@ -180,6 +180,7 @@ A total of 1 person contributed to this release. Thank you to this contributor:
+- [`cf7d38a`](https://github.com/stdlib-js/stdlib/commit/cf7d38ae3e7bce92cf47778f7b1c3da731121d77) - **docs:** update related packages sections [(#3527)](https://github.com/stdlib-js/stdlib/pull/3527) _(by stdlib-bot)_ - [`bf5643f`](https://github.com/stdlib-js/stdlib/commit/bf5643fb1a3f32a60903d8e210f71571e609119f) - **docs:** update related packages sections [(#3404)](https://github.com/stdlib-js/stdlib/pull/3404) _(by stdlib-bot)_ - [`a80835b`](https://github.com/stdlib-js/stdlib/commit/a80835b8f9959a15751adfce5572bb2b29cfeeed) - **refactor:** declare parameters and pointer as const _(by Philipp Burckhardt)_ - [`6c020d3`](https://github.com/stdlib-js/stdlib/commit/6c020d33665c4aec232196fd86214b296ddc7d36) - **chore:** use relative paths to load package.json file _(by Philipp Burckhardt)_ diff --git a/iter/interleave-subarrays/README.md b/iter/interleave-subarrays/README.md index 242dc2f9..25ed37a7 100644 --- a/iter/interleave-subarrays/README.md +++ b/iter/interleave-subarrays/README.md @@ -146,6 +146,13 @@ while ( true ) { @@ -162,6 +169,10 @@ while ( true ) { +[@stdlib/ndarray/iter/subarrays]: https://github.com/stdlib-js/ndarray/tree/main/iter/subarrays + +[@stdlib/ndarray/slice]: https://github.com/stdlib-js/ndarray/tree/main/slice +