]> www.ginac.de Git - ginac.git/commitdiff
forgot about unitcontprim()... ginac_1-2 release_1-2-4
authorChristian Bauer <Christian.Bauer@uni-mainz.de>
Tue, 12 Oct 2004 18:26:07 +0000 (18:26 +0000)
committerChristian Bauer <Christian.Bauer@uni-mainz.de>
Tue, 12 Oct 2004 18:26:07 +0000 (18:26 +0000)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index 4ae5d3933b6dab4d867c9ca7b10c058f02164390..1e6e4c7ca10b4fb8eefcf48031dc601a78288b0a 100644 (file)
--- 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
index d1e49363cda13874b048a3bfe149d5108dc0d37c..b066fe5b9396bec1bd37aafc39b96490d603963e 100644 (file)
@@ -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