Skip to content

Commit 2cc3f58

Browse files
committed
Auto-generated commit
1 parent 83629e1 commit 2cc3f58

File tree

7 files changed

+11
-7
lines changed

7 files changed

+11
-7
lines changed

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-12-16)
7+
## Unreleased (2025-12-20)
88

99
<section class="features">
1010

@@ -36,6 +36,7 @@
3636

3737
<details>
3838

39+
- [`1af75ce`](https://github.com/stdlib-js/stdlib/commit/1af75ce8ffaff0ad623426831eea9b12e00db694) - **docs:** update REPL namespace documentation [(#9269)](https://github.com/stdlib-js/stdlib/pull/9269) _(by stdlib-bot)_
3940
- [`c4d8bf6`](https://github.com/stdlib-js/stdlib/commit/c4d8bf6ce2e9731a17f6985d7dc1037e5a2527ba) - **docs:** update REPL namespace documentation [(#9037)](https://github.com/stdlib-js/stdlib/pull/9037) _(by stdlib-bot)_
4041
- [`e33b198`](https://github.com/stdlib-js/stdlib/commit/e33b198da3d2b53aeffda7517b202432894ecf2b) - **docs:** update REPL namespace documentation [(#9018)](https://github.com/stdlib-js/stdlib/pull/9018) _(by stdlib-bot)_
4142
- [`be7259f`](https://github.com/stdlib-js/stdlib/commit/be7259f5ad5331829dc5345cae7c7903dab9d99d) - **docs:** update REPL namespace documentation [(#8516)](https://github.com/stdlib-js/stdlib/pull/8516) _(by stdlib-bot)_

CONTRIBUTORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ Mahfuza Humayra Mohona <[email protected]>
120120
121121
Manik Sharma <[email protected]>
122122
Manvith M <[email protected]>
123+
Mara Averick <[email protected]>
123124
Marcus Fantham <[email protected]>
124125
Matt Cochrane <[email protected]>
125126
Mihir Pandit <[email protected]>

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -279,8 +279,8 @@ Copyright &copy; 2016-2025. The Stdlib [Authors][stdlib-authors].
279279
280280
-->
281281

282-
[chat-image]: https://img.shields.io/gitter/room/stdlib-js/stdlib.svg
283-
[chat-url]: https://app.gitter.im/#/room/#stdlib-js_stdlib:gitter.im
282+
[chat-image]: https://img.shields.io/badge/zulip-join_chat-brightgreen.svg
283+
[chat-url]: https://stdlib.zulipchat.com
284284

285285
[stdlib]: https://github.com/stdlib-js/stdlib
286286

data/data.csv

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2655,6 +2655,7 @@ commonKeys,"var obj1 = { 'a': 1, 'b': 2 };\nvar obj2 = { 'a': 1, 'b': 2, 'c': 3,
26552655
commonKeysIn,"var obj1 = { 'a': 1, 'b': 2 };\nvar obj2 = { 'a': 1, 'b': 2, 'c': 3, 'd': 4 };\nvar keys = commonKeysIn( obj1, obj2 )\n"
26562656
complex,"var z = complex( 5.0, 3.0, 'float64' )\nz = complex( 5.0, 3.0, 'float32' )\n"
26572657
Complex64,"var z = new Complex64( 5.0, 3.0 )\nz.re\nz.im\n"
2658+
Complex64.name,"var str = Complex64.name\n"
26582659
Complex64.BYTES_PER_ELEMENT,"var s = Complex64.BYTES_PER_ELEMENT\n"
26592660
Complex64.prototype.BYTES_PER_ELEMENT,"var z = new Complex64( 5.0, 3.0 )\nvar s = z.BYTES_PER_ELEMENT\n"
26602661
Complex64.prototype.byteLength,"var z = new Complex64( 5.0, 3.0 )\nvar s = z.byteLength\n"
@@ -2703,6 +2704,7 @@ Complex64Array.prototype.toSorted,"function compare( a, b ) { return ( realf( a
27032704
Complex64Array.prototype.toString,"var arr = new Complex64Array( [ 1.0, 1.0, 2.0, -2.0, 3.0, 3.0 ] )\nvar str = arr.toString()\n"
27042705
Complex64Array.prototype.values,"var arr = new Complex64Array( [ 1.0, -1.0, 2.0, -2.0 ] )\nvar it = arr.values();\nvar v = it.next().value\nvar re = realf( v )\nvar im = imagf( v )\nv = it.next().value\nre = realf( v )\nim = imagf( v )\nvar bool = it.next().done\n"
27052706
Complex64Array.prototype.with,"var arr = new Complex64Array( [ 1.0, -1.0, 2.0, -2.0 ] )\nvar out = arr.with( 1, new Complex64( 3.0, -3.0 ) )\nvar z = out.get( 1 )\nvar re = realf( z )\nvar im = imagf( z )\n"
2707+
Complex128.name,"var str = Complex128.name\n"
27062708
Complex128.BYTES_PER_ELEMENT,"var s = Complex128.BYTES_PER_ELEMENT\n"
27072709
Complex128.prototype.BYTES_PER_ELEMENT,"var z = new Complex128( 5.0, 3.0 )\nvar s = z.BYTES_PER_ELEMENT\n"
27082710
Complex128.prototype.byteLength,"var z = new Complex128( 5.0, 3.0 )\nvar s = z.byteLength\n"

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)