comparison etc/NEWS.7.md @ 31386:94cde013cffc stable

NEWS.7.md: Update NEWS file with recent changes for Octave 7.3.0. * etc/NEWS.7.md: Update NEWS file with recent changes for Octave 7.3.0.
author Markus Mützel <markus.muetzel@gmx.de>
date Wed, 02 Nov 2022 17:45:15 +0100
parents 80bd450892b2
children 2850eef38937 2c037ce00450
comparison
equal deleted inserted replaced
31385:26da1722407b 31386:94cde013cffc
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 - `var.m`: Fix automatic broadcasting error for sparse and diagonal matrix inputs with vector weighting (bug #63291).
27 - `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).
28 - `dec2bin.m`: Fix input validation (bug #63089). 28 - `dec2bin.m`: Fix input validation (bug #63089).
29 - `glpk.m`: Avoid using `isfinite` on potentially sparse input. 29 - `glpk.m`: Avoid using `isfinite` on potentially sparse input.
30 - `var.m`: Use `bsxfun` rather than broadcasting with vector weighting (bug #63291).
31 - Fix out of bound indexing in in-place broadcasting operations (bug #63303).
30 32
31 ### GUI 33 ### GUI
32 - Respect confirmation when deleting files in file browser widget (bug #63198). 34 - Respect confirmation when deleting files in file browser widget (bug #63198).
33 35
34 ### Build system / Tests 36 ### Build system / Tests
47 - `lsqnonneg` and `pqpnonneg`: Document undocumented outputs. 49 - `lsqnonneg` and `pqpnonneg`: Document undocumented outputs.
48 - `pqpnonneg.m`: Improve docstring readability. 50 - `pqpnonneg.m`: Improve docstring readability.
49 - `lsode`: Make TeX and non-TeX docstrings agree. 51 - `lsode`: Make TeX and non-TeX docstrings agree.
50 - `curl`: Fix error in TeX docstring. 52 - `curl`: Fix error in TeX docstring.
51 - Update text on function argument checking. 53 - Update text on function argument checking.
54 - `schur`: Update documentation.
52 55
53 56
54 Summary of bugs fixed for version 7.2.0 (2022-07-28): 57 Summary of bugs fixed for version 7.2.0 (2022-07-28):
55 ---------------------------------------------------- 58 ----------------------------------------------------
56 59