|
2 | 2 |
|
3 | 3 | > Package changelog.
|
4 | 4 |
|
5 |
| -See [GitHub Releases](https://github.com/stdlib-js/math-base-special-fast-hypot/releases) for the changelog. |
| 5 | +<section class="release" id="v0.3.0"> |
| 6 | + |
| 7 | +## 0.3.0 (2024-07-28) |
| 8 | + |
| 9 | +<section class="features"> |
| 10 | + |
| 11 | +### Features |
| 12 | + |
| 13 | +- [`bdb2441`](https://github.com/stdlib-js/stdlib/commit/bdb24411c6bf1498c94ba15246d3134c43653640) - add C implementation for `math/base/special/fast/hypot` |
| 14 | + |
| 15 | +</section> |
| 16 | + |
| 17 | +<!-- /.features --> |
| 18 | + |
| 19 | +<section class="commits"> |
| 20 | + |
| 21 | +### Commits |
| 22 | + |
| 23 | +<details> |
| 24 | + |
| 25 | +- [`272ae7a`](https://github.com/stdlib-js/stdlib/commit/272ae7ac5c576c68cfab1b6e304c86407faa20cd) - **docs:** remove comment _(by Athan Reines)_ |
| 26 | +- [`2777e4b`](https://github.com/stdlib-js/stdlib/commit/2777e4be161869d09406e3b17947d24c64b47af2) - **bench:** resolve lint errors in benchmarks _(by Athan Reines)_ |
| 27 | +- [`41d41e9`](https://github.com/stdlib-js/stdlib/commit/41d41e959b4eaad3c631e6898e3144a4015a5458) - **test:** include trailing newlines in Julia-generated JSON fixtures _(by Philipp Burckhardt)_ |
| 28 | +- [`9ed7d0e`](https://github.com/stdlib-js/stdlib/commit/9ed7d0e7d57edb5ad0dfb65c944bed87d475cbf3) - **chore:** add missing trailing newlines _(by Philipp Burckhardt)_ |
| 29 | +- [`d27da5d`](https://github.com/stdlib-js/stdlib/commit/d27da5ddf7d6acb8da8c4f7bdee5a05df139329e) - **chore:** update package meta data [(#1926)](https://github.com/stdlib-js/stdlib/pull/1926) _(by stdlib-bot, Athan Reines)_ |
| 30 | +- [`28433d6`](https://github.com/stdlib-js/stdlib/commit/28433d637a39abec34dddc51d88c59fdc7c38f3a) - **docs:** clean-up C function parameter and return annotations _(by Philipp Burckhardt)_ |
| 31 | +- [`bdb2441`](https://github.com/stdlib-js/stdlib/commit/bdb24411c6bf1498c94ba15246d3134c43653640) - **feat:** add C implementation for `math/base/special/fast/hypot` _(by Gunj Joshi)_ |
| 32 | + |
| 33 | +</details> |
| 34 | + |
| 35 | +</section> |
| 36 | + |
| 37 | +<!-- /.commits --> |
| 38 | + |
| 39 | +<section class="contributors"> |
| 40 | + |
| 41 | +### Contributors |
| 42 | + |
| 43 | +A total of 4 people contributed to this release. Thank you to the following contributors: |
| 44 | + |
| 45 | +- Athan Reines |
| 46 | +- Athan Reines |
| 47 | +- Gunj Joshi |
| 48 | +- Philipp Burckhardt |
| 49 | + |
| 50 | +</section> |
| 51 | + |
| 52 | +<!-- /.contributors --> |
| 53 | + |
| 54 | +</section> |
| 55 | + |
| 56 | +<!-- /.release --> |
| 57 | + |
| 58 | +<section class="release" id="v0.2.1"> |
| 59 | + |
| 60 | +## 0.2.1 (2024-02-23) |
| 61 | + |
| 62 | +No changes reported for this release. |
| 63 | + |
| 64 | +</section> |
| 65 | + |
| 66 | +<!-- /.release --> |
| 67 | + |
| 68 | +<section class="release" id="v0.2.0"> |
| 69 | + |
| 70 | +## 0.2.0 (2024-02-14) |
| 71 | + |
| 72 | +No changes reported for this release. |
| 73 | + |
| 74 | +</section> |
| 75 | + |
| 76 | +<!-- /.release --> |
| 77 | + |
| 78 | +<section class="release" id="v0.1.1"> |
| 79 | + |
| 80 | +## 0.1.1 (2023-10-09) |
| 81 | + |
| 82 | +No changes reported for this release. |
| 83 | + |
| 84 | +</section> |
| 85 | + |
| 86 | +<!-- /.release --> |
| 87 | + |
| 88 | +<section class="release" id="v0.1.0"> |
| 89 | + |
| 90 | +## 0.1.0 (2023-09-23) |
| 91 | + |
| 92 | +<section class="features"> |
| 93 | + |
| 94 | +### Features |
| 95 | + |
| 96 | +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version |
| 97 | + |
| 98 | +</section> |
| 99 | + |
| 100 | +<!-- /.features --> |
| 101 | + |
| 102 | +<section class="breaking-changes"> |
| 103 | + |
| 104 | +### BREAKING CHANGES |
| 105 | + |
| 106 | +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version |
| 107 | +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1 |
| 108 | + |
| 109 | + - To migrate, users should upgrade their TypeScript version to at least version 4.1. |
| 110 | + |
| 111 | +</section> |
| 112 | + |
| 113 | +<!-- /.breaking-changes --> |
| 114 | + |
| 115 | +<section class="commits"> |
| 116 | + |
| 117 | +### Commits |
| 118 | + |
| 119 | +<details> |
| 120 | + |
| 121 | +- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - **feat:** update minimum TypeScript version _(by Philipp Burckhardt)_ |
| 122 | + |
| 123 | +</details> |
| 124 | + |
| 125 | +</section> |
| 126 | + |
| 127 | +<!-- /.commits --> |
| 128 | + |
| 129 | +<section class="contributors"> |
| 130 | + |
| 131 | +### Contributors |
| 132 | + |
| 133 | +A total of 1 person contributed to this release. Thank you to this contributor: |
| 134 | + |
| 135 | +- Philipp Burckhardt |
| 136 | + |
| 137 | +</section> |
| 138 | + |
| 139 | +<!-- /.contributors --> |
| 140 | + |
| 141 | +</section> |
| 142 | + |
| 143 | +<!-- /.release --> |
| 144 | + |
| 145 | +<section class="release" id="v0.0.7"> |
| 146 | + |
| 147 | +## 0.0.7 (2022-02-16) |
| 148 | + |
| 149 | +No changes reported for this release. |
| 150 | + |
| 151 | +</section> |
| 152 | + |
| 153 | +<!-- /.release --> |
| 154 | + |
| 155 | +<section class="release" id="v0.0.6"> |
| 156 | + |
| 157 | +## 0.0.6 (2021-08-22) |
| 158 | + |
| 159 | +No changes reported for this release. |
| 160 | + |
| 161 | +</section> |
| 162 | + |
| 163 | +<!-- /.release --> |
| 164 | + |
| 165 | +<section class="release" id="v0.0.5"> |
| 166 | + |
| 167 | +## 0.0.5 (2021-07-06) |
| 168 | + |
| 169 | +No changes reported for this release. |
| 170 | + |
| 171 | +</section> |
| 172 | + |
| 173 | +<!-- /.release --> |
| 174 | + |
| 175 | +<section class="release" id="v0.0.4"> |
| 176 | + |
| 177 | +## 0.0.4 (2021-06-27) |
| 178 | + |
| 179 | +No changes reported for this release. |
| 180 | + |
| 181 | +</section> |
| 182 | + |
| 183 | +<!-- /.release --> |
| 184 | + |
| 185 | +<section class="release" id="v0.0.3"> |
| 186 | + |
| 187 | +## 0.0.3 (2021-06-16) |
| 188 | + |
| 189 | +No changes reported for this release. |
| 190 | + |
| 191 | +</section> |
| 192 | + |
| 193 | +<!-- /.release --> |
| 194 | + |
| 195 | +<section class="release" id="v0.0.2"> |
| 196 | + |
| 197 | +## 0.0.2 (2021-06-15) |
| 198 | + |
| 199 | +No changes reported for this release. |
| 200 | + |
| 201 | +</section> |
| 202 | + |
| 203 | +<!-- /.release --> |
| 204 | + |
| 205 | +<section class="release" id="v0.0.1"> |
| 206 | + |
| 207 | +## 0.0.1 (2021-06-14) |
| 208 | + |
| 209 | +No changes reported for this release. |
| 210 | + |
| 211 | +</section> |
| 212 | + |
| 213 | +<!-- /.release --> |
| 214 | + |
0 commit comments