X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=NEWS;h=cccbdc8ba8fa783f50e9b09b8e20b1ca414f0d94;hp=3b3d79df53b3d7ca14e090a36b6e811cef7fb9d4;hb=HEAD;hpb=052d2da5b41ac82855d3578050125aa21caf1003 diff --git a/NEWS b/NEWS index 3b3d79df..828b0130 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,28 @@ This file records noteworthy changes. +1.8.7 (12 August 2023) +* Fix series expansion of polynomial(x)^n for small and large n. +* Fix bugs in internal parser from strings. +* Make ginsh evaluate line-by-line in non-interactive mode. +* Several build fixes. + +1.8.6 (8 February 2023) +* Fix wrong numeric info on transcendental functions. +* Fix crash of evaluation of binomial(n, k) with negative integer n, k. + +1.8.5 (1 January 2023) +* Speed up multivariate polynomial factorization; fix it in some rare + corner cases where it didn't previously terminate. + +1.8.4 (19 September 2022) +* Add support for sqrfree_parfrac(). +* Add info methods for transcendental functions. + +1.8.3 (23 March 2022) +* series_to_poly() can be used from ginsh. +* Fix power::to_polynomial() for posint exponents. +* Fix power::subs() in some special cases. + 1.8.2 (1 January 2022) * Fix elusive bug in comparing relational objects. * Ensure modular_form_kernel::series() includes an Order term.