]> www.ginac.de Git - ginac.git/blobdiff - NEWS
Finalize 1.8.6 release.
[ginac.git] / NEWS
diff --git a/NEWS b/NEWS
index 59440fb4b8f8caf74181e867acf05a266fd0b5c5..9ea7692eb53dcc12819471f91ea67b2100ec2190 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,26 @@
 This file records noteworthy changes.
 
+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.
+
 1.8.1 (9 August 2021)
 * Add method relational::canonical() and improve conversion of relational to
   Boolean (it now works on many simple symbolic cases).