From 6de869e3c497de0a136c2905b2dcc248d1e7b7fb Mon Sep 17 00:00:00 2001 From: Richard Kreckel Date: Thu, 11 May 2000 21:15:53 +0000 Subject: [PATCH] - Updated date. --- NEWS | 7 ++++--- doc/tutorial/stamp-vti | 2 +- doc/tutorial/version.texi | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/NEWS b/NEWS index ce9c6986..0489cb5b 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,6 @@ This file records noteworthy changes. -0.6.0 (...) +0.6.0 (11 May 2000) * IMPORTANT: Several interface changes make programs written with GiNaC much clearer but break compatibility with older versions: - f(x).series(x,p[,o]) -> f(x).series(x==p,o) @@ -14,9 +14,10 @@ This file records noteworthy changes. * Expressions can be constructed from strings like this: ex e("2*x+y", lst(x, y)); * ex::to_rational() provides a way to extend the domain of functions like - gcd() and divide() that only work on polynomials or rational functions + gcd() and divide() that only work on polynomials or rational functions (the + good old ex::subs() method reverses this process) * Several new timings in the check target. Some of them may be rather rude - at your machine. + at your machine, feel free to interrupt them. 0.5.4 (15 March 2000) * Some algorithms in class matrix (notably determinant) were replaced by diff --git a/doc/tutorial/stamp-vti b/doc/tutorial/stamp-vti index 4d435ba5..a4529862 100644 --- a/doc/tutorial/stamp-vti +++ b/doc/tutorial/stamp-vti @@ -1,3 +1,3 @@ -@set UPDATED 12 April 2000 +@set UPDATED 11 May 2000 @set EDITION 0.6.0 @set VERSION 0.6.0 diff --git a/doc/tutorial/version.texi b/doc/tutorial/version.texi index 4d435ba5..a4529862 100644 --- a/doc/tutorial/version.texi +++ b/doc/tutorial/version.texi @@ -1,3 +1,3 @@ -@set UPDATED 12 April 2000 +@set UPDATED 11 May 2000 @set EDITION 0.6.0 @set VERSION 0.6.0 -- 2.45.0