From: Christian Bauer Date: Sat, 19 May 2001 00:39:49 +0000 (+0000) Subject: documentation update X-Git-Tag: release_0-9-0~49 X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=commitdiff_plain;h=dd62f332ed50fd901700d4ff233c171d5f65ff1a;hp=c8f1702a09070f7d0d64118a0a3405521affb2cb documentation update --- diff --git a/NEWS b/NEWS index 203bd6e4..d349c8fa 100644 --- a/NEWS +++ b/NEWS @@ -3,6 +3,8 @@ This file records noteworthy changes. 0.8.4 () * simplify_indexed() renames dummy indices so, e.g., "a.i*a.i+a.j*a.j" gets simplified to "2*a.i*a.i". +* Added canonicalize_clifford() function that can be helpful when comparing + expressions containing Dirac matrices. * Fixed possible crash when calling subs() on expressions with non-commutative products.