diff etc/NEWS.7.md @ 31371:c549b2401c38

maint: Merge stable to default.
author Nicholas R. Jankowski <jankowski.nicholas@gmail.com>
date Mon, 31 Oct 2022 00:09:01 -0400
parents 0c6530418460 80bd450892b2
children 2850eef38937
line wrap: on
line diff
--- a/etc/NEWS.7.md	Sun Oct 30 10:54:12 2022 -0700
+++ b/etc/NEWS.7.md	Mon Oct 31 00:09:01 2022 -0400
@@ -23,6 +23,7 @@
 - Fix incorrect `lambda` outputs for `lsqnonneg` and `pqpnonneg` (bug #63178).
 - `addtodate.m`: Fix wrong month returned when subtracting a month from some end-of-month dates (bug #60671).
 - `var.m`: Fix some Inf and NaN inputs returning 0 instead of NaN (bug #63203)
+- `var.m`: Fix automatic broadcasting error for sparse and diagonal matrix inputs with vector weighting (bug #63291).
 - `legend.m`: Fix error with `contour` plot containing `clabel`s (bug #63262).
 - `dec2bin.m`: Fix input validation (bug #63089).
 - `glpk.m`: Avoid using `isfinite` on potentially sparse input.