diff NEWS @ 30280:7835150ba175

repelem.m: produce row output for scalar input (bug #61412) * repelem.m: Reverse vector handling so that output is a row for a scalar input. * NEWS: Note change for matlab compatibility.
author Nicholas R. Jankowski <jankowski.nicholas@gmail.com>
date Tue, 02 Nov 2021 11:00:45 -0400
parents cc2330cd31e0
children 260684e7e65c
line wrap: on
line diff
--- a/NEWS	Wed Nov 10 13:14:48 2021 -0500
+++ b/NEWS	Tue Nov 02 11:00:45 2021 -0400
@@ -255,6 +255,9 @@
 compatibility the `print_struct_array_contents` internal variable is set
 to true.
 
+- The function `repelem` now produces a row vector output when the input is
+a scalar.
+
 ### Alphabetical list of new functions added in Octave 7
 
 * `cospi`