From: Richard Kreckel Date: Wed, 31 Jan 2018 22:07:35 +0000 (+0100) Subject: Prepare for release 1.7.3 (yeah, again). X-Git-Tag: release_1-7-3~1 X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=commitdiff_plain;h=4ae294cb1e290f7346d391b8504f940be7196322 Prepare for release 1.7.3 (yeah, again). --- diff --git a/NEWS b/NEWS index 70b96704..ee71d236 100644 --- 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(). diff --git a/ginac/version.h b/ginac/version.h index 3dd55da2..bb9338a1 100644 --- a/ginac/version.h +++ b/ginac/version.h @@ -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