X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=NEWS;h=203bd6e497cbeade4fd82611cbf02533fa116556;hp=089e06c9445301b974a4569fe7872d4c61cb3dd4;hb=66e09ce332d6945430e8bb5e17277cdfe62e59e2;hpb=d5c259ec7de1d0b78b8a6c8e18178520f2a05f3e;ds=inline diff --git a/NEWS b/NEWS index 089e06c9..203bd6e4 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,11 @@ 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". +* Fixed possible crash when calling subs() on expressions with non-commutative + products. + 0.8.3 (11 May 2001) * color and clifford classes are functional and documented. * New "spinidx" class for dotted/undotted indices.