# HG changeset patch # User Jaroslav Hajek # Date 1251662178 -7200 # Node ID 8e42bb4ad34d0270b9c330329fd36dea589512e3 # Parent 319e2ab9b8aec61b60424b98dc2746492f66a902 update NEWS diff -r 319e2ab9b8ae -r 8e42bb4ad34d ChangeLog --- a/ChangeLog Sun Aug 30 21:48:19 2009 +0200 +++ b/ChangeLog Sun Aug 30 21:56:18 2009 +0200 @@ -1,3 +1,7 @@ +2009-08-30 Jaroslav Hajek + + * NEWS: Update. + 2009-08-27 John W. Eaton * configure.in: Properly save and restore CPPFLAGS and LIBS when diff -r 319e2ab9b8ae -r 8e42bb4ad34d NEWS --- a/NEWS Sun Aug 30 21:48:19 2009 +0200 +++ b/NEWS Sun Aug 30 21:56:18 2009 +0200 @@ -67,7 +67,12 @@ where matrix and scalar belong to the same class. The left-hand side must be a simple variable reference. - + + ** The effect of comparison operators (<,>,<=,>=) when applied to complex numbers + has changed to be consistent with the strict ordering defined by max, min and sort. + More specifically, complex numbers are compared by lexicographical comparison of + the pairs [abs(z), arg(z)]. Previously, only real parts were compared; this can be + trivially achieved by wrapping the operands in real(). Summary of important user-visible changes for version 3.2: ---------------------------------------------------------