From: Richard Kreckel Date: Sun, 17 Feb 2019 11:13:10 +0000 (+0100) Subject: Finalize 1.7.5 release. X-Git-Tag: release_1-7-5 X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=commitdiff_plain;h=2d33e40249cafcb9a0547c282e6e6790a480e81b Finalize 1.7.5 release. --- diff --git a/AUTHORS b/AUTHORS index 7fb3466b..0e7f3092 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,26 +1,32 @@ -The GiNaC Group ---------------- -Christian Bauer -Chris Dams -Alexander Frink -Vladimir V. Kisil -Richard Kreckel -Alexei Sheplyakov -Jens Vollinga +GiNaC was originally written by: -Contributors of patches ------------------------ + Christian Bauer + Alexander Frink + Richard Kreckel + +The following people have contributed code to GiNaC: + + Roberto Bagnara + Chris Dams + Do Hoang Son + Vladimir V. Kisil + Vitaly Magerya + Markus Nullmeier + Pearu Peterson + Benedikt Plümper + Ben Sapp + Alexei Sheplyakov + Jens Vollinga + Stefan Weinzierl -Roberto Bagnara, Do Hoang Son, Markus Nullmeier, Pearu Peterson, Benedikt -Pluemper, Ben Sapp, Stefan Weinzierl, Vitaly Magerya. (Please send email if you think you were forgotten.) -Contacing the authors ---------------------- +Contacing the developers +------------------------ -If you have found a bug, have a patch or a question or would like to +If you have found a bug, have a patch or a question, or would like to make a suggestion please send email to one of our public mailing lists -instead of to one or more of the authors. This avoids both potential -duplication of work and delays caused by possible vacations. Mailing -list subscription is explained at . +instead of to the authors. This avoids both potential duplication of +work and delays caused by possible vacations. Mailing list subscription +is explained at . diff --git a/NEWS b/NEWS index d6bdb89e..030bbb6b 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,13 @@ This file records noteworthy changes. +1.7.5 (17 February 2019) +* Add Markowitz-ordered Gaussian eliminatin. +* Avoid un-normal zeros in matrix::solve(). +* Accept exprseq arguments in lsolve(eqns, vars). +* Add overload of matrix::rank(solve_algo). +* Fix case in G_do_hoelder with real x values which are not cl_R. +* Fix an elusive bug in expairseq/add ctor, introduced in 1.7.0. + 1.7.4 (19 February 2018) * Fix ABI compatibility with 1.7.[0-2] (broken unintentionally in 1.7.3). diff --git a/ginac/version.h b/ginac/version.h index 2dff1c8e..590a765d 100644 --- a/ginac/version.h +++ b/ginac/version.h @@ -30,7 +30,7 @@ #define GINACLIB_MINOR_VERSION 7 /* Micro version of GiNaC */ -#define GINACLIB_MICRO_VERSION 4 +#define GINACLIB_MICRO_VERSION 5 // GiNaC library version information. It has very little to do with GiNaC // version number. In particular, library version is OS dependent. @@ -52,9 +52,9 @@ // 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 8 +#define GINAC_LT_CURRENT 9 #define GINAC_LT_REVISION 0 -#define GINAC_LT_AGE 2 +#define GINAC_LT_AGE 3 /* * GiNaC archive file version information.