From d4e6efa48e8084e4a1c299951a0170b430b3f18f Mon Sep 17 00:00:00 2001 From: stdlib-bot Date: Sun, 31 Dec 2023 09:17:48 +0000 Subject: [PATCH] Auto-generated commit --- base/README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/base/README.md b/base/README.md index b42624db..bee9a50b 100644 --- a/base/README.md +++ b/base/README.md @@ -51,6 +51,9 @@ The namespace exports the following: - [`accessors( x )`][@stdlib/array/base/accessors]: return element accessors for a provided array-like object. - [`arraylike2object( x )`][@stdlib/array/base/arraylike2object]: convert an array-like object to an object likely to have the same "shape". - [`assert`][@stdlib/array/base/assert]: base array assertion utilities. +- [`bifurcateEntries( x, filter )`][@stdlib/array/base/bifurcate-entries]: split array element entries into two groups. +- [`bifurcateIndices( x, filter )`][@stdlib/array/base/bifurcate-indices]: split array element indices into two groups. +- [`bifurcateValues( x, filter )`][@stdlib/array/base/bifurcate-values]: split array element values into two groups. - [`binary2d( arrays, shape, fcn )`][@stdlib/array/base/binary2d]: apply a binary callback to elements in two two-dimensional nested input arrays and assign results to elements in a two-dimensional nested output array. - [`binary3d( arrays, shape, fcn )`][@stdlib/array/base/binary3d]: apply a binary callback to elements in two three-dimensional nested input arrays and assign results to elements in a three-dimensional nested output array. - [`binary4d( arrays, shape, fcn )`][@stdlib/array/base/binary4d]: apply a binary callback to elements in two four-dimensional nested input arrays and assign results to elements in a four-dimensional nested output array. @@ -224,6 +227,12 @@ console.log( objectKeys( ns ) ); [@stdlib/array/base/assert]: https://github.com/stdlib-js/array/tree/main/base/assert +[@stdlib/array/base/bifurcate-entries]: https://github.com/stdlib-js/array/tree/main/base/bifurcate-entries + +[@stdlib/array/base/bifurcate-indices]: https://github.com/stdlib-js/array/tree/main/base/bifurcate-indices + +[@stdlib/array/base/bifurcate-values]: https://github.com/stdlib-js/array/tree/main/base/bifurcate-values + [@stdlib/array/base/binary2d]: https://github.com/stdlib-js/array/tree/main/base/binary2d [@stdlib/array/base/binary3d]: https://github.com/stdlib-js/array/tree/main/base/binary3d