Skip to content

Commit 37b6b64

Browse files
committed
Auto-generated commit
1 parent f7c51df commit 37b6b64

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ A total of 6 issues were closed in this release:
5858

5959
<details>
6060

61+
- [`35ce703`](https://github.com/stdlib-js/stdlib/commit/35ce70320886dd8f426225b2bd300114e7ea4c7d) - **docs:** remove duplicate words in documentation [(#9555)](https://github.com/stdlib-js/stdlib/pull/9555) _(by Shivam Mittal)_
6162
- [`4bbb36f`](https://github.com/stdlib-js/stdlib/commit/4bbb36ffe5348c5f863bd34d2218464bc1c18f88) - **docs:** update REPL namespace documentation [(#9545)](https://github.com/stdlib-js/stdlib/pull/9545) _(by stdlib-bot)_
6263
- [`2611bf7`](https://github.com/stdlib-js/stdlib/commit/2611bf70b28a222e72e051a4901c266f5d979412) - **docs:** update REPL namespace documentation [(#9529)](https://github.com/stdlib-js/stdlib/pull/9529) _(by stdlib-bot)_
6364
- [`c681b91`](https://github.com/stdlib-js/stdlib/commit/c681b91b18f634d25dae56786f0e7389cdc05114) - **docs:** update REPL namespace documentation [(#9467)](https://github.com/stdlib-js/stdlib/pull/9467) _(by stdlib-bot, Philipp Burckhardt)_
@@ -311,14 +312,15 @@ A total of 6 issues were closed in this release:
311312

312313
### Contributors
313314

314-
A total of 8 people contributed to this release. Thank you to the following contributors:
315+
A total of 9 people contributed to this release. Thank you to the following contributors:
315316

316317
- Athan Reines
317318
- Divyanshu
318319
- Gururaj Gurram
319320
- Payal Goswami
320321
- Philipp Burckhardt
321322
- Rohit R Bhat
323+
- Shivam Mittal
322324
- Snehil Shah
323325
- Vinit Pandit
324326

info/data/data.csv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2564,7 +2564,7 @@ base.wrap,"\nbase.wrap( v:number, min:number, max:number )\n Wraps a value to
25642564
base.xlog1py,"\nbase.xlog1py( x:number, y:number )\n Computes `x * ln(y+1)` so that the result is `0` if `x = 0`.\n"
25652565
base.xlogy,"\nbase.xlogy( x:number, y:number )\n Computes `x * ln(y)` so that the result is `0` if `x = 0`.\n"
25662566
base.zeta,"\nbase.zeta( s:number )\n Evaluates the Riemann zeta function as a function of a real variable `s`.\n"
2567-
BERNDT_CPS_WAGES_1985,"\nBERNDT_CPS_WAGES_1985()\n Returns a random sample of 534 workers from the Current Population Survey\n (CPS) from 1985, including their wages and and other characteristics.\n"
2567+
BERNDT_CPS_WAGES_1985,"\nBERNDT_CPS_WAGES_1985()\n Returns a random sample of 534 workers from the Current Population Survey\n (CPS) from 1985, including their wages and other characteristics.\n"
25682568
bifurcate,"\nbifurcate( collection:Array|TypedArray|Object, [options:Object,] \n filter:Array|TypedArray|Object )\n Splits values into two groups.\n"
25692569
bifurcateBy,"\nbifurcateBy( collection:Array|TypedArray|Object, [options:Object,] \n predicate:Function )\n Splits values into two groups according to a predicate function.\n"
25702570
bifurcateByAsync,"\nbifurcateByAsync( collection:Array|TypedArray|Object, [options:Object,] \n predicate:Function, done:Function )\n Splits values into two groups according to a predicate function.\n"

0 commit comments

Comments
 (0)