Skip to content

Commit

Permalink
Auto-generated commit
Browse files Browse the repository at this point in the history
  • Loading branch information
stdlib-bot committed Feb 9, 2025
1 parent d31ebe3 commit ea712ec
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
<section class="release" id="unreleased">

## Unreleased (2025-02-08)
## Unreleased (2025-02-09)

<section class="issues">

### Closed Issues

This release closes the following issue:
A total of 2 issues were closed in this release:

[#4984](https://github.com/stdlib-js/stdlib/issues/4984)
[#4984](https://github.com/stdlib-js/stdlib/issues/4984), [#5126](https://github.com/stdlib-js/stdlib/issues/5126)

</section>

Expand All @@ -24,6 +24,7 @@ This release closes the following issue:

<details>

- [`bd61ef0`](https://github.com/stdlib-js/stdlib/commit/bd61ef01645b4128484f9a87532724fdba990c03) - **bench:** address commit comments [(#5137)](https://github.com/stdlib-js/stdlib/pull/5137) _(by pranav-1720)_
- [`28b78a0`](https://github.com/stdlib-js/stdlib/commit/28b78a0590907a6757bc6fd4c9e88d9109280950) - **bench:** refactor random number generation in `stats/base/dists/poisson` [(#5106)](https://github.com/stdlib-js/stdlib/pull/5106) _(by pranav-1720)_

</details>
Expand Down
4 changes: 3 additions & 1 deletion CONTRIBUTORS
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ EuniceSim142 <[email protected]>
Frank Kovacs <[email protected]>
Golden Kumar <[email protected]>
Gunj Joshi <[email protected]>
Gururaj Gurram <[email protected].com>
Gururaj Gurram <gururajgurram1512@gmail.com>
HarshaNP <[email protected]>
Harshita Kalani <[email protected]>
Hridyanshu <[email protected]>
Expand Down Expand Up @@ -125,6 +125,8 @@ Vivek Maurya <[email protected]>
Xiaochuan Ye <[email protected]>
Yaswanth Kosuru <[email protected]>
Yernar Yergaziyev <[email protected]>
ekambains <[email protected]>
olenkabilonizhka <[email protected]>
pranav-1720 <[email protected]>
rainn <[email protected]>
rei2hu <[email protected]>
2 changes: 1 addition & 1 deletion benchmark/benchmark.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ bench( pkg, function benchmark( b ) {
len = 100;
lambda = new Float64Array( len );
for ( i = 0; i < len; i++ ) {
lambda[ i ] = ( uniform( EPS, 20.0 ));
lambda[ i ] = uniform( EPS, 20.0 );
}
b.tic();
for ( i = 0; i < b.iterations; i++ ) {
Expand Down

0 comments on commit ea712ec

Please sign in to comment.