comparison etc/NEWS.7.md @ 31350:0c6530418460

maint: Merge stable to default.
author Markus Mützel <markus.muetzel@gmx.de>
date Wed, 26 Oct 2022 19:12:39 +0200
parents 6408e371355b 9e7a7e6f54bc
children c549b2401c38
comparison
equal deleted inserted replaced
31348:7c02f8000110 31350:0c6530418460
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 - `legend.m`: Fix error with `contour` plot containing `clabel`s (bug #63262).
27 - `dec2bin.m`: Fix input validation (bug #63089).
28 - `glpk.m`: Avoid using `isfinite` on potentially sparse input.
26 29
27 ### GUI 30 ### GUI
28 - Respect confirmation when deleting files in file browser widget (bug #63198). 31 - Respect confirmation when deleting files in file browser widget (bug #63198).
29 32
30 ### Build system / Tests 33 ### Build system / Tests
31 34
32 - `io.tst`: Add test case for `scanf` (bug #62723). 35 - `io.tst`: Add test case for `scanf` (bug #62723).
33 - `nextpow2.m`: Add bug number tag to regression tests (bug #62947). 36 - `nextpow2.m`: Add bug number tag to regression tests (bug #62947).
34 - `quad2d.m`: Add BIST to cset b0e90ca8e679 (bug #62972). 37 - `quad2d.m`: Add BIST to cset b0e90ca8e679 (bug #62972).
38 - Add test for number of methods with `classdef` in @folder (bug #62802).
39 - Use Autoconf macro to find `egrep` executable.
35 40
36 ### Documentation 41 ### Documentation
37 42
38 - `uitable.m`: Fix example code (bug #62824). 43 - `uitable.m`: Fix example code (bug #62824).
39 - Clarify number of processors returned by `nproc` with hyperthreading. 44 - Clarify number of processors returned by `nproc` with hyperthreading.