diff etc/NEWS.8.md @ 31525:24ca5cb70a4a stable

mean.m: improve error handling for dim input (bug #63410) * mean.m: Change input validation check for 'dim' option that was failing to catch invaled NaN, Inf, and negative inputs. Add BISTs to check for error handling of those inputs. * NEWS.8.md: Add mean to list of input validation improvements under Summary of bugs fixed.
author Nicholas R. Jankowski <jankowski.nicholas@gmail.com>
date Wed, 23 Nov 2022 14:27:04 -0500
parents cb5d5c9d9c14
children 7b6d4b6afef2 8029e9b88950
line wrap: on
line diff
--- a/etc/NEWS.8.md	Wed Nov 23 08:58:49 2022 -0500
+++ b/etc/NEWS.8.md	Wed Nov 23 14:27:04 2022 -0500
@@ -181,7 +181,7 @@
 
 - Improved input validation and/or output handling for `poly`, `pinv`, `patch`,
   `fill`, `fill3`, `qp`, `datevec`, `textscan`, `sub2ind`, `qr`, `airy`,
-  `regexp`, `dec2bin`, `dec2hex`, and many others.
+  `regexp`, `dec2bin`, `dec2hex`, `mean`, and many others.
 - Improved performance for `complex`, `fftw`, `delaunayn`, `isfield`, `tsearch`,
   sparse matrix exponentiation, other sparse operations, and many others.
 - Overhauled `@audiorecorder` and `@audioplayer` classes.