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 Jun 21, 2024
1 parent 4672f20 commit 30af12f
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 6 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@

### Features

- [`ba4ce18`](https://github.com/stdlib-js/stdlib/commit/ba4ce188564d0207be7b780202dd4966b8dd9459) - add `amskput` to namespace
- [`3eb5c20`](https://github.com/stdlib-js/stdlib/commit/3eb5c20b3f683af347e2c502e670fb6c88527f6c) - add `aplace` to namespace
- [`89026af`](https://github.com/stdlib-js/stdlib/commit/89026afb85fbfa45556d4921686c62092f4fe8b8) - add `aput` to namespace
- [`0f9acd1`](https://github.com/stdlib-js/stdlib/commit/0f9acd17de012dfe755c98b602d6bb3dbe1e8117) - add `BooleanArray` to namespace
Expand Down Expand Up @@ -46,6 +47,7 @@

<details>

- [`ba4ce18`](https://github.com/stdlib-js/stdlib/commit/ba4ce188564d0207be7b780202dd4966b8dd9459) - **feat:** add `amskput` to namespace _(by Athan Reines)_
- [`3eb5c20`](https://github.com/stdlib-js/stdlib/commit/3eb5c20b3f683af347e2c502e670fb6c88527f6c) - **feat:** add `aplace` to namespace _(by Athan Reines)_
- [`89026af`](https://github.com/stdlib-js/stdlib/commit/89026afb85fbfa45556d4921686c62092f4fe8b8) - **feat:** add `aput` to namespace _(by Athan Reines)_
- [`34ef42e`](https://github.com/stdlib-js/stdlib/commit/34ef42e798ec33e1f3a62a15a460dd46ae7c693c) - **docs:** update REPL namespace documentation [(#2246)](https://github.com/stdlib-js/stdlib/pull/2246) _(by stdlib-bot, Athan Reines)_
Expand Down
5 changes: 3 additions & 2 deletions data/data.csv
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"@stdlib/namespace/aliases","@stdlib/namespace/alias2pkg,@stdlib/namespace/alias2related,@stdlib/namespace/pkg2alias"
"@stdlib/buffer/alloc-unsafe","@stdlib/buffer/ctor,@stdlib/buffer/from-array,@stdlib/buffer/from-arraybuffer,@stdlib/buffer/from-buffer,@stdlib/buffer/from-string"
"@stdlib/array/mskfilter","@stdlib/array/mskreject"
"@stdlib/array/mskput","@stdlib/array/place,@stdlib/array/put,@stdlib/array/take"
"@stdlib/array/mskreject","@stdlib/array/mskfilter"
"@stdlib/array/nans","@stdlib/array/full,@stdlib/array/nans-like,@stdlib/array/ones,@stdlib/array/zeros"
"@stdlib/array/nans-like","@stdlib/array/full-like,@stdlib/array/nans,@stdlib/array/ones-like,@stdlib/array/zeros-like"
Expand All @@ -32,9 +33,9 @@
"@stdlib/array/one-to","@stdlib/array/full,@stdlib/array/ones,@stdlib/array/one-to-like,@stdlib/array/zero-to"
"@stdlib/array/one-to-like","@stdlib/array/full-like,@stdlib/array/ones-like,@stdlib/array/one-to,@stdlib/array/zero-to-like"
"@stdlib/constants/float64/apery",""
"@stdlib/array/place","@stdlib/array/put,@stdlib/array/take"
"@stdlib/array/place","@stdlib/array/mskput,@stdlib/array/put,@stdlib/array/take"
"@stdlib/utils/append","@stdlib/utils/prepend,@stdlib/utils/push"
"@stdlib/array/put","@stdlib/array/place,@stdlib/array/take"
"@stdlib/array/put","@stdlib/array/mskput,@stdlib/array/place,@stdlib/array/take"
"@stdlib/os/arch","@stdlib/os/platform"
"@stdlib/utils/argument-function","@stdlib/utils/constant-function,@stdlib/utils/identity-function"
"@stdlib/process/argv","@stdlib/process/env"
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 30af12f

Please sign in to comment.