From: Christian Bauer Date: Tue, 12 Oct 2004 18:26:07 +0000 (+0000) Subject: forgot about unitcontprim()... X-Git-Tag: release_1-2-4^0 X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?a=commitdiff_plain;h=refs%2Fheads%2Fginac_1-2;p=ginac.git forgot about unitcontprim()... --- diff --git a/NEWS b/NEWS index 4ae5d393..1e6e4c7c 100644 --- a/NEWS +++ b/NEWS @@ -1,12 +1,15 @@ This file records noteworthy changes. 1.2.4 (12 October 2004) +* Added ex::unitcontprim() to compute the unit, content, and primitive parts + of a polynomial in one go. * binomial(n, k) evaluates for non-integer arguments n. -* Fixed another bug in the series expansion of powers. * Li(2,x) now evaluates for +-I. +* Optimized Li(2,x). * Fixed bug in Li(n,x) (if Li(2,x) was calculated with high precision the enlargement of the look-up table caused a segmentation fault). -* Optimized Li(2,x). +* Fixed another bug in the series expansion of powers, and a bug in + power::info(). 1.2.3 (13 August 2004) * Added variants of dirac_trace() and color_trace() that take the trace over diff --git a/configure.ac b/configure.ac index d1e49363..b066fe5b 100644 --- a/configure.ac +++ b/configure.ac @@ -21,7 +21,7 @@ dnl (don't we all *love* M4?)... GINACLIB_MAJOR_VERSION=1 GINACLIB_MINOR_VERSION=2 GINACLIB_MICRO_VERSION=4 -GINACLIB_INTERFACE_AGE=1 +GINACLIB_INTERFACE_AGE=0 GINACLIB_BINARY_AGE=4 GINACLIB_VERSION=$GINACLIB_MAJOR_VERSION.$GINACLIB_MINOR_VERSION.$GINACLIB_MICRO_VERSION