You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+16-4Lines changed: 16 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,15 +4,25 @@
4
4
5
5
<sectionclass="release"id="unreleased">
6
6
7
-
## Unreleased (2025-04-07)
7
+
## Unreleased (2025-05-06)
8
+
9
+
<sectionclass="features">
10
+
11
+
### Features
12
+
13
+
-[`736fe31`](https://github.com/stdlib-js/stdlib/commit/736fe3118504faef9a2b6ac064debe426c8f9a24) - add C implementation for `stats/base/dists/lognormal/skewness`[(#4166)](https://github.com/stdlib-js/stdlib/pull/4166)
@@ -24,6 +34,7 @@ This release closes the following issue:
24
34
25
35
<details>
26
36
37
+
-[`736fe31`](https://github.com/stdlib-js/stdlib/commit/736fe3118504faef9a2b6ac064debe426c8f9a24) - **feat:** add C implementation for `stats/base/dists/lognormal/skewness`[(#4166)](https://github.com/stdlib-js/stdlib/pull/4166)_(by Manvith M, Philipp Burckhardt, stdlib-bot)_
27
38
-[`ae08a29`](https://github.com/stdlib-js/stdlib/commit/ae08a29eb928357ae97532f0c3f398b0fef58ebd) - **bench:** refactor random number generation in `stats/base/dists/lognormal`[(#5164)](https://github.com/stdlib-js/stdlib/pull/5164)_(by Saurabh Singh)_
28
39
-[`4a70790`](https://github.com/stdlib-js/stdlib/commit/4a707903dfef7c2b56216000165706497d19a251) - **style:** add missing spaces _(by Philipp Burckhardt)_
29
40
@@ -37,8 +48,9 @@ This release closes the following issue:
37
48
38
49
### Contributors
39
50
40
-
A total of 2 people contributed to this release. Thank you to the following contributors:
51
+
A total of 3 people contributed to this release. Thank you to the following contributors:
Copy file name to clipboardExpand all lines: README.md
+90-3Lines changed: 90 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -167,13 +167,100 @@ for ( i = 0; i < 10; i++ ) {
167
167
168
168
<!-- /.examples -->
169
169
170
-
<!--Section to include cited references. If references are included, add a horizontal rule *before* the section. Make sure to keep an empty line after the `section` element and another before the `/section` close. -->
170
+
<!--C interface documentation. -->
171
171
172
-
<sectionclass="references">
172
+
* * *
173
+
174
+
<sectionclass="c">
175
+
176
+
## C APIs
177
+
178
+
<!-- Section to include introductory text. Make sure to keep an empty line after the intro `section` element and another before the `/section` close. -->
0 commit comments