comparison NEWS @ 20316:5db7eea18d76

maint: Periodic merge of stable to default.
author John W. Eaton <jwe@octave.org>
date Wed, 24 Jun 2015 14:40:22 -0400
parents 9f484edd8767 077e73619ba8
children b6a59cc96bfa
comparison
equal deleted inserted replaced
20314:3a745710eaca 20316:5db7eea18d76
336 ** The internal function atan2 of the sparse matrix class has been deprecated 336 ** The internal function atan2 of the sparse matrix class has been deprecated
337 in Octave 4.0 and will be removed from Octave 4.4 (or whatever version is 337 in Octave 4.0 and will be removed from Octave 4.4 (or whatever version is
338 the second major release after 4.0). Use the Fatan2 function with sparse 338 the second major release after 4.0). Use the Fatan2 function with sparse
339 inputs as a replacement. 339 inputs as a replacement.
340 340
341 ** The internal class <Octave_map> was deprecated in Octave 3.8 and has 341 ** The internal class Octave_map was deprecated in Octave 3.8 and has
342 been removed from Octave 4.0. Replacement classes are 342 been removed from Octave 4.0. Replacement classes are
343 <octave_map> (struct array) or <octave_scalar_map> for a single structure. 343 octave_map (struct array) or octave_scalar_map for a single structure.
344 344
345 ** The configure option --enable-octave-allocator has been removed. 345 ** The configure option --enable-octave-allocator has been removed.
346 The internal class <octave_allocator> declared in oct-alloc.h has 346 The internal class octave_allocator declared in oct-alloc.h has
347 been removed. The header remains, but is deprecated. The macros to 347 been removed. The header remains, but is deprecated. The macros to
348 access the class (DECLARE_OCTAVE_ALLOCATOR, DEFINE_OCTAVE_ALLOCATOR, 348 access the class (DECLARE_OCTAVE_ALLOCATOR, DEFINE_OCTAVE_ALLOCATOR,
349 and DEFINE_OCTAVE_ALLOCATOR2) are now unconditionally defined to be 349 and DEFINE_OCTAVE_ALLOCATOR2) are now unconditionally defined to be
350 empty. 350 empty.
351 351