changeset 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 26da1722407b
children 2850eef38937 2c037ce00450
files etc/NEWS.7.md
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/etc/NEWS.7.md	Wed Nov 02 17:39:21 2022 +0100
+++ b/etc/NEWS.7.md	Wed Nov 02 17:45:15 2022 +0100
@@ -27,6 +27,8 @@
 - `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.
+- `var.m`: Use `bsxfun` rather than broadcasting with vector weighting (bug #63291).
+- Fix out of bound indexing in in-place broadcasting operations (bug #63303).
 
 ### GUI
 - Respect confirmation when deleting files in file browser widget (bug #63198).
@@ -49,6 +51,7 @@
 - `lsode`: Make TeX and non-TeX docstrings agree.
 - `curl`: Fix error in TeX docstring.
 - Update text on function argument checking.
+- `schur`: Update documentation.
 
 
 Summary of bugs fixed for version 7.2.0 (2022-07-28):