# HG changeset patch # User Jaroslav Hajek # Date 1251794679 -7200 # Node ID dbd0c0f8248014486f1487e33cc8fc1e00ab063b # Parent 01004c3cde2c7b3cd5cd27393808677770de354e update NEWS diff -r 01004c3cde2c -r dbd0c0f82480 ChangeLog --- a/ChangeLog Tue Sep 01 08:42:08 2009 +0200 +++ b/ChangeLog Tue Sep 01 10:44:39 2009 +0200 @@ -1,3 +1,7 @@ +2009-09-01 Jaroslav Hajek + + * NEWS: Update. + 2009-08-30 Jaroslav Hajek * NEWS: Update. diff -r 01004c3cde2c -r dbd0c0f82480 NEWS --- a/NEWS Tue Sep 01 08:42:08 2009 +0200 +++ b/NEWS Tue Sep 01 10:44:39 2009 +0200 @@ -74,6 +74,13 @@ the pairs [abs(z), arg(z)]. Previously, only real parts were compared; this can be trivially achieved by wrapping the operands in real(). + ** As a side effect of code refactoring in liboctave, the binary logical operations + are now more easily amenable to compiler optimizations and are thus significantly + faster. + + ** Octave now allows user-defined subsasgn methods to optimize out redundant copies. + For more information, see the manual. + Summary of important user-visible changes for version 3.2: ---------------------------------------------------------