comparison 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
comparison
equal deleted inserted replaced
31369:c0f1a817c058 31371:c549b2401c38
21 - `pie3`: Fix "Too many input" args error. 21 - `pie3`: Fix "Too many input" args error.
22 - Accept negative inputs to -2^63 for `dec2bin` and `dec2hex` (bug #63089). 22 - Accept negative inputs to -2^63 for `dec2bin` and `dec2hex` (bug #63089).
23 - Fix incorrect `lambda` outputs for `lsqnonneg` and `pqpnonneg` (bug #63178). 23 - Fix incorrect `lambda` outputs for `lsqnonneg` and `pqpnonneg` (bug #63178).
24 - `addtodate.m`: Fix wrong month returned when subtracting a month from some end-of-month dates (bug #60671). 24 - `addtodate.m`: Fix wrong month returned when subtracting a month from some end-of-month dates (bug #60671).
25 - `var.m`: Fix some Inf and NaN inputs returning 0 instead of NaN (bug #63203) 25 - `var.m`: Fix some Inf and NaN inputs returning 0 instead of NaN (bug #63203)
26 - `var.m`: Fix automatic broadcasting error for sparse and diagonal matrix inputs with vector weighting (bug #63291).
26 - `legend.m`: Fix error with `contour` plot containing `clabel`s (bug #63262). 27 - `legend.m`: Fix error with `contour` plot containing `clabel`s (bug #63262).
27 - `dec2bin.m`: Fix input validation (bug #63089). 28 - `dec2bin.m`: Fix input validation (bug #63089).
28 - `glpk.m`: Avoid using `isfinite` on potentially sparse input. 29 - `glpk.m`: Avoid using `isfinite` on potentially sparse input.
29 30
30 ### GUI 31 ### GUI