Skip to content

Commit 9f98702

Browse files
committed
Auto-generated commit
1 parent 5568521 commit 9f98702

File tree

6 files changed

+12
-5
lines changed

6 files changed

+12
-5
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,3 +188,7 @@ jsconfig.json
188188
# Other editor files #
189189
######################
190190
.idea/
191+
192+
# Cursor #
193+
##########
194+
.cursorignore

CHANGELOG.md

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

7-
## Unreleased (2025-02-15)
7+
## Unreleased (2025-02-17)
88

99
<section class="features">
1010

@@ -34,6 +34,7 @@
3434

3535
<details>
3636

37+
- [`903dd5a`](https://github.com/stdlib-js/stdlib/commit/903dd5ad042c88062b0e86aada5b4611d1fe8ea4) - **docs:** update REPL namespace documentation [(#5255)](https://github.com/stdlib-js/stdlib/pull/5255) _(by stdlib-bot)_
3738
- [`842339c`](https://github.com/stdlib-js/stdlib/commit/842339cc7f1235f0276e987d18b78bf04a12c2ed) - **docs:** update REPL namespace documentation [(#5208)](https://github.com/stdlib-js/stdlib/pull/5208) _(by stdlib-bot)_
3839
- [`6de2470`](https://github.com/stdlib-js/stdlib/commit/6de24703c71c1c5fb4a591b9555186066d50f273) - **docs:** update REPL namespace documentation [(#5153)](https://github.com/stdlib-js/stdlib/pull/5153) _(by stdlib-bot)_
3940
- [`502c87c`](https://github.com/stdlib-js/stdlib/commit/502c87cea01e40e40b7cb5bba335a943e148e613) - **docs:** update REPL namespace documentation [(#5131)](https://github.com/stdlib-js/stdlib/pull/5131) _(by stdlib-bot)_

data/data.csv

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,8 @@ base.cmul,"base.cmul( z1:Complex128, z2:Complex128 )"
249249
base.cmul.assign,"base.cmul.assign( re1:number, im1:number, re2:number, im2:number, out:ArrayLikeObject, strideOut:integer, offsetOut:integer )"
250250
base.cmul.strided,"base.cmul.strided( z1:ArrayLikeObject, sz1:integer, oz1:integer, z2:ArrayLikeObject, sz2:integer, oz2:integer, out:ArrayLikeObject, so:integer, oo:integer )"
251251
base.cmulf,"base.cmulf( z1:Complex64, z2:Complex64 )"
252+
base.cmulf.assign,"base.cmulf.assign( re1:number, im1:number, re2:number, im2:number, out:ArrayLikeObject, strideOut:integer, offsetOut:integer )"
253+
base.cmulf.strided,"base.cmulf.strided( z1:ArrayLikeObject, sz1:integer, oz1:integer, z2:ArrayLikeObject, sz2:integer, oz2:integer, out:ArrayLikeObject, so:integer, oo:integer )"
252254
base.cneg,"base.cneg( z )"
253255
base.cnegf,"base.cnegf( z )"
254256
base.codePointAt,"base.codePointAt( str:string, idx:integer, backward:boolean )"

data/data.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

dist/index.js

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/index.js.map

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

0 commit comments

Comments
 (0)