|
2 | 2 |
|
3 | 3 | > Package changelog.
|
4 | 4 |
|
5 |
| -See [GitHub Releases](https://github.com/stdlib-js/blas-base-cswap/releases) for the changelog. |
| 5 | +<section class="release" id="unreleased"> |
| 6 | + |
| 7 | +## Unreleased (2024-07-14) |
| 8 | + |
| 9 | +<section class="features"> |
| 10 | + |
| 11 | +### Features |
| 12 | + |
| 13 | +- [`0a88c6c`](https://github.com/stdlib-js/stdlib/commit/0a88c6c47ff0075c010624031572a3b1f05c2d2d) - add support for specifying integer size |
| 14 | + |
| 15 | +</section> |
| 16 | + |
| 17 | +<!-- /.features --> |
| 18 | + |
| 19 | +<section class="bug-fixes"> |
| 20 | + |
| 21 | +### Bug Fixes |
| 22 | + |
| 23 | +- [`5c514c7`](https://github.com/stdlib-js/stdlib/commit/5c514c7ad5828bc5047594ff001d11334f8f5670) - specify integer type to match CBLAS |
| 24 | + |
| 25 | +</section> |
| 26 | + |
| 27 | +<!-- /.bug-fixes --> |
| 28 | + |
| 29 | +<section class="commits"> |
| 30 | + |
| 31 | +### Commits |
| 32 | + |
| 33 | +<details> |
| 34 | + |
| 35 | +- [`d04dcbd`](https://github.com/stdlib-js/stdlib/commit/d04dcbd6dc3b0bf4a89bd3947d317fa5ff15bb38) - **docs:** remove private annotations in C comments _(by Philipp Burckhardt)_ |
| 36 | +- [`75d4f83`](https://github.com/stdlib-js/stdlib/commit/75d4f83cb85610d23a04dc21a03f8075f6d3665f) - **refactor:** update require and include paths _(by Athan Reines)_ |
| 37 | +- [`6226f32`](https://github.com/stdlib-js/stdlib/commit/6226f32ba8be2b8d880353194c510e629760b53f) - **docs:** update signatures _(by Athan Reines)_ |
| 38 | +- [`4c6fd6f`](https://github.com/stdlib-js/stdlib/commit/4c6fd6fefe78a1b63247a9e5b72532e80f96711e) - **refactor:** support building with API suffix _(by Athan Reines)_ |
| 39 | +- [`5c514c7`](https://github.com/stdlib-js/stdlib/commit/5c514c7ad5828bc5047594ff001d11334f8f5670) - **fix:** specify integer type to match CBLAS _(by Athan Reines)_ |
| 40 | +- [`59d773a`](https://github.com/stdlib-js/stdlib/commit/59d773a0f9bb4e680b6cc659cb0cbe36f588641e) - **docs:** fix parameter type _(by Athan Reines)_ |
| 41 | +- [`3bdd856`](https://github.com/stdlib-js/stdlib/commit/3bdd85623fc89c57ef9261e7cc6fb4e1611a2789) - **docs:** fix description _(by Athan Reines)_ |
| 42 | +- [`0dc4409`](https://github.com/stdlib-js/stdlib/commit/0dc4409a111ac1bd680080ea0dfd941399503ba1) - **docs:** remove comments _(by Athan Reines)_ |
| 43 | +- [`0a88c6c`](https://github.com/stdlib-js/stdlib/commit/0a88c6c47ff0075c010624031572a3b1f05c2d2d) - **feat:** add support for specifying integer size _(by Athan Reines)_ |
| 44 | +- [`99b4a63`](https://github.com/stdlib-js/stdlib/commit/99b4a630fe8ae4142a1c0cfeee3b735f43424b50) - **build:** add separate configurations for benchmarks and examples _(by Athan Reines)_ |
| 45 | +- [`0244027`](https://github.com/stdlib-js/stdlib/commit/0244027e1e2c0ceb1cd8ae1808196c24fa77b142) - **chore:** add missing trailing newlines _(by Philipp Burckhardt)_ |
| 46 | + |
| 47 | +</details> |
| 48 | + |
| 49 | +</section> |
| 50 | + |
| 51 | +<!-- /.commits --> |
| 52 | + |
| 53 | +<section class="contributors"> |
| 54 | + |
| 55 | +### Contributors |
| 56 | + |
| 57 | +A total of 2 people contributed to this release. Thank you to the following contributors: |
| 58 | + |
| 59 | +- Athan Reines |
| 60 | +- Philipp Burckhardt |
| 61 | + |
| 62 | +</section> |
| 63 | + |
| 64 | +<!-- /.contributors --> |
| 65 | + |
| 66 | +</section> |
| 67 | + |
| 68 | +<!-- /.release --> |
| 69 | + |
| 70 | +<section class="release" id="v0.2.1"> |
| 71 | + |
| 72 | +## 0.2.1 (2024-02-22) |
| 73 | + |
| 74 | +<section class="features"> |
| 75 | + |
| 76 | +### Features |
| 77 | + |
| 78 | +- [`cca37d0`](https://github.com/stdlib-js/stdlib/commit/cca37d051d8c0209970fc681353fdb4e4d257a8a) - update minimum TypeScript version |
| 79 | + |
| 80 | +</section> |
| 81 | + |
| 82 | +<!-- /.features --> |
| 83 | + |
| 84 | +<section class="breaking-changes"> |
| 85 | + |
| 86 | +### BREAKING CHANGES |
| 87 | + |
| 88 | +- [`cca37d0`](https://github.com/stdlib-js/stdlib/commit/cca37d051d8c0209970fc681353fdb4e4d257a8a): update minimum TypeScript version |
| 89 | +- [`cca37d0`](https://github.com/stdlib-js/stdlib/commit/cca37d051d8c0209970fc681353fdb4e4d257a8a): update minimum TypeScript version to 4.1 |
| 90 | + |
| 91 | + - To migrate, users should upgrade their TypeScript version to at least version 4.1. |
| 92 | + |
| 93 | +</section> |
| 94 | + |
| 95 | +<!-- /.breaking-changes --> |
| 96 | + |
| 97 | +<section class="commits"> |
| 98 | + |
| 99 | +### Commits |
| 100 | + |
| 101 | +<details> |
| 102 | + |
| 103 | +- [`dea49e0`](https://github.com/stdlib-js/stdlib/commit/dea49e03ab5571233e3da26835a6a6d3256d5737) - **docs:** use single quotes in require calls instead of backticks _(by Philipp Burckhardt)_ |
| 104 | +- [`efc6522`](https://github.com/stdlib-js/stdlib/commit/efc65220a39e226839fd507b59190d6402bebe61) - **bench:** update benchmarks to use random/array utilities _(by Athan Reines)_ |
| 105 | +- [`4ec2cd0`](https://github.com/stdlib-js/stdlib/commit/4ec2cd0d22446eac8818845f4a816d2d4a1bfde2) - **docs:** update copy _(by Athan Reines)_ |
| 106 | +- [`cbee5b7`](https://github.com/stdlib-js/stdlib/commit/cbee5b72476134d157d3b7f93c73ce13b99a932f) - **build:** add and update wasm configurations _(by Athan Reines)_ |
| 107 | +- [`5a36be3`](https://github.com/stdlib-js/stdlib/commit/5a36be3f681bf65914abdc58bbc3142533cb2328) - **style:** resolve lint errors _(by Athan Reines)_ |
| 108 | +- [`0dc0e61`](https://github.com/stdlib-js/stdlib/commit/0dc0e61a6759632872dc01485879e803e1c3038f) - **build:** add configuration object _(by Athan Reines)_ |
| 109 | +- [`4369332`](https://github.com/stdlib-js/stdlib/commit/4369332ef262f6a6820344a45fe44d5f6e944cb3) - **docs:** remove use of `floor` _(by Athan Reines)_ |
| 110 | +- [`3c82fe7`](https://github.com/stdlib-js/stdlib/commit/3c82fe7b6c0f9fd6ef02c86d6e2024d708ac8c14) - **refactor:** update implementation in accordance with current project conventions _(by Athan Reines)_ |
| 111 | +- [`df3c9b3`](https://github.com/stdlib-js/stdlib/commit/df3c9b368d8a3dd7dd38f8768deb53c2a780c055) - **build:** remove tslint directives _(by Philipp Burckhardt)_ |
| 112 | +- [`cca37d0`](https://github.com/stdlib-js/stdlib/commit/cca37d051d8c0209970fc681353fdb4e4d257a8a) - **feat:** update minimum TypeScript version _(by Philipp Burckhardt)_ |
| 113 | +- [`28e1c84`](https://github.com/stdlib-js/stdlib/commit/28e1c84390d88044883c9ef940a12f38d66ea3ef) - **docs:** resolve C lint errors _(by Athan Reines)_ |
| 114 | +- [`9d552f8`](https://github.com/stdlib-js/stdlib/commit/9d552f8ee1087df295267fd3ddc2e5a04526ed6a) - **docs:** standardize parameter description and update docs _(by Athan Reines)_ |
| 115 | + |
| 116 | +</details> |
| 117 | + |
| 118 | +</section> |
| 119 | + |
| 120 | +<!-- /.commits --> |
| 121 | + |
| 122 | +<section class="contributors"> |
| 123 | + |
| 124 | +### Contributors |
| 125 | + |
| 126 | +A total of 2 people contributed to this release. Thank you to the following contributors: |
| 127 | + |
| 128 | +- Athan Reines |
| 129 | +- Philipp Burckhardt |
| 130 | + |
| 131 | +</section> |
| 132 | + |
| 133 | +<!-- /.contributors --> |
| 134 | + |
| 135 | +</section> |
| 136 | + |
| 137 | +<!-- /.release --> |
| 138 | + |
0 commit comments