Skip to content

Commit fe6ef11

Browse files
committed
Auto-generated commit
1 parent 22d0f35 commit fe6ef11

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1339,6 +1339,7 @@
13391339

13401340
### Reverts
13411341

1342+
- [`932f042`](https://github.com/stdlib-js/stdlib/commit/932f0422195ffa4db9efaca5e060881716aae006) - chore: add src to directories
13421343
- [`168c7c1`](https://github.com/stdlib-js/stdlib/commit/168c7c18aa58007cf9d7785b9cde69e8e7157c21) - docs: fix example code
13431344
- [`5678272`](https://github.com/stdlib-js/stdlib/commit/5678272af1d4f9e08fd667e54cb46083075b5d3d) - feat: add missing `stats/base` exports to namespace
13441345

@@ -3546,6 +3547,7 @@ A total of 560 issues were closed in this release:
35463547

35473548
<details>
35483549

3550+
- [`932f042`](https://github.com/stdlib-js/stdlib/commit/932f0422195ffa4db9efaca5e060881716aae006) - **revert:** chore: add src to directories _(by Philipp Burckhardt)_
35493551
- [`3b896f1`](https://github.com/stdlib-js/stdlib/commit/3b896f19550d799ea5a61d386974f6ce1f341eaa) - **chore:** add src to directories _(by Philipp Burckhardt)_
35503552
- [`8107a5a`](https://github.com/stdlib-js/stdlib/commit/8107a5a755bbdeb69c8110a2dbc9ed1a39d136c9) - **feat:** add `stats/base/ndarray/dnanmidrange` [(#9504)](https://github.com/stdlib-js/stdlib/pull/9504) _(by Sachin Pangal)_
35513553
- [`fb7c43e`](https://github.com/stdlib-js/stdlib/commit/fb7c43e10a7a6f10f2677fa7ea1790fff535c968) - **feat:** add `stats/strided/smskmidrange` [(#9492)](https://github.com/stdlib-js/stdlib/pull/9492) _(by Sachin Pangal, Athan Reines, stdlib-bot)_

base/dists/binomial/logpmf/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
"doc": "./docs",
2020
"example": "./examples",
2121
"lib": "./lib",
22-
"src": "./src",
2322
"test": "./test"
2423
},
2524
"types": "./docs/types",

base/dists/signrank/cdf/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
"doc": "./docs",
2020
"example": "./examples",
2121
"lib": "./lib",
22-
"src": "./src",
2322
"test": "./test"
2423
},
2524
"types": "./docs/types",

0 commit comments

Comments
 (0)