Skip to content

Commit

Permalink
NEWS.9.md: Update NEWS file with recent changes for Octave 9.3.0.
Browse files Browse the repository at this point in the history
* etc/NEWS.9.md: Update NEWS file with recent changes for Octave 9.3.0.
  • Loading branch information
mmuetzel committed Oct 16, 2024
1 parent d0172d1 commit 791a90c
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions etc/NEWS.9.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,29 +8,37 @@ Summary of bugs fixed for version 9.3.0 (tbd):
- `jupyter-notebook`: Avoid error if evaluated code closes an existing figure
window. Use `unwind_protect` block to ensure figure and tempfile cleanup
actions occur (bug #65644).
- `uitable`: Fix updating value with combo box selection (bug #65873).
- `movfun`: Correct output shape of n-D arrays when operating on dimensions
higher than 2. This will affect all moving window functions (`movmad`,
`movmax`, `movmean`, `movmedian`, `movmin`, `movprod`, `movstd`, `movsum`,
and `movvar`) (bug #65927).
- `movvar` and `movstd`: Use correct default value of 0 if an empty array is
specified for `opt` to maintain consistent behavior with `var` and `std`.
Improve input validation to ensure `opt` is one of 0, 1, or []. (bug #66021).
- `fopen`: Convert identifier for locale charset to lower-case characters
(bug #65963).
- `regexp`: Avoid integer underflow with unsigned integers.
- `interp2`: Provide a meaningful error message if the input reference array
is a vector (bug #66086).
- `struct2hdl.m`: Do not delete previously added axes children (bug #66221).
- `print`: Fix regression in pdf fonts (bug #66306).
- `legend` icons now inherit the "facelalpha" property to match appearance of
patch and surface graphics objects.
patch and surface graphics objects (bug #66314).
- `barh` properties now better match equivalent `bar` plot. Changing
`horizontal` property for a bar or barh plot now consistently updates
properties to match redrawn plot.
properties to match redrawn plot (bug #65671).

### GUI

- Update Brazilian Portugese translation file (bug #66337).

### Build system / Tests

- `jupyter-notebook` test no longer fails if a figure window is open
(bug #65644).
- `movmad`, `movmax`, `movmean`, `movmedian`, `movmin`, `movprod`, `movstd`,
`movsum`, `movvar`: Add BISTs for general function operation.
- `movmad`, `movmax`, `movmean`, `movmedian`, `movmin`, `movprod`, `movslice`,
`movstd`, `movsum`, `movvar`: Add BISTs for general function operation.
- `interp2`, `interp3`, `interpn`: Add more tests for non-numeric inputs
(bug #66086).

Expand All @@ -39,6 +47,7 @@ Summary of bugs fixed for version 9.3.0 (tbd):
- `load`: Correct documentation of `-v7.3` and `-hdf5` options (bug #42530).
- `interp2`, `interp3`, `interpn`: Specify that inputs need to be numeric
(bug #66086).
- `error`: Document the `ID` argument (bug #66015).


Summary of bugs fixed for version 9.2.0 (2024-06-01):
Expand Down

0 comments on commit 791a90c

Please sign in to comment.