X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?a=blobdiff_plain;f=NEWS;h=d92cb439b2034d04390c007f58da48a2a9ed6a24;hb=8f485e86d3e0fe5cd7c9a545324f078554ef1b49;hp=dbbc7334df3cb873a5a9205d708ee47807a30376;hpb=c7f03540d5eb09c5dbe013924abe21ea470948f6;p=ginac.git diff --git a/NEWS b/NEWS index dbbc7334..d92cb439 100644 --- a/NEWS +++ b/NEWS @@ -1,8 +1,23 @@ This file records noteworthy changes. -1.3.6 () -* Better worst case behavior in heuristic gcd [Alexei Sheplyakov]. -* ...... +1.3.8 () + +* Drop support of ginac-config and ginac.m4. Please use pkg-config instead. + +1.3.7 (05 February 2007) +* Fixed bug in expansion of power. +* Fixed bugs in functions S() (infinite loop), H() and zeta() (wrong results). +* Rebuilt bison related files with bison version 2.3 (fixes parse error bugs). +* Improved power::eval(). +* Improved libreadline detection. + +1.3.6 (13 December 2006) +* Better worst case behavior in heuristic gcd. +* Improved collecting for sparse multivariate polynomials. +* Improved collect_common_factors. +* Fixed bug in numerical evaluation of multiple polylogs. +* Fixed numerical integration of complex functions. +* Fixed bug in tensor::replace_contr_index(). 1.3.5 (17 August 2006) * Re-built bison related files that caused bugs with gcc 4.