# HG changeset patch # User Jaroslav Hajek # Date 1245076804 -7200 # Node ID b59cc3252a51860da4e169b6f85ee92b59dae0bb # Parent e2344f4af0cb1cfe107c831f6fdf75bc3431eebe NEWS update diff --git a/ChangeLog b/ChangeLog --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2009-06-15 Jaroslav Hajek + + * NEWS: Update. + 2009-06-02 Jaroslav Hajek * examples/@polynomial/subsref.m: Handle ':' correctly. diff --git a/NEWS b/NEWS --- a/NEWS +++ b/NEWS @@ -1,3 +1,17 @@ +Summary of important user-visible changes for version 3.3: +--------------------------------------------------------- + + ** The `lookup' function was extended to be more useful for general-purpose + binary searching. Using this improvement, the ismember function was + rewritten for significantly better performance. + + ** Real, integer and logical matrices, when used in indexing, will now + cache the internal index_vector value (zero-based indices) when + successfully used as indices, eliminating the conversion penalty for + subsequent indexing by the same matrix. In particular, this means it is + no longer needed to avoid repeated indexing by logical arrays using + `find' for performance reasons. + Summary of important user-visible changes for version 3.2: ---------------------------------------------------------