From: Richard Kreckel Date: Mon, 7 Oct 2019 20:23:54 +0000 (+0200) Subject: Finalize 1.7.8 release. X-Git-Tag: release_1-7-8 X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=commitdiff_plain;h=f2051c351d8f9791a4afcc8d03465bf100a8088d;hp=0eaae44cd9eb9fa987bb9cbd4341b0f4c8d2f495 Finalize 1.7.8 release. --- diff --git a/NEWS b/NEWS index 5e788488..cccbdc8b 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,9 @@ This file records noteworthy changes. +1.7.8 (7 October 2019) +* Fix pseries::evalf(), broken since 1.7.0. +* Fix a corner-case bug in H_evalf(). + 1.7.7 (22 September 2019) * Fix unarchiving empty containers. * Remove obsolete exhashmap implementation. diff --git a/ginac/version.h b/ginac/version.h index 929eae29..cc860f57 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 7 +#define GINACLIB_MICRO_VERSION 8 // GiNaC library version information. It has very little to do with GiNaC // version number. In particular, library version is OS dependent. @@ -53,7 +53,7 @@ // * change matrix inverse to use default argument (twice) // * remove interfaces marked as deprecated #define GINAC_LT_CURRENT 10 -#define GINAC_LT_REVISION 1 +#define GINAC_LT_REVISION 2 #define GINAC_LT_AGE 4 /*