Skip to content

Commit

Permalink
Auto-generated commit
Browse files Browse the repository at this point in the history
  • Loading branch information
stdlib-bot committed Feb 22, 2025
1 parent d940abb commit aa5e8a1
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

We are excited about your pull request, but unfortunately we are not accepting pull requests against this repository, as all development happens on the [main project repository](https://github.com/stdlib-js/stdlib). We kindly request that you submit this pull request against the [respective directory](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/namespace/pkg2standalone) of the main repository where we’ll review and provide feedback.

If this is your first stdlib contribution, be sure to read the [contributing guide](https://github.com/stdlib-js/stdlib/blob/develop/CONTRIBUTING.md) which provides guidelines and instructions for submitting contributions. You may also consult the [development guide](https://github.com/stdlib-js/stdlib/blob/develop/docs/development.md) for help on developing stdlib.
If this is your first stdlib contribution, be sure to read the [contributing guide](https://github.com/stdlib-js/stdlib/blob/develop/CONTRIBUTING.md) which provides guidelines and instructions for submitting contributions. You may also consult the [development guide](https://github.com/stdlib-js/stdlib/blob/develop/docs/contributing/development.md) for help on developing stdlib.

We look forward to receiving your contribution! :smiley:
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<section class="release" id="unreleased">

## Unreleased (2025-02-21)
## Unreleased (2025-02-22)

<section class="features">

Expand Down Expand Up @@ -38,6 +38,8 @@

<details>

- [`fc4a92a`](https://github.com/stdlib-js/stdlib/commit/fc4a92a4a2356e4de3026fcfcfbd6433121851a0) - **refactor:** update paths _(by Aayush Khanna)_
- [`5875a2c`](https://github.com/stdlib-js/stdlib/commit/5875a2c8878cf2b966d61e886efd99b91e6793f3) - **docs:** update repl help _(by Athan Reines)_
- [`d67d2d9`](https://github.com/stdlib-js/stdlib/commit/d67d2d9b20812b307da729b50475a297c00fa57c) - **docs:** update REPL namespace documentation [(#5350)](https://github.com/stdlib-js/stdlib/pull/5350) _(by stdlib-bot)_
- [`472883d`](https://github.com/stdlib-js/stdlib/commit/472883d6f2df01f1ed09c4fab80fd7068b8af214) - **refactor:** update paths _(by Aayush Khanna)_
- [`b644709`](https://github.com/stdlib-js/stdlib/commit/b64470944253e6c2be920aa4e066146bd9ab11f2) - **refactor:** update paths _(by Aayush Khanna)_
Expand Down
14 changes: 7 additions & 7 deletions data/data.csv
Original file line number Diff line number Diff line change
Expand Up @@ -1096,7 +1096,7 @@
"@stdlib/blas/ext/base/dnanasumors","@stdlib/blas-ext-base-dnanasumors"
"@stdlib/stats/strided/dnanmax","@stdlib/stats-strided-dnanmax"
"@stdlib/stats/strided/dnanmaxabs","@stdlib/stats-strided-dnanmaxabs"
"@stdlib/stats/base/dnanmean","@stdlib/stats-base-dnanmean"
"@stdlib/stats/strided/dnanmean","@stdlib/stats-base-dnanmean"
"@stdlib/stats/base/dnanmeanors","@stdlib/stats-base-dnanmeanors"
"@stdlib/stats/base/dnanmeanpn","@stdlib/stats-base-dnanmeanpn"
"@stdlib/stats/base/dnanmeanpw","@stdlib/stats-base-dnanmeanpw"
Expand Down Expand Up @@ -1519,7 +1519,7 @@
"@stdlib/stats/chi2test","@stdlib/stats-chi2test"
"@stdlib/array/to-circular-iterator","@stdlib/array-to-circular-iterator"
"@stdlib/streams/node/from-circular-array","@stdlib/streams-node-from-circular-array"
"@stdlib/utils/circular-buffer","@stdlib/utils-circular-buffer"
"@stdlib/dstructs/circular-buffer","@stdlib/dstructs-circular-buffer"
"@stdlib/fs/close","@stdlib/fs-close"
"@stdlib/datasets/cmudict","@stdlib/datasets-cmudict"
"@stdlib/string/code-point-at","@stdlib/string-code-point-at"
Expand Down Expand Up @@ -1587,7 +1587,7 @@
"@stdlib/utils/define-property","@stdlib/utils-define-property"
"@stdlib/utils/dirname","@stdlib/utils-dirname"
"@stdlib/string/dotcase","@stdlib/string-dotcase"
"@stdlib/utils/doubly-linked-list","@stdlib/utils-doubly-linked-list"
"@stdlib/dstructs/doubly-linked-list","@stdlib/dstructs-doubly-linked-list"
"@stdlib/utils/do-until","@stdlib/utils-do-until"
"@stdlib/utils/async/do-until","@stdlib/utils-async-do-until"
"@stdlib/utils/do-until-each","@stdlib/utils-do-until-each"
Expand Down Expand Up @@ -1637,7 +1637,7 @@
"@stdlib/math/base/special/fast/pow-int","@stdlib/math-base-special-fast-pow-int"
"@stdlib/math/base/special/fast/uint32-sqrt","@stdlib/math-base-special-fast-uint32-sqrt"
"@stdlib/datasets/female-first-names-en","@stdlib/datasets-female-first-names-en"
"@stdlib/utils/fifo","@stdlib/utils-fifo"
"@stdlib/dstructs/fifo","@stdlib/dstructs-fifo"
"@stdlib/array/filled","@stdlib/array-filled"
"@stdlib/array/filled-by","@stdlib/array-filled-by"
"@stdlib/utils/filter-arguments","@stdlib/utils-filter-arguments"
Expand Down Expand Up @@ -2501,7 +2501,7 @@
"@stdlib/string/last","@stdlib/string-last"
"@stdlib/nlp/lda","@stdlib/nlp-lda"
"@stdlib/stats/levene-test","@stdlib/stats-levene-test"
"@stdlib/utils/linked-list","@stdlib/utils-linked-list"
"@stdlib/dstructs/linked-list","@stdlib/dstructs-linked-list"
"@stdlib/array/linspace","@stdlib/array-linspace"
"@stdlib/datasets/liu-negative-opinion-words-en","@stdlib/datasets-liu-negative-opinion-words-en"
"@stdlib/datasets/liu-positive-opinion-words-en","@stdlib/datasets-liu-positive-opinion-words-en"
Expand Down Expand Up @@ -2561,7 +2561,7 @@
"@stdlib/constants/time/months-in-year","@stdlib/constants-time-months-in-year"
"@stdlib/utils/move-property","@stdlib/utils-move-property"
"@stdlib/slice/multi","@stdlib/slice-multi"
"@stdlib/utils/named-typed-tuple","@stdlib/utils-named-typed-tuple"
"@stdlib/dstructs/named-typed-tuple","@stdlib/dstructs-named-typed-tuple"
"@stdlib/constants/float64/nan","@stdlib/constants-float64-nan"
"@stdlib/utils/nary-function","@stdlib/utils-nary-function"
"@stdlib/utils/native-class","@stdlib/utils-native-class"
Expand Down Expand Up @@ -2994,7 +2994,7 @@
"@stdlib/constants/float64/sqrt-two-pi","@stdlib/constants-float64-sqrt-two-pi"
"@stdlib/datasets/ssa-us-births-2000-2014","@stdlib/datasets-ssa-us-births-2000-2014"
"@stdlib/blas/sswap","@stdlib/blas-sswap"
"@stdlib/utils/stack","@stdlib/utils-stack"
"@stdlib/dstructs/stack","@stdlib/dstructs-stack"
"@stdlib/namespace/standalone2pkg","@stdlib/namespace-standalone2pkg"
"@stdlib/datasets/standard-card-deck","@stdlib/datasets-standard-card-deck"
"@stdlib/string/startcase","@stdlib/string-startcase"
Expand Down
2 changes: 1 addition & 1 deletion data/data.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/index.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/index.js.map

Large diffs are not rendered by default.

0 comments on commit aa5e8a1

Please sign in to comment.