comparison NEWS @ 19085:3d0f4f4ec688

NEWS: note that isprime now accepts negative and complex inputs. NEWS: note that isprime now accepts negative and complex inputs.
author Rik <rik@octave.org>
date Mon, 25 Aug 2014 22:19:02 -0700
parents ff820f92cbb5
children 38937efbee21
comparison
equal deleted inserted replaced
19084:2f117c4b5cb0 19085:3d0f4f4ec688
55 ** linkprop has been completely re-coded for performance and Matlab 55 ** linkprop has been completely re-coded for performance and Matlab
56 compatibility. It now returns a linkprop object which must be stored 56 compatibility. It now returns a linkprop object which must be stored
57 in a variable for as long as the graphic objects should remain linked. 57 in a variable for as long as the graphic objects should remain linked.
58 To unlink properties use 'clear hlink' where hlink is the variable 58 To unlink properties use 'clear hlink' where hlink is the variable
59 containing the linkprop object. 59 containing the linkprop object.
60
61 ** isprime has been extended to operate on negative and complex inputs.
60 62
61 ** The new warning ID "Octave:data-file-in-path" replaces the three 63 ** The new warning ID "Octave:data-file-in-path" replaces the three
62 previous separate warning IDs "Octave:fopen-file-in-path", 64 previous separate warning IDs "Octave:fopen-file-in-path",
63 "Octave:load-file-in-path", and "Octave:md5sum-file-in-path". 65 "Octave:load-file-in-path", and "Octave:md5sum-file-in-path".
64 66