comparison NEWS @ 19885:059a05bc398c

Replace 'Octave:broadcast' warning with 'Octave:matlab-incompatible'. * liboctave/numeric/bsxfun.h: replace the 'Octave:broadcasting' with the more common 'Octave:matlab-compatible' warning which is off by default. * plot/appearance/annotation.m, image/cubehelix.m: remove turning off the warning since now it is done by default. * miscellaneous/warning_ids.m: remove entry about Octave:broadcast * NEWS: make note of this change.
author Carnë Draug <carandraug@octave.org>
date Sat, 21 Feb 2015 16:38:53 +0000
parents 81078b0e39e8
children e9a0bd0b125c
comparison
equal deleted inserted replaced
19884:f81a1da191e4 19885:059a05bc398c
266 <octave_map> (struct array) or <octave_scalar_map> for a single structure. 266 <octave_map> (struct array) or <octave_scalar_map> for a single structure.
267 267
268 ** The warning ID Octave:singular-matrix-div has been replaced by 268 ** The warning ID Octave:singular-matrix-div has been replaced by
269 Octave:nearly-singular-matrix and Octave:singular-matrix. 269 Octave:nearly-singular-matrix and Octave:singular-matrix.
270 270
271 ** The warning ID Octave:broadcast has been removed. Instead automatic
272 broadcasting will throw an Octave:matlab-incompatible warning, together
273 with other features not available in Matlab.
274
271 ** The configure option --enable-octave-allocator has been removed. 275 ** The configure option --enable-octave-allocator has been removed.
272 The internal class <octave_allocator> declared in oct-alloc.h has 276 The internal class <octave_allocator> declared in oct-alloc.h has
273 been removed. The header remains, but is deprecated. The macros to 277 been removed. The header remains, but is deprecated. The macros to
274 access the class (DECLARE_OCTAVE_ALLOCATOR, DEFINE_OCTAVE_ALLOCATOR, 278 access the class (DECLARE_OCTAVE_ALLOCATOR, DEFINE_OCTAVE_ALLOCATOR,
275 and DEFINE_OCTAVE_ALLOCATOR2) are now unconditionally defined to be 279 and DEFINE_OCTAVE_ALLOCATOR2) are now unconditionally defined to be