]> www.ginac.de Git - ginac.git/blobdiff - NEWS
don't mention CVS any more, describe how to install from git.
[ginac.git] / NEWS
diff --git a/NEWS b/NEWS
index a6e8c5c3b768369a1c5c91290df3be5caae5466f..d76a4fbb129ad9aef1ab1d57870fbbe359f291b8 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,31 @@
 This file records noteworthy changes.
 
+1.4.4 (7 Nov 2008)
+* Fixed a bug in the multiple polylogarithms Li/G that caused imaginary parts
+  of the arguments to be ignored. 
+* Fixed archiving of complex numbers.
+* Made the behaviour of class function more consistent with respect to
+  ncmul::eval().
+* Fixed bug in power::is_polynomial.
+* Improved heur_gcd() so it can handle rational polynomials.
+* Improved build scripts.
+
+1.4.3 (04 April 2008)
+* Fixed bug in numerical evaluation of multiple polylogarithms and
+  alternating multiple zeta values introduced in version 1.4.2.
+* Nielsen polylog now invalidates its lookup tables in case the precision
+  (Digits) has been changed.
+* Added new checks for recent bugs in the numerical evaluation of Li and zeta.
+
+1.4.2 (03 April 2008)
+* Fixed VPATH building of documentation.
+* Fixed bug in numerical evaluation of multiple polylogarithms for arguments
+  equal to certain roots of unity (thanks to Jianqiang Zhao).
+* Fixed check for memory leakage in parser.
+* Made internal function coerce() standard compliant.
+* Improved lsolve() of systems containing non-numeric coefficients.
+* Improved automatic test programs. Now they work on MinGW and Cygwin as well.
+
 1.4.1 (21 November 2007)
 * Fixed memory leak in ginac_yylex().
 * Fixed memory leaks in mul::eval() and power::eval().