]> www.ginac.de Git - ginac.git/blobdiff - NEWS
[BUGFIX] Fix crash in parser.
[ginac.git] / NEWS
diff --git a/NEWS b/NEWS
index 3b3d79df53b3d7ca14e090a36b6e811cef7fb9d4..828b0130e9dbc02cae70f73d060937df6252d4fd 100644 (file)
--- 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.