You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[`6e9f42e`](https://github.com/stdlib-js/stdlib/commit/6e9f42e4c912485d9896eaa16c88b70fd3688e97) - **docs:** harmonize list formatting in repl.txt and ensure starting newline _(by Philipp Burckhardt)_
@@ -26,9 +27,10 @@
26
27
27
28
### Contributors
28
29
29
-
A total of 2 people contributed to this release. Thank you to the following contributors:
30
+
A total of 3 people contributed to this release. Thank you to the following contributors:
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -253,7 +253,7 @@ console.log( v );
253
253
## See Also
254
254
255
255
- <spanclass="package-name">[`@stdlib/stats-strided/dnanrange`][@stdlib/stats/strided/dnanrange]</span><spanclass="delimiter">: </span><spanclass="description">calculate the range of a double-precision floating-point strided array, ignoring NaN values.</span>
256
-
- <spanclass="package-name">[`@stdlib/stats-base/nanmax-by`][@stdlib/stats/base/nanmax-by]</span><spanclass="delimiter">: </span><spanclass="description">calculate the maximum value of a strided array via a callback function, ignoring NaN values.</span>
256
+
- <spanclass="package-name">[`@stdlib/stats-strided/nanmax-by`][@stdlib/stats/strided/nanmax-by]</span><spanclass="delimiter">: </span><spanclass="description">calculate the maximum value of a strided array via a callback function, ignoring NaN values.</span>
257
257
- <spanclass="package-name">[`@stdlib/stats-base/nanmin-by`][@stdlib/stats/base/nanmin-by]</span><spanclass="delimiter">: </span><spanclass="description">calculate the minimum value of a strided array via a callback function, ignoring NaN values.</span>
258
258
- <spanclass="package-name">[`@stdlib/stats-base/nanrange`][@stdlib/stats/base/nanrange]</span><spanclass="delimiter">: </span><spanclass="description">calculate the range of a strided array, ignoring NaN values.</span>
259
259
- <spanclass="package-name">[`@stdlib/stats-base/range-by`][@stdlib/stats/base/range-by]</span><spanclass="delimiter">: </span><spanclass="description">calculate the range of a strided array via a callback function.</span>
0 commit comments