X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=NEWS;h=d349c8fa083a54009dd58c74d4e63fbeff38f5c8;hp=203bd6e497cbeade4fd82611cbf02533fa116556;hb=dd62f332ed50fd901700d4ff233c171d5f65ff1a;hpb=c8f1702a09070f7d0d64118a0a3405521affb2cb;ds=sidebyside 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.