Skip to content

Commit 83da884

Browse files
committed
Auto-generated commit
1 parent 85cc5dd commit 83da884

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

CHANGELOG.md

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

7-
## Unreleased (2025-11-15)
7+
## Unreleased (2025-11-18)
88

99
<section class="features">
1010

@@ -22,6 +22,7 @@
2222

2323
<details>
2424

25+
- [`b7a1ba3`](https://github.com/stdlib-js/stdlib/commit/b7a1ba3a07bae5c3cf02aaa576fd2f24b0f62f2f) - **docs:** remove duplicated example _(by Philipp Burckhardt)_
2526
- [`903f141`](https://github.com/stdlib-js/stdlib/commit/903f1415351afbabd33b859b0888ad2daa02ecc0) - **feat:** add `ndarray/base/complement-shape` _(by Athan Reines)_
2627

2728
</details>
@@ -34,9 +35,10 @@
3435

3536
### Contributors
3637

37-
A total of 1 person contributed to this release. Thank you to this contributor:
38+
A total of 2 people contributed to this release. Thank you to the following contributors:
3839

3940
- Athan Reines
41+
- Philipp Burckhardt
4042

4143
</section>
4244

docs/types/index.d.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,6 @@ import { Collection } from '@stdlib/types/array';
4242
* sh = complementShape( [ 3, 2 ], [ 0 ] );
4343
* // returns [ 2 ]
4444
*
45-
* sh = complementShape( [ 3 ], [ 0 ] );
46-
* // returns []
47-
*
4845
* sh = complementShape( [], [] );
4946
* // returns []
5047
*/

0 commit comments

Comments
 (0)