diff --git a/.github/.keepalive b/.github/.keepalive index 6d4d8bb..9353600 100644 --- a/.github/.keepalive +++ b/.github/.keepalive @@ -1 +1 @@ -2024-09-01T05:55:34.312Z +2024-10-01T06:07:44.220Z diff --git a/CHANGELOG.md b/CHANGELOG.md index 42867f5..169df61 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,48 @@
-## Unreleased (2024-09-01) +## Unreleased (2024-10-01) -No changes reported for this release. +
+ +### Packages + +
+ + + +
+ +### Contributors + +A total of 3 people contributed to this release. Thank you to the following contributors: + +- Philipp Burckhardt +- Tufailahmed Bargir +- olenkabilonizhka + +
+ + + +
+ +### Commits + +
+ +- [`abf0407`](https://github.com/stdlib-js/stdlib/commit/abf040787f6598438b0100a729a8331b7f80f62f) - **chore:** resolve lint errors in TS files _(by Philipp Burckhardt)_ +- [`7fb04a9`](https://github.com/stdlib-js/stdlib/commit/7fb04a92ebae797788f7047feac1caaf6a7a1f4f) - **style:** add missing spaces around parentheses _(by Philipp Burckhardt)_ +- [`d7bf560`](https://github.com/stdlib-js/stdlib/commit/d7bf560813d0f6cd44418dad0e8e84dd3f0a1596) - **docs:** improve examples of `stats/base/dists/gumbel` _(by olenkabilonizhka, Philipp Burckhardt)_ +- [`f387603`](https://github.com/stdlib-js/stdlib/commit/f387603e739f88a38af3263ce6ff675ad903ee8c) - **docs:** consistently use declarative instead of imperative sentences outside of intros _(by Philipp Burckhardt)_ +- [`31fd427`](https://github.com/stdlib-js/stdlib/commit/31fd42744ec5d7073041f97c6f72350b8005c0fc) - **style:** remove unwanted empty lines _(by Philipp Burckhardt)_ +- [`71af75e`](https://github.com/stdlib-js/stdlib/commit/71af75ec2c9066eb59288ad525ddbf1ad782db0c) - **docs:** improve examples `stats/base/dists/triangular` namespace _(by Tufailahmed Bargir, Philipp Burckhardt)_ + +
+ +
+ +
diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 57d1184..d74d10f 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -2,6 +2,7 @@ # # Contributors listed in alphabetical order. +Aayush Khanna Adarsh Palaskar Aditya Sapra AgPriyanshu18 <113460573+AgPriyanshu18@users.noreply.github.com> @@ -20,23 +21,27 @@ Christopher Dambamuromo Dan Rose Daniel Killenberger Daniel Yu <40680511+Daniel777y@users.noreply.github.com> +Debashis Maharana Dominik Moritz Dorrin Sotoudeh EuniceSim142 <77243938+EuniceSim142@users.noreply.github.com> Frank Kovacs Golden Kumar <103646877+AuenKr@users.noreply.github.com> Gunj Joshi +HarshaNP <96897754+GittyHarsha@users.noreply.github.com> Harshita Kalani Hridyanshu <124202756+HRIDYANSHU054@users.noreply.github.com> Jaimin Godhani <112328542+Jai0401@users.noreply.github.com> James Gelok Jaysukh Makvana +Jenish Thapa <141203631+jenish-thapa@users.noreply.github.com> Jithin KS Joel Mathew Koshy Joey Reed Jordan Gallivan <115050475+Jordan-Gallivan@users.noreply.github.com> Joris Labie Justin Dennison +Kaif Mohd Karthik Prakash <116057817+skoriop@users.noreply.github.com> Khaldon Krishnendu Das <86651039+itskdhere@users.noreply.github.com> @@ -86,13 +91,17 @@ Stephannie Jiménez Gacha Suraj kumar <125961509+kumarsuraj212003@users.noreply.github.com> Tirtadwipa Manunggal Tudor Pagu <104032457+tudor-pagu@users.noreply.github.com> +Tufailahmed Bargir <142114244+Tufailahmed-Bargir@users.noreply.github.com> Utkarsh Utkarsh Raj +Vaibhav Patel <98279986+noobCoderVP@users.noreply.github.com> Varad Gupta Xiaochuan Ye Yernar Yergaziyev naveen nishant-s7 <97207366+nishant-s7@users.noreply.github.com> +olenkabilonizhka <62379231+olenkabilonizhka@users.noreply.github.com> orimiles5 <97595296+orimiles5@users.noreply.github.com> rainn <88160429+AmCodesLame@users.noreply.github.com> rei2hu +yaswanth <116426380+yaswanthkosuru@users.noreply.github.com> diff --git a/package.json b/package.json index 0411690..a2a7389 100644 --- a/package.json +++ b/package.json @@ -76,6 +76,7 @@ "@stdlib/utils-define-read-only-property": "^0.2.2" }, "devDependencies": { + "@stdlib/array-filled-by": "^0.2.1", "@stdlib/array-float64": "^0.2.2", "@stdlib/assert-has-own-property": "^0.2.2", "@stdlib/assert-is-function": "^0.2.2", @@ -162,6 +163,7 @@ "@stdlib/math-base-special-trunc": "^0.2.2", "@stdlib/math-base-tools-sum-series": "^0.2.2", "@stdlib/random-base-discrete-uniform": "^0.2.1", + "@stdlib/random-base-gumbel": "^0.2.1", "@stdlib/random-base-randu": "^0.2.1", "@stdlib/random-base-uniform": "^0.2.1", "@stdlib/stats-base-dists-arcsine-cdf": "^0.2.2", @@ -633,6 +635,9 @@ "@stdlib/stats-base-dists-weibull-skewness": "^0.2.2", "@stdlib/stats-base-dists-weibull-stdev": "^0.2.2", "@stdlib/stats-base-dists-weibull-variance": "^0.2.2", + "@stdlib/stats-base-mean": "^0.2.2", + "@stdlib/stats-base-stdev": "^0.2.2", + "@stdlib/stats-base-variance": "^0.2.2", "@stdlib/string-format": "^0.2.2", "@stdlib/utils-constant-function": "^0.2.2", "@stdlib/utils-define-nonenumerable-read-only-accessor": "^0.2.3",