|
4 | 4 |
|
5 | 5 | <section class="release" id="unreleased">
|
6 | 6 |
|
7 |
| -## Unreleased (2024-09-27) |
| 7 | +## Unreleased (2024-09-28) |
8 | 8 |
|
9 | 9 | <section class="packages">
|
10 | 10 |
|
@@ -323,6 +323,50 @@ This release closes the following issue:
|
323 | 323 |
|
324 | 324 | <!-- /.package -->
|
325 | 325 |
|
| 326 | +<section class="package" id="array-base-filled2d-unreleased"> |
| 327 | + |
| 328 | +#### [@stdlib/array/base/filled2d](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/array/base/filled2d) |
| 329 | + |
| 330 | +<details> |
| 331 | + |
| 332 | +<section class="bug-fixes"> |
| 333 | + |
| 334 | +##### Bug Fixes |
| 335 | + |
| 336 | +- [`7f368f6`](https://github.com/stdlib-js/stdlib/commit/7f368f6c3f4cea444a304a62616cea36a5f143eb) - remove unused imports from TS declaration file |
| 337 | + |
| 338 | +</section> |
| 339 | + |
| 340 | +<!-- /.bug-fixes --> |
| 341 | + |
| 342 | +</details> |
| 343 | + |
| 344 | +</section> |
| 345 | + |
| 346 | +<!-- /.package --> |
| 347 | + |
| 348 | +<section class="package" id="array-base-filled3d-unreleased"> |
| 349 | + |
| 350 | +#### [@stdlib/array/base/filled3d](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/array/base/filled3d) |
| 351 | + |
| 352 | +<details> |
| 353 | + |
| 354 | +<section class="bug-fixes"> |
| 355 | + |
| 356 | +##### Bug Fixes |
| 357 | + |
| 358 | +- [`7f368f6`](https://github.com/stdlib-js/stdlib/commit/7f368f6c3f4cea444a304a62616cea36a5f143eb) - remove unused imports from TS declaration file |
| 359 | + |
| 360 | +</section> |
| 361 | + |
| 362 | +<!-- /.bug-fixes --> |
| 363 | + |
| 364 | +</details> |
| 365 | + |
| 366 | +</section> |
| 367 | + |
| 368 | +<!-- /.package --> |
| 369 | + |
326 | 370 | <section class="package" id="array-base-nulls-unreleased">
|
327 | 371 |
|
328 | 372 | #### [@stdlib/array/base/nulls](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/array/base/nulls)
|
@@ -605,6 +649,8 @@ A total of 7 people contributed to this release. Thank you to the following cont
|
605 | 649 |
|
606 | 650 | <details>
|
607 | 651 |
|
| 652 | +- [`7f368f6`](https://github.com/stdlib-js/stdlib/commit/7f368f6c3f4cea444a304a62616cea36a5f143eb) - **fix:** remove unused imports from TS declaration file _(by Philipp Burckhardt)_ |
| 653 | +- [`975147f`](https://github.com/stdlib-js/stdlib/commit/975147f3125c786ec1672acb3d2564ca16eaa790) - **docs:** fix TSDoc lint errors _(by Philipp Burckhardt)_ |
608 | 654 | - [`fbe6651`](https://github.com/stdlib-js/stdlib/commit/fbe6651766e6c9bf9dd941c08fbefb2cab03de1c) - **feat:** add `Float32ArrayLE` to namespace _(by Athan Reines)_
|
609 | 655 | - [`4f1f2dd`](https://github.com/stdlib-js/stdlib/commit/4f1f2dd87a883e01b5e072b77c1443007051c1d5) - **feat:** add `array/little-endian-float32` _(by Athan Reines)_
|
610 | 656 | - [`65b1756`](https://github.com/stdlib-js/stdlib/commit/65b175691d20f64bdc5410232c5900b0bb2a8f1e) - **feat:** add `Float32ArrayFE` to namespace _(by Athan Reines)_
|
|
0 commit comments