]> www.ginac.de Git - ginac.git/commitdiff
Prepare for release 1.7.3 (yeah, again).
authorRichard Kreckel <kreckel@ginac.de>
Wed, 31 Jan 2018 22:07:35 +0000 (23:07 +0100)
committerRichard Kreckel <kreckel@ginac.de>
Wed, 31 Jan 2018 22:07:35 +0000 (23:07 +0100)
NEWS
ginac/version.h

diff --git a/NEWS b/NEWS
index 70b96704433f4fd42d55ddd29503103e214ecb6c..ee71d236a6165b81a44ccb62a755052f4730f46d 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,8 +1,10 @@
 This file records noteworthy changes.
 
-1.7.3 (dd January 2018)
+1.7.3 (dd February 2018)
 * Speed up some corner cases of polynomial factorization.
+* Speed up some corner cases of gcd computation.
 * Speed up factorization of pre-factored polynomials.
+* Make matrix::solve() work with hidden (non-normal) zeros.
 * Fix bug in evaluation of real and imaginary parts of powers.
 * Fix some LaTeX output, add new function symbol::get_TeX_name().
 
index 3dd55da22701d76bcc113340d88327db2d1d2f89..bb9338a1eeb7b3f7393ad0189050319b446663a0 100644 (file)
@@ -51,6 +51,7 @@
 // of leftover numbers. Not something we need to worry about yet. ;-)
 // TODO, when setting GINAC_LT_REVISION to 0:
 //  * change matrix inverse to use default argument (twice)
+//  * remove interfaces marked as deprecated
 #define GINAC_LT_CURRENT  7
 #define GINAC_LT_REVISION 3
 #define GINAC_LT_AGE      1