File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -507,6 +507,7 @@ A total of 3 people contributed to this release. Thank you to the following cont
507
507
508
508
<details >
509
509
510
+ - [ ` d71c3a9 ` ] ( https://github.com/stdlib-js/stdlib/commit/d71c3a91bd81b7dff1a24b151ef429c427e5875b ) - ** docs:** update namespace TypeScript declarations [ (#2584 )] ( https://github.com/stdlib-js/stdlib/pull/2584 ) _ (by stdlib-bot, Athan Reines)_
510
511
- [ ` 979cf48 ` ] ( https://github.com/stdlib-js/stdlib/commit/979cf4883141c4c5545860ac59ae056b2ecd3e43 ) - ** feat:** add ` ndarray/base/assert/is-boolean-data-type ` [ (#2575 )] ( https://github.com/stdlib-js/stdlib/pull/2575 ) _ (by Jaysukh Makvana, Athan Reines)_
511
512
- [ ` fa118f2 ` ] ( https://github.com/stdlib-js/stdlib/commit/fa118f279848e1c85ea6e5cf9799f3089649214c ) - ** feat:** add boolean dtype support to ` ndarray/base/buffer ` [ (#2574 )] ( https://github.com/stdlib-js/stdlib/pull/2574 ) _ (by Jaysukh Makvana, Athan Reines)_
512
513
- [ ` e92152b ` ] ( https://github.com/stdlib-js/stdlib/commit/e92152baba61ab358640cba9d0506d75123a5f60 ) - ** feat:** add boolean dtype support to ` ndarray/defaults ` [ (#2551 )] ( https://github.com/stdlib-js/stdlib/pull/2551 ) _ (by Jaysukh Makvana, Athan Reines)_
Original file line number Diff line number Diff line change @@ -549,7 +549,7 @@ interface Namespace {
549
549
broadcastShapes : typeof broadcastShapes ;
550
550
551
551
/**
552
- * Returns a zero-filled contiguous linear ndarray data buffer.
552
+ * Returns a contiguous linear ndarray data buffer.
553
553
*
554
554
* @param dtype - data type
555
555
* @param size - buffer size
You can’t perform that action at this time.
0 commit comments