diff NEWS @ 24371:c9d229f1db04

Correctly return economy or standard QR factorization (bug #52593). * NEWS: Announce change in factorization. * qr.cc (qr_type): Recode function to determine QR type based on nargout and economy variables. * qr.cc (Fqr): Rewrite docstring. Use temporary variable str to hold input argument and simplify input validation. Change all function calls to qr_type() to use new syntax. Change return argument processing to return a permutation vector for either an economy factorization or "vector" argument given.
author Rik <rik@octave.org>
date Wed, 06 Dec 2017 16:51:19 -0800
parents 1909f2d7a36e
children 1d52db450db4
line wrap: on
line diff
--- a/NEWS	Wed Dec 06 14:09:08 2017 -0800
+++ b/NEWS	Wed Dec 06 16:51:19 2017 -0800
@@ -59,9 +59,12 @@
 
       warning ("off", "Octave:quadcc:RelTol-conversion")
 
- ** The properties "BackgroundColor", "EdgeColor", "LineStyle",
-    "LineWidth", and "Margin" are now implemented for text objects using
-    an OpenGL toolkit.
+ ** The qr function now returns a standard factorization unless
+    explicitly instructed to perform an economy factorization by using a
+    final argument of 0.
+
+ ** Text objects now implement the properties "BackgroundColor",
+    "EdgeColor", "LineStyle", "LineWidth", and "Margin".
 
  ** An initial implementation of alpha transparency has been made for
     patch and surface objects.  Printing to svg and pdf is supported.