Skip to content

Commit e9a2fd6

Browse files
committed
Auto-generated commit
1 parent b525913 commit e9a2fd6

3 files changed

Lines changed: 6 additions & 1 deletion

File tree

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 (2024-11-21)
7+
## Unreleased (2024-11-25)
88

99
<section class="features">
1010

@@ -34,6 +34,7 @@ This release closes the following issue:
3434

3535
<details>
3636

37+
- [`2af4b75`](https://github.com/stdlib-js/stdlib/commit/2af4b757cab1052ee7a788f2154f2c7b8c9aa9bb) - **docs:** add note _(by Athan Reines)_
3738
- [`c328fc5`](https://github.com/stdlib-js/stdlib/commit/c328fc515fc925ee717ed9cd844cca83a61da806) - **feat:** add `array/base/mskbinary3d` [(#3193)](https://github.com/stdlib-js/stdlib/pull/3193) _(by Rylan Yang, Athan Reines, stdlib-bot)_
3839

3940
</details>

CONTRIBUTORS

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
# Contributors listed in alphabetical order.
44

55
Aayush Khanna <aayushiitbhu23@gmail.com>
6+
Abhijit <abhijitmraut8010@gmail.com>
67
AbhijitRaut04 <121740684+AbhijitRaut04@users.noreply.github.com>
78
Adarsh Palaskar <adarshpalaskar99@gmail.com>
89
Aditya Sapra <adityaework@gmail.com>
@@ -83,6 +84,7 @@ Roman Stetsyk <25715951+romanstetsyk@users.noreply.github.com>
8384
Rutam <138517416+performant23@users.noreply.github.com>
8485
Ruthwik Chikoti <145591715+ruthwikchikoti@users.noreply.github.com>
8586
Ryan Seal <splrk@users.noreply.github.com>
87+
Rylan Yang <137365285+rylany27@users.noreply.github.com>
8688
Sai Srikar Dumpeti <80447788+the-r3aper7@users.noreply.github.com>
8789
SarthakPaandey <145528240+SarthakPaandey@users.noreply.github.com>
8890
Saurabh Singh <saurabhsraghuvanshi@gmail.com>
@@ -106,6 +108,7 @@ Utkarsh Raj <rajutkarsh2505@gmail.com>
106108
UtkershBasnet <119008923+UtkershBasnet@users.noreply.github.com>
107109
Vaibhav Patel <98279986+noobCoderVP@users.noreply.github.com>
108110
Varad Gupta <varadgupta21@gmail.com>
111+
Vinit Pandit <106718914+MeastroZI@users.noreply.github.com>
109112
Xiaochuan Ye <tap91624@gmail.com>
110113
Yernar Yergaziyev <yernar.yergaziyev@erg.kz>
111114
naveen <stupiddint@gmail.com>

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ The function accepts the following arguments:
109109
## Notes
110110

111111
- The function assumes that the input and output arrays have the same shape.
112+
- An element in an input array is "masked" if the corresponding element in the mask array is non-zero.
112113

113114
</section>
114115

0 commit comments

Comments
 (0)