Skip to content

Commit 44efc35

Browse files
committed
Auto-generated commit
1 parent 7a830db commit 44efc35

File tree

3 files changed

+20
-0
lines changed

3 files changed

+20
-0
lines changed

.npmrc

+3
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,6 @@ shrinkwrap = false
2626

2727
# Disable automatically "saving" dependencies on install:
2828
save = false
29+
30+
# Generate provenance metadata:
31+
provenance = true

CONTRIBUTORS

+5
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,12 @@ Dan Rose <[email protected]>
1818
Daniel Killenberger <[email protected]>
1919
Dominik Moritz <[email protected]>
2020
Dorrin Sotoudeh <[email protected]>
21+
EuniceSim142 <[email protected]>
2122
Frank Kovacs <[email protected]>
2223
GUNJ JOSHI <[email protected]>
2324
2425
Harshita Kalani <[email protected]>
26+
Jaimin Godhani <[email protected]>
2527
James Gelok <[email protected]>
2628
Jaysukh Makvana <[email protected]>
2729
Jithin KS <[email protected]>
@@ -32,6 +34,7 @@ Justin Dennison <[email protected]>
3234
Karthik Prakash <[email protected]>
3335
3436
37+
Manik Sharma <[email protected]>
3538
Marcus Fantham <[email protected]>
3639
Matt Cochrane <[email protected]>
3740
Mihir Pandit <[email protected]>
@@ -63,6 +66,8 @@ Spandan Barve <[email protected]>
6366
Stephannie Jiménez Gacha <[email protected]>
6467
6568
Yernar Yergaziyev <[email protected]>
69+
nishant-s7 <[email protected]>
6670
orimiles5 <[email protected]>
6771
6872
utkarsh_raj <[email protected]>
73+

mskfilter/README.md

+12
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,12 @@ console.log( y );
9595

9696
<section class="related">
9797

98+
* * *
99+
100+
## See Also
101+
102+
- <span class="package-name">[`@stdlib/array/mskreject`][@stdlib/array/mskreject]</span><span class="delimiter">: </span><span class="description">apply a mask to a provided input array.</span>
103+
98104
</section>
99105

100106
<!-- /.related -->
@@ -105,6 +111,12 @@ console.log( y );
105111

106112
[@stdlib/array/dtypes]: https://github.com/stdlib-js/array/tree/main/dtypes
107113

114+
<!-- <related-links> -->
115+
116+
[@stdlib/array/mskreject]: https://github.com/stdlib-js/array/tree/main/mskreject
117+
118+
<!-- </related-links> -->
119+
108120
</section>
109121

110122
<!-- /.links -->

0 commit comments

Comments
 (0)