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
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
5
5
<sectionclass="release"id="unreleased">
6
6
7
-
## Unreleased (2025-01-12)
7
+
## Unreleased (2025-02-19)
8
8
9
9
<sectionclass="features">
10
10
@@ -34,6 +34,7 @@ This release closes the following issue:
34
34
35
35
<details>
36
36
37
+
-[`c7bfa92`](https://github.com/stdlib-js/stdlib/commit/c7bfa923af0c5346766c90300e0d0a3c2188d438) - **docs:** fix missing ending `section` in various READMEs [(#5292)](https://github.com/stdlib-js/stdlib/pull/5292)_(by Saurabh Singh)_
37
38
-[`1d5aa47`](https://github.com/stdlib-js/stdlib/commit/1d5aa47204c258b674d3db4aec92fbd2475e5ea7) - **chore:** directly draw from the desired distribution instead of adding constants _(by Philipp Burckhardt)_
-[`98fa29f`](https://github.com/stdlib-js/stdlib/commit/98fa29f0c3aa52aca0bbfb9bdf173250b4fd860a) - **feat:** add C implementation for `stats/base/dists/triangular/mgf`[(#4330)](https://github.com/stdlib-js/stdlib/pull/4330)_(by Prashant Kumar Yadav, Philipp Burckhardt)_
@@ -48,11 +49,12 @@ This release closes the following issue:
48
49
49
50
### Contributors
50
51
51
-
A total of 3 people contributed to this release. Thank you to the following contributors:
52
+
A total of 4 people contributed to this release. Thank you to the following contributors:
Copy file name to clipboardExpand all lines: README.md
+12-4Lines changed: 12 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -196,10 +196,6 @@ for ( i = 0; i < 10; i++ ) {
196
196
197
197
<!-- /.examples -->
198
198
199
-
<!-- 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. -->
200
-
201
-
<sectionclass="references">
202
-
203
199
<!-- C interface documentation. -->
204
200
205
201
* * *
@@ -296,6 +292,18 @@ int main( void ) {
296
292
297
293
</section>
298
294
295
+
<!-- /.examples -->
296
+
297
+
</section>
298
+
299
+
<!-- /.c -->
300
+
301
+
<!-- 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. -->
302
+
303
+
<sectionclass="references">
304
+
305
+
</section>
306
+
299
307
<!-- /.references -->
300
308
301
309
<!-- Section for related `stdlib` packages. Do not manually edit this section, as it is automatically populated. -->
0 commit comments