]> www.ginac.de Git - ginac.git/blobdiff - NEWS
Added new pseries exam
[ginac.git] / NEWS
diff --git a/NEWS b/NEWS
index 0581b63e9c01d4d6d9d885bb39825928c862552c..c882f7876b4fcb9a61bef830e2c009797a8f7ade 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,15 +1,26 @@
 This file records noteworthy changes.
 
-1.2.2 (<date>)
+1.2.3 (<date>)
+* Added variants of dirac_trace() and color_trace() that take the trace over
+  more than one representation label by specifying a set or list of labels.
+* diracgamma::contract_with() uses Chisholm identities in 4 dimensions to
+  produce more compact results.
+
+1.2.2 (3 August 2004)
 * Added const_preorder_iterator and const_postorder_iterator classes (and
   associated methods ex::pre/postorder_begin/end()) providing tree traversal
   with iterators.
 * Fixed the LaTeX output of the varidx class.
 * Fixed bugs in series expansion and complex conjugation.
+* (p.i*p.i).get_free_indices() returns the correct result () instead of (.i).
 * Symbolic functions without any eval(), evalf() etc. functions now work
   properly.
+* integer_content(), content(), and primpart() now also work for polynomials
+  with rational coefficients (calculating the LCM of coefficients'
+  denominators).
 * Added method matrix::rank().
 * Added function resultant().
+* Added integer_content() function to ginsh.
 
 1.2.1 (23 April 2004)
 * Fixed infinite recursion in atan2_evalf() and improved atan2_eval().