]> www.ginac.de Git - ginac.git/blobdiff - NEWS
[PATCH] Fix wrong numeric info on transcendental functions.
[ginac.git] / NEWS
diff --git a/NEWS b/NEWS
index 59440fb4b8f8caf74181e867acf05a266fd0b5c5..a82a1c41d6cc5cdac2ffc41611254e808c6b71c1 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,22 @@
 This file records noteworthy changes.
 
+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).