From: Richard Kreckel Date: Wed, 14 Oct 2020 21:15:05 +0000 (+0200) Subject: Finalize 1.8.0 release. X-Git-Tag: release_1-8-0~1 X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=commitdiff_plain;h=3ee690de0c65f18efebdac96c0c82c7551654d2f;hp=0b39999b706904d977d8d498e3b01796fb789371 Finalize 1.8.0 release. --- diff --git a/NEWS b/NEWS index 2a82f5ff..0a37b6ec 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,13 @@ This file records noteworthy changes. +1.8.0 (14 October 2020) +* New routines for the numerical evaluation of iterated integrals like + elliptic multiple polylogarithms or iterated integrals of modular forms. +* Stronger normalization methods for expressions with powers. Where this + is safe, GiNaC now tries replacing various kinds of powers in order to + find and cancel common subexpressions. +* Improved CMake build. + 1.7.11 (3 August 2020) * Fix elusive bugs in factor() and in expand().