Skip to content

Commit 2d260d6

Browse files
committed
Auto-generated commit
1 parent d9b65dd commit 2d260d6

File tree

6 files changed

+10
-7
lines changed

6 files changed

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

99
<section class="features">
1010

@@ -35,6 +35,7 @@
3535

3636
<details>
3737

38+
- [`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)_
3839
- [`7f83de8`](https://github.com/stdlib-js/stdlib/commit/7f83de89a15457eff3bde178383c587b75854dda) - **docs:** update REPL namespace documentation [(#9115)](https://github.com/stdlib-js/stdlib/pull/9115) _(by stdlib-bot, Philipp Burckhardt)_
3940
- [`db475c9`](https://github.com/stdlib-js/stdlib/commit/db475c9e82f415b00c89fe590faa66d732415745) - **docs:** update REPL namespace documentation [(#8123)](https://github.com/stdlib-js/stdlib/pull/8123) _(by stdlib-bot)_
4041
- [`26142f9`](https://github.com/stdlib-js/stdlib/commit/26142f9229d2160cbb5a0defb26f63d50200d850) - **docs:** update REPL namespace documentation [(#8103)](https://github.com/stdlib-js/stdlib/pull/8103) _(by stdlib-bot)_

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -271,8 +271,8 @@ Copyright &copy; 2016-2025. The Stdlib [Authors][stdlib-authors].
271271
272272
-->
273273

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

277277
[stdlib]: https://github.com/stdlib-js/stdlib
278278

data/data.csv

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2655,6 +2655,7 @@ commonKeys,"\ncommonKeys( obj1:any, obj2:any[, ...obj:any] )\n Returns the co
26552655
commonKeysIn,"\ncommonKeysIn( obj1:any, obj2:any[, ...obj:any] )\n Returns the common own and inherited property names of two or more objects.\n"
26562656
complex,"\ncomplex( real:number, imag:number[, dtype:string] )\n Creates a complex number.\n"
26572657
Complex64,"\nComplex64( real:number, imag:number )\n 64-bit complex number constructor.\n"
2658+
Complex64.name,"\nComplex64.name\n Constructor name.\n"
26582659
Complex64.BYTES_PER_ELEMENT,"\nComplex64.BYTES_PER_ELEMENT\n Size (in bytes) of each component.\n"
26592660
Complex64.prototype.BYTES_PER_ELEMENT,"\nComplex64.prototype.BYTES_PER_ELEMENT\n Size (in bytes) of each component.\n"
26602661
Complex64.prototype.byteLength,"\nComplex64.prototype.byteLength\n Length (in bytes) of a complex number.\n"
@@ -2704,6 +2705,7 @@ Complex64Array.prototype.toString,"\nComplex64Array.prototype.toString()\n Se
27042705
Complex64Array.prototype.values,"\nComplex64Array.prototype.values()\n Returns an iterator for iterating over each value in a typed array.\n"
27052706
Complex64Array.prototype.with,"\nComplex64Array.prototype.with( index, value )\n Returns a new typed array with the element at a provided index replaced\n with a provided value.\n"
27062707
Complex128,"\nComplex128( real:number, imag:number )\n 128-bit complex number constructor.\n"
2708+
Complex128.name,"\nComplex128.name\n Constructor name.\n"
27072709
Complex128.BYTES_PER_ELEMENT,"\nComplex128.BYTES_PER_ELEMENT\n Size (in bytes) of each component.\n"
27082710
Complex128.prototype.BYTES_PER_ELEMENT,"\nComplex128.prototype.BYTES_PER_ELEMENT\n Size (in bytes) of each component.\n"
27092711
Complex128.prototype.byteLength,"\nComplex128.prototype.byteLength\n Length (in bytes) of a complex number.\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)