diff NEWS @ 18792:99d63a2e221b gui-release

Mark internal sparse matrix implementation of atan2 as deprecated. * NEWS: Announce deprecation. * dSparse.h: Add GCC_ATTR_DEPRECATED to atan2 prototype declarations.
author Rik <rik@octave.org>
date Mon, 02 Jun 2014 10:05:25 -0700
parents f57148641869
children 03c2671493f9 eea4f61960d4
line wrap: on
line diff
--- a/NEWS	Mon Jun 02 09:00:22 2014 -0700
+++ b/NEWS	Mon Jun 02 10:05:25 2014 -0700
@@ -46,6 +46,11 @@
 
       allow_noninteger_range_as_index
       do_braindead_shortcircuit_evaluation
+      
+    The internal function atan2 of the sparse matrix class has been deprecated
+    in Octave 4.0 and will be removed from Octave 4.4 (or whatever version is
+    the second major release after 4.0).  Use the Fatan2 function with sparse
+    inputs as a replacement.
 
 ---------------------------------------------------------