Skip to content

Commit 42c74ac

Browse files
committed
Auto-generated commit
1 parent 675f0b9 commit 42c74ac

File tree

3 files changed

+42
-17
lines changed

3 files changed

+42
-17
lines changed

.github/.keepalive

Lines changed: 0 additions & 1 deletion
This file was deleted.

CHANGELOG.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,40 @@
22

33
> Package changelog.
44
5+
<section class="release" id="unreleased">
6+
7+
## Unreleased (2026-02-27)
8+
9+
<section class="commits">
10+
11+
### Commits
12+
13+
<details>
14+
15+
- [`ee1f1a7`](https://github.com/stdlib-js/stdlib/commit/ee1f1a7b7d7de0dba506731a05698e0bb43b2d1c) - **docs:** fix wrong section order in `stats/base/dists` and `stats/strided` READMEs _(by Philipp Burckhardt)_
16+
17+
</details>
18+
19+
</section>
20+
21+
<!-- /.commits -->
22+
23+
<section class="contributors">
24+
25+
### Contributors
26+
27+
A total of 1 person contributed to this release. Thank you to this contributor:
28+
29+
- Philipp Burckhardt
30+
31+
</section>
32+
33+
<!-- /.contributors -->
34+
35+
</section>
36+
37+
<!-- /.release -->
38+
539
<section class="release" id="v0.3.1">
640

741
## 0.3.1 (2026-02-05)

README.md

Lines changed: 8 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -161,22 +161,6 @@ logEachMap( 'µ: %0.4f, σ: %0.4f, E(X;µ,σ): %0.4f', mu, sigma, mean );
161161

162162
<!-- /.examples -->
163163

164-
<!-- 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. -->
165-
166-
<section class="references">
167-
168-
</section>
169-
170-
<!-- /.references -->
171-
172-
<!-- Section for related `stdlib` packages. Do not manually edit this section, as it is automatically populated. -->
173-
174-
<section class="related">
175-
176-
</section>
177-
178-
<!-- /.related -->
179-
180164
<!-- Section to include C API documentation. -->
181165

182166
<section class="c">
@@ -263,6 +247,14 @@ int main( void ) {
263247

264248
<!-- /.c -->
265249

250+
<!-- 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. -->
251+
252+
<section class="references">
253+
254+
</section>
255+
256+
<!-- /.references -->
257+
266258
<!-- Section for related `stdlib` packages. Do not manually edit this section, as it is automatically populated. -->
267259

268260
<section class="related">

0 commit comments

Comments
 (0)