Skip to content

Commit 58ce715

Browse files
committed
Auto-generated commit
1 parent 6a6e550 commit 58ce715

9 files changed

Lines changed: 19 additions & 239 deletions

File tree

.github/.keepalive

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

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,15 @@
44
55
<section class="release" id="unreleased">
66

7-
## Unreleased (2026-05-28)
7+
## Unreleased (2026-06-11)
88

99
<section class="commits">
1010

1111
### Commits
1212

1313
<details>
1414

15+
- [`cae5335`](https://github.com/stdlib-js/stdlib/commit/cae53357950b4c389b0020878c268995cd79d222) - **docs:** propagate develop fixes to sibling packages [(#12736)](https://github.com/stdlib-js/stdlib/pull/12736) _(by Philipp Burckhardt)_
1516
- [`df7e670`](https://github.com/stdlib-js/stdlib/commit/df7e670a48f3403adefb402ce0a4e5e977e7af53) - **bench:** refactor to use string interpolation in `stats/base/dists/degenerate` [(#10326)](https://github.com/stdlib-js/stdlib/pull/10326) _(by Vishal Gaikwad, Athan Reines)_
1617

1718
</details>
@@ -24,9 +25,10 @@
2425

2526
### Contributors
2627

27-
A total of 2 people contributed to this release. Thank you to the following contributors:
28+
A total of 3 people contributed to this release. Thank you to the following contributors:
2829

2930
- Athan Reines
31+
- Philipp Burckhardt
3032
- Vishal Gaikwad
3133

3234
</section>

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -278,6 +278,11 @@ For more information on the project, filing bug reports and feature requests, an
278278

279279
---
280280

281+
## License
282+
283+
See [LICENSE][stdlib-license].
284+
285+
281286
## Copyright
282287

283288
Copyright &copy; 2016-2026. The Stdlib [Authors][stdlib-authors].
@@ -324,6 +329,8 @@ Copyright &copy; 2016-2026. The Stdlib [Authors][stdlib-authors].
324329
[esm-readme]: https://github.com/stdlib-js/stats-base-dists-degenerate-logpdf/blob/esm/README.md
325330
[branches-url]: https://github.com/stdlib-js/stats-base-dists-degenerate-logpdf/blob/main/branches.md
326331

332+
[stdlib-license]: https://raw.githubusercontent.com/stdlib-js/stats-base-dists-degenerate-logpdf/main/LICENSE
333+
327334
[pdf]: https://en.wikipedia.org/wiki/Probability_density_function
328335

329336
[degenerate-distribution]: https://en.wikipedia.org/wiki/Degenerate_distribution

dist/factory.js

Lines changed: 0 additions & 74 deletions
This file was deleted.

dist/index.js

Lines changed: 6 additions & 38 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/main.js

Lines changed: 0 additions & 63 deletions
This file was deleted.

dist/native.js

Lines changed: 0 additions & 59 deletions
This file was deleted.

lib/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
'use strict';
2020

2121
/**
22-
* Degenerate distribution logarithm of probability density function (logPDF).
22+
* Degenerate distribution natural logarithm of probability density function (logPDF).
2323
*
2424
* @module @stdlib/stats-base-dists-degenerate-logpdf
2525
*

0 commit comments

Comments
 (0)