]> www.ginac.de Git - ginac.git/blobdiff - NEWS
Improved algebraic substitutions.
[ginac.git] / NEWS
diff --git a/NEWS b/NEWS
index af6a833880c72d1c6ab34e65b451a06a022988fc..8b8f61ddaaa671daa41b7a3628db4896fe76054e 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,19 @@
 This file records noteworthy changes.
 
+1.3.3 (2005-10-24)
+* Fixed bug occuring in algebraic substitutions with expressions involving
+  indices.
+* Fixed bug that selected the wrong algorithm for determinants of purely
+  numeric matrices with at least one floating point element.
+* Fixed bug in function H that caused an infinite recursion for arguments
+  around +-I.
+* Fixed const-correctness in printing handler for GCC 4.0.2.
+* Made lookup in adaptivesimpson precision-aware.
+* Added series expansion for functions (classical) Li and S around x==0.
+* Added fsolve() numerical univariate real-valued function solver.
+* Added functions sub_matrix() and reduced_matrix().
+* Small cleanups. Less warnings with latest GCC.
+
 1.3.2 (10 July 2005)
 * GCD avoids to produce expanded expressions.
 * Fixed bug in expanding expressions containing dummy indices.