Skip to content

Commit 55abb82

Browse files
committed
Auto-generated commit
1 parent db62484 commit 55abb82

68 files changed

Lines changed: 16071 additions & 0 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@
1010

1111
### Features
1212

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`
1319
- [`fe91f02`](https://github.com/stdlib-js/stdlib/commit/fe91f02a931515c8dabe9e84a50fb9d124822111) - add `ternaryFactory` to namespace
1420
- [`244addc`](https://github.com/stdlib-js/stdlib/commit/244addce1a75c839b48065f9ebf7f763163e8723) - add `ternary` to namespace
1521
- [`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:
160166

161167
<details>
162168

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)_
163176
- [`fe91f02`](https://github.com/stdlib-js/stdlib/commit/fe91f02a931515c8dabe9e84a50fb9d124822111) - **feat:** add `ternaryFactory` to namespace _(by Athan Reines)_
164177
- [`244addc`](https://github.com/stdlib-js/stdlib/commit/244addce1a75c839b48065f9ebf7f763163e8723) - **feat:** add `ternary` to namespace _(by Athan Reines)_
165178
- [`36bb700`](https://github.com/stdlib-js/stdlib/commit/36bb70027e01d79ff0b0a42847df67deb0e22ce5) - **feat:** add `random/tools/ternary-factory` _(by Athan Reines)_

0 commit comments

Comments
 (0)