Skip to content

Commit bd67a9d

Browse files
committed
Auto-generated commit
1 parent 8f13b4d commit bd67a9d

3 files changed

Lines changed: 48 additions & 14 deletions

File tree

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.1.1">
640

741
## 0.1.1 (2026-02-08)

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -162,14 +162,6 @@ logEachMap( 't: %0.4f, λ: %0.4f, M_X(t;λ): %0.4f', t, lambda, mgf );
162162

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

165-
<!-- 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. -->
166-
167-
<section class="references">
168-
169-
</section>
170-
171-
<!-- /.references -->
172-
173165
<!-- C interface documentation. -->
174166

175167
* * *
@@ -266,6 +258,14 @@ int main( void ) {
266258

267259
<!-- /.c -->
268260

261+
<!-- 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. -->
262+
263+
<section class="references">
264+
265+
</section>
266+
267+
<!-- /.references -->
268+
269269
<!-- Section for related `stdlib` packages. Do not manually edit this section, as it is automatically populated. -->
270270

271271
<section class="related">
@@ -313,8 +313,8 @@ Copyright &copy; 2016-2026. The Stdlib [Authors][stdlib-authors].
313313
[npm-image]: http://img.shields.io/npm/v/@stdlib/stats-base-dists-planck-mgf.svg
314314
[npm-url]: https://npmjs.org/package/@stdlib/stats-base-dists-planck-mgf
315315

316-
[test-image]: https://github.com/stdlib-js/stats-base-dists-planck-mgf/actions/workflows/test.yml/badge.svg?branch=v0.1.1
317-
[test-url]: https://github.com/stdlib-js/stats-base-dists-planck-mgf/actions/workflows/test.yml?query=branch:v0.1.1
316+
[test-image]: https://github.com/stdlib-js/stats-base-dists-planck-mgf/actions/workflows/test.yml/badge.svg?branch=main
317+
[test-url]: https://github.com/stdlib-js/stats-base-dists-planck-mgf/actions/workflows/test.yml?query=branch:main
318318

319319
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/stats-base-dists-planck-mgf/main.svg
320320
[coverage-url]: https://codecov.io/github/stdlib-js/stats-base-dists-planck-mgf?branch=main

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,21 +42,21 @@
4242
"dependencies": {
4343
"@stdlib/math-base-assert-is-nan": "^0.2.3",
4444
"@stdlib/math-base-napi-binary": "^0.3.3",
45-
"@stdlib/math-base-special-expm1": "^0.2.3",
45+
"@stdlib/math-base-special-expm1": "^0.2.4",
4646
"@stdlib/utils-constant-function": "^0.2.3",
4747
"@stdlib/utils-define-nonenumerable-read-only-property": "^0.2.3",
4848
"@stdlib/utils-library-manifest": "^0.2.4"
4949
},
5050
"devDependencies": {
51-
"@stdlib/console-log-each-map": "^0.1.0",
51+
"@stdlib/console-log-each-map": "^0.1.1",
5252
"@stdlib/constants-float64-eps": "^0.2.3",
5353
"@stdlib/math-base-special-abs": "^0.2.3",
54-
"@stdlib/random-array-uniform": "^0.2.1",
54+
"@stdlib/random-array-uniform": "^0.2.2",
5555
"@stdlib/utils-try-require": "^0.2.3",
5656
"tape": "git+https://github.com/kgryte/tape.git#fix/globby",
5757
"istanbul": "^0.4.1",
5858
"tap-min": "git+https://github.com/Planeshifter/tap-min.git",
59-
"@stdlib/bench-harness": "^0.2.2"
59+
"@stdlib/bench-harness": "^0.2.3"
6060
},
6161
"engines": {
6262
"node": ">=0.10.0",

0 commit comments

Comments
 (0)