|
4 | 4 |
|
5 | 5 | <section class="release" id="unreleased">
|
6 | 6 |
|
7 |
| -## Unreleased (2025-02-16) |
| 7 | +## Unreleased (2025-02-17) |
8 | 8 |
|
9 | 9 | <section class="packages">
|
10 | 10 |
|
|
44 | 44 |
|
45 | 45 | <!-- /.package -->
|
46 | 46 |
|
| 47 | +<section class="package" id="complex-float32-base-unreleased"> |
| 48 | + |
| 49 | +#### [@stdlib/complex/float32/base](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/complex/float32/base) |
| 50 | + |
| 51 | +<details> |
| 52 | + |
| 53 | +<section class="features"> |
| 54 | + |
| 55 | +##### Features |
| 56 | + |
| 57 | +- [`ae8e7b9`](https://github.com/stdlib-js/stdlib/commit/ae8e7b9f2140d1a5b98e8bc03fb909df3171d410) - update namespace TypeScript declarations [(#5254)](https://github.com/stdlib-js/stdlib/pull/5254) |
| 58 | + |
| 59 | +</section> |
| 60 | + |
| 61 | +<!-- /.features --> |
| 62 | + |
| 63 | +<section class="breaking-changes"> |
| 64 | + |
| 65 | +##### BREAKING CHANGES |
| 66 | + |
| 67 | +- [`ae8e7b9`](https://github.com/stdlib-js/stdlib/commit/ae8e7b9f2140d1a5b98e8bc03fb909df3171d410): remove `dmaxabs` |
| 68 | + |
| 69 | + - To migrate, users should access `dmaxabs` via the `stats/strided` namespace. |
| 70 | + |
| 71 | +</section> |
| 72 | + |
| 73 | +<!-- /.breaking-changes --> |
| 74 | + |
| 75 | +</details> |
| 76 | + |
| 77 | +</section> |
| 78 | + |
| 79 | +<!-- /.package --> |
| 80 | + |
47 | 81 | <section class="package" id="complex-float32-base-mul-unreleased">
|
48 | 82 |
|
49 | 83 | #### [@stdlib/complex/float32/base/mul](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/complex/float32/base/mul)
|
@@ -199,6 +233,10 @@ This release closes the following issue:
|
199 | 233 |
|
200 | 234 | ### BREAKING CHANGES
|
201 | 235 |
|
| 236 | +- [`ae8e7b9`](https://github.com/stdlib-js/stdlib/commit/ae8e7b9f2140d1a5b98e8bc03fb909df3171d410): remove `dmaxabs` |
| 237 | + |
| 238 | + - To migrate, users should access `dmaxabs` via the `stats/strided` namespace. |
| 239 | + |
202 | 240 | - [`8b1548f`](https://github.com/stdlib-js/stdlib/commit/8b1548fb45c1ff131f5edac20cb984344a2d28ec): update namespace declarations
|
203 | 241 |
|
204 | 242 | - To migrate, users should consult the corresponding packages containing the respective implementations to determine what is breaking. The primary breakages come from the `blas/*` namespace, where we recently refactored how top-level BLAS APIs operate on input arguments.
|
@@ -239,6 +277,7 @@ A total of 3 people contributed to this release. Thank you to the following cont
|
239 | 277 |
|
240 | 278 | <details>
|
241 | 279 |
|
| 280 | +- [`ae8e7b9`](https://github.com/stdlib-js/stdlib/commit/ae8e7b9f2140d1a5b98e8bc03fb909df3171d410) - **feat:** update namespace TypeScript declarations [(#5254)](https://github.com/stdlib-js/stdlib/pull/5254) _(by stdlib-bot)_ |
242 | 281 | - [`d7154e2`](https://github.com/stdlib-js/stdlib/commit/d7154e2c7756ce51a9bbbf38848960ea988d4ea6) - **feat:** add `strided` and `assign` APIs to `complex/float32/base/mul` [(#5205)](https://github.com/stdlib-js/stdlib/pull/5205) _(by Shabareesh Shetty, Athan Reines, stdlib-bot)_
|
243 | 282 | - [`b957f93`](https://github.com/stdlib-js/stdlib/commit/b957f93bfacfa2b307db9b30a45fa48ce5b4488b) - **docs:** fix description _(by Athan Reines)_
|
244 | 283 | - [`8409bd1`](https://github.com/stdlib-js/stdlib/commit/8409bd17639c21c94be23d8498789fca5352892b) - **feat:** update namespace TypeScript declarations [(#4856)](https://github.com/stdlib-js/stdlib/pull/4856) _(by stdlib-bot)_
|
|
0 commit comments