From d596e631255583b8cebb29bfaf238423b3038088 Mon Sep 17 00:00:00 2001 From: stdlib-bot Date: Tue, 18 Jun 2024 17:09:10 +0000 Subject: [PATCH] Auto-generated commit --- CHANGELOG.md | 1 + README.md | 3 +++ 2 files changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 53f3990f..4e874cf2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1939,6 +1939,7 @@ A total of 13 people contributed to this release. Thank you to the following con
+- [`95c263b`](https://github.com/stdlib-js/stdlib/commit/95c263b85149d1b663852066e1e2e33d9dc718dd) - **docs:** update namespace table of contents [(#2400)](https://github.com/stdlib-js/stdlib/pull/2400) _(by stdlib-bot, Philipp Burckhardt)_ - [`074cbef`](https://github.com/stdlib-js/stdlib/commit/074cbef3f9d616c37c2be856a949e257481ff2fc) - **docs:** add note concerning broadcasting of nested array elements _(by Athan Reines)_ - [`b079d65`](https://github.com/stdlib-js/stdlib/commit/b079d653226019925581555fdaf9aa927ec69c0e) - **feat:** add support for integer array indexing assignment _(by Athan Reines)_ - [`b834046`](https://github.com/stdlib-js/stdlib/commit/b834046b3c0a54c0eccf7b6abc393402093d0398) - **feat:** add boolean array support _(by Athan Reines)_ diff --git a/README.md b/README.md index 51042c48..72d1372d 100644 --- a/README.md +++ b/README.md @@ -222,6 +222,7 @@ Lastly, the namespace contains various other functions for dealing with arrays, - [`ones( length[, dtype] )`][@stdlib/array/ones]: create an array filled with ones and having a specified length. - [`typedarraypool()`][@stdlib/array/pool]: allocate typed arrays from a typed array memory pool. - [`promotionRules( [dtype1, dtype2] )`][@stdlib/array/promotion-rules]: return the array data type with the smallest size and closest "kind" to which array data types can be **safely** cast. +- [`put( x, indices, values[, options] )`][@stdlib/array/put]: replace specified elements of an array with provided values. - [`typedarrayReviver( key, value )`][@stdlib/array/reviver]: revive a JSON-serialized typed array. - [`safeCasts( [dtype] )`][@stdlib/array/safe-casts]: return a list of array data types to which a provided array data type can be safely cast. - [`sameKindCasts( [dtype] )`][@stdlib/array/same-kind-casts]: return a list of array data types to which a provided array data type can be safely cast or cast within the same "kind". @@ -420,6 +421,8 @@ Copyright © 2016-2024. The Stdlib [Authors][stdlib-authors]. [@stdlib/array/promotion-rules]: https://github.com/stdlib-js/array/tree/main/promotion-rules +[@stdlib/array/put]: https://github.com/stdlib-js/array/tree/main/put + [@stdlib/array/reviver]: https://github.com/stdlib-js/array/tree/main/reviver [@stdlib/array/safe-casts]: https://github.com/stdlib-js/array/tree/main/safe-casts