|
4 | 4 |
|
5 | 5 | <section class="release" id="unreleased">
|
6 | 6 |
|
7 |
| -## Unreleased (2025-02-25) |
| 7 | +## Unreleased (2025-02-27) |
8 | 8 |
|
9 | 9 | <section class="packages">
|
10 | 10 |
|
|
20 | 20 |
|
21 | 21 | ##### Features
|
22 | 22 |
|
| 23 | +- [`2f0aa48`](https://github.com/stdlib-js/stdlib/commit/2f0aa48ef6d561779d4bd4c4a54fe00a5a26c0e1) - update namespace TypeScript declarations [(#5436)](https://github.com/stdlib-js/stdlib/pull/5436) |
23 | 24 | - [`c1b6794`](https://github.com/stdlib-js/stdlib/commit/c1b6794e36255d7df6795f5f5f4d3e493165f397) - add `isOutputDataTypePolicy` to namespace
|
24 | 25 | - [`e661213`](https://github.com/stdlib-js/stdlib/commit/e66121352ef767cdb87d19e938b1eccf7970fa3a) - update namespace TypeScript declarations [(#4706)](https://github.com/stdlib-js/stdlib/pull/4706)
|
25 | 26 | - [`a94dcea`](https://github.com/stdlib-js/stdlib/commit/a94dceaa9469c774ee4622567e4c15a15e215bcf) - add `isColumnMajorString` to namespace
|
|
36 | 37 |
|
37 | 38 | ##### BREAKING CHANGES
|
38 | 39 |
|
| 40 | +- [`2f0aa48`](https://github.com/stdlib-js/stdlib/commit/2f0aa48ef6d561779d4bd4c4a54fe00a5a26c0e1): remove `mulf` symbol |
| 41 | + |
| 42 | + - To migrate, users should access the same symbol via the `number/float32/base` namespace. |
| 43 | + |
39 | 44 | - [`8b1548f`](https://github.com/stdlib-js/stdlib/commit/8b1548fb45c1ff131f5edac20cb984344a2d28ec): update namespace declarations
|
40 | 45 |
|
41 | 46 | - 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.
|
|
146 | 151 |
|
147 | 152 | ### BREAKING CHANGES
|
148 | 153 |
|
| 154 | +- [`2f0aa48`](https://github.com/stdlib-js/stdlib/commit/2f0aa48ef6d561779d4bd4c4a54fe00a5a26c0e1): remove `mulf` symbol |
| 155 | + |
| 156 | + - To migrate, users should access the same symbol via the `number/float32/base` namespace. |
| 157 | + |
149 | 158 | - [`8b1548f`](https://github.com/stdlib-js/stdlib/commit/8b1548fb45c1ff131f5edac20cb984344a2d28ec): update namespace declarations
|
150 | 159 |
|
151 | 160 | - 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.
|
@@ -173,6 +182,7 @@ A total of 2 people contributed to this release. Thank you to the following cont
|
173 | 182 |
|
174 | 183 | <details>
|
175 | 184 |
|
| 185 | +- [`2f0aa48`](https://github.com/stdlib-js/stdlib/commit/2f0aa48ef6d561779d4bd4c4a54fe00a5a26c0e1) - **feat:** update namespace TypeScript declarations [(#5436)](https://github.com/stdlib-js/stdlib/pull/5436) _(by stdlib-bot)_ |
176 | 186 | - [`9d532b5`](https://github.com/stdlib-js/stdlib/commit/9d532b5510055d80c5df8ba4c8e897c1670dcd1a) - **docs:** update namespace table of contents [(#5438)](https://github.com/stdlib-js/stdlib/pull/5438) _(by stdlib-bot, Philipp Burckhardt)_
|
177 | 187 | - [`c1b6794`](https://github.com/stdlib-js/stdlib/commit/c1b6794e36255d7df6795f5f5f4d3e493165f397) - **feat:** add `isOutputDataTypePolicy` to namespace _(by Athan Reines)_
|
178 | 188 | - [`9cabe87`](https://github.com/stdlib-js/stdlib/commit/9cabe87a0ce5401967f41d91dc4479a722ba3288) - **feat:** add `ndarray/base/assert/is-output-data-type-policy` _(by Athan Reines)_
|
|
0 commit comments