From aa9da8df688da4ed30db098cbfa69beb326b8bb9 Mon Sep 17 00:00:00 2001 From: stdlib-bot Date: Mon, 27 Nov 2023 05:28:42 +0000 Subject: [PATCH] Auto-generated commit --- .editorconfig | 5 ----- CONTRIBUTORS | 1 + base/dists/truncated-normal/README.md | 4 ---- base/min/README.md | 4 ---- base/smskmax/README.md | 3 +++ 5 files changed, 4 insertions(+), 13 deletions(-) diff --git a/.editorconfig b/.editorconfig index 13e9c391f..60d743ffd 100644 --- a/.editorconfig +++ b/.editorconfig @@ -148,11 +148,6 @@ indent_size = 2 indent_style = space indent_size = 2 -# Set properties for `tslint.json` files: -[tslint.json] -indent_style = space -indent_size = 2 - # Set properties for `tsconfig.json` files: [tsconfig.json] indent_style = space diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 3bc3576e5..188cda8ef 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -9,6 +9,7 @@ Brendan Graetz Bruno Fenzl Christopher Dambamuromo Dan Rose +Daniel Killenberger Dominik Moritz Dorrin Sotoudeh Frank Kovacs diff --git a/base/dists/truncated-normal/README.md b/base/dists/truncated-normal/README.md index 8b12833ae..efa3e372b 100644 --- a/base/dists/truncated-normal/README.md +++ b/base/dists/truncated-normal/README.md @@ -55,16 +55,12 @@ The namespace contains the following functions for calculating distribution prop - - The namespace contains a constructor function for creating a [truncated normal][truncated-normal-distribution] distribution object. - - diff --git a/base/min/README.md b/base/min/README.md index 251fd5fb3..49664bba5 100644 --- a/base/min/README.md +++ b/base/min/README.md @@ -186,14 +186,10 @@ console.log( v ); -[@stdlib/stats/base/dmin]: https://github.com/stdlib-js/stats/tree/main/base/dmin - [@stdlib/stats/base/max]: https://github.com/stdlib-js/stats/tree/main/base/max [@stdlib/stats/base/nanmin]: https://github.com/stdlib-js/stats/tree/main/base/nanmin -[@stdlib/stats/base/smin]: https://github.com/stdlib-js/stats/tree/main/base/smin - diff --git a/base/smskmax/README.md b/base/smskmax/README.md index 04fedb613..e93b1858a 100644 --- a/base/smskmax/README.md +++ b/base/smskmax/README.md @@ -195,6 +195,7 @@ console.log( v ); - [`@stdlib/stats/base/smax`][@stdlib/stats/base/smax]: calculate the maximum value of a single-precision floating-point strided array. - [`@stdlib/stats/base/smskmin`][@stdlib/stats/base/smskmin]: calculate the minimum value of a single-precision floating-point strided array according to a mask. - [`@stdlib/stats/base/snanmax`][@stdlib/stats/base/snanmax]: calculate the maximum value of a single-precision floating-point strided array, ignoring NaN values. +- [`@stdlib/stats/base/snanmskmax`][@stdlib/stats/base/snanmskmax]: calculate the maximum value of a single-precision floating-point strided array according to a mask, ignoring NaN values. @@ -222,6 +223,8 @@ console.log( v ); [@stdlib/stats/base/snanmax]: https://github.com/stdlib-js/stats/tree/main/base/snanmax +[@stdlib/stats/base/snanmskmax]: https://github.com/stdlib-js/stats/tree/main/base/snanmskmax +