|
10 | 10 |
|
11 | 11 | ### Features |
12 | 12 |
|
| 13 | +- [`cfab032`](https://github.com/stdlib-js/stdlib/commit/cfab0325f798bcf48334e36d307ee33330824aff) - add `triangular` to namespace |
| 14 | +- [`132493e`](https://github.com/stdlib-js/stdlib/commit/132493e15add93ab5e56eb89c7f42ec08f06c402) - add `random/triangular` |
| 15 | +- [`a064afe`](https://github.com/stdlib-js/stdlib/commit/a064afe74bb89a7f835fafc63d16bb446e9f21e5) - add `hypergeometric` to namespace |
| 16 | +- [`62872f6`](https://github.com/stdlib-js/stdlib/commit/62872f64e1e235f44e063b81aea3dd721c4afedc) - add `random/hypergeometric` |
| 17 | +- [`cab5bb0`](https://github.com/stdlib-js/stdlib/commit/cab5bb08a4db8727097c61b4edb39c88137273eb) - add `frechet` to namespace |
| 18 | +- [`73344ab`](https://github.com/stdlib-js/stdlib/commit/73344abe4ac57ef5a27e6879e4274882caf596d6) - add `random/frechet` |
13 | 19 | - [`fe91f02`](https://github.com/stdlib-js/stdlib/commit/fe91f02a931515c8dabe9e84a50fb9d124822111) - add `ternaryFactory` to namespace |
14 | 20 | - [`244addc`](https://github.com/stdlib-js/stdlib/commit/244addce1a75c839b48065f9ebf7f763163e8723) - add `ternary` to namespace |
15 | 21 | - [`36bb700`](https://github.com/stdlib-js/stdlib/commit/36bb70027e01d79ff0b0a42847df67deb0e22ce5) - add `random/tools/ternary-factory` |
@@ -160,6 +166,13 @@ A total of 10 issues were closed in this release: |
160 | 166 |
|
161 | 167 | <details> |
162 | 168 |
|
| 169 | +- [`cfab032`](https://github.com/stdlib-js/stdlib/commit/cfab0325f798bcf48334e36d307ee33330824aff) - **feat:** add `triangular` to namespace _(by Athan Reines)_ |
| 170 | +- [`132493e`](https://github.com/stdlib-js/stdlib/commit/132493e15add93ab5e56eb89c7f42ec08f06c402) - **feat:** add `random/triangular` _(by Athan Reines)_ |
| 171 | +- [`a064afe`](https://github.com/stdlib-js/stdlib/commit/a064afe74bb89a7f835fafc63d16bb446e9f21e5) - **feat:** add `hypergeometric` to namespace _(by Athan Reines)_ |
| 172 | +- [`62872f6`](https://github.com/stdlib-js/stdlib/commit/62872f64e1e235f44e063b81aea3dd721c4afedc) - **feat:** add `random/hypergeometric` _(by Athan Reines)_ |
| 173 | +- [`30ca17e`](https://github.com/stdlib-js/stdlib/commit/30ca17eb7931a0065e3ed1ef7fc4742316449106) - **docs:** remove extraneous comma in `random/frechet` function signature _(by Philipp Burckhardt)_ |
| 174 | +- [`cab5bb0`](https://github.com/stdlib-js/stdlib/commit/cab5bb08a4db8727097c61b4edb39c88137273eb) - **feat:** add `frechet` to namespace _(by Athan Reines)_ |
| 175 | +- [`73344ab`](https://github.com/stdlib-js/stdlib/commit/73344abe4ac57ef5a27e6879e4274882caf596d6) - **feat:** add `random/frechet` _(by Athan Reines)_ |
163 | 176 | - [`fe91f02`](https://github.com/stdlib-js/stdlib/commit/fe91f02a931515c8dabe9e84a50fb9d124822111) - **feat:** add `ternaryFactory` to namespace _(by Athan Reines)_ |
164 | 177 | - [`244addc`](https://github.com/stdlib-js/stdlib/commit/244addce1a75c839b48065f9ebf7f763163e8723) - **feat:** add `ternary` to namespace _(by Athan Reines)_ |
165 | 178 | - [`36bb700`](https://github.com/stdlib-js/stdlib/commit/36bb70027e01d79ff0b0a42847df67deb0e22ce5) - **feat:** add `random/tools/ternary-factory` _(by Athan Reines)_ |
|
0 commit comments