X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=NEWS;h=47dfa00eb7699768ed27fdd9f0c22736bb45051b;hp=0824232ae0651befc14547b75e65a33715549406;hb=f293ecba8b6026a7754795256b2f23910bf70507;hpb=8d08b902f1bb734fe91b5aa29c66c59788464be7 diff --git a/NEWS b/NEWS index 0824232a..47dfa00e 100644 --- a/NEWS +++ b/NEWS @@ -1,10 +1,13 @@ This file records noteworthy changes. 0.6.0 (...) -* Important interface changes: - gamma() -> Gamma() - EulerGamma -> gamma - beta() -> Beta() +* 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) + - series(f(x),x,p[,o]) -> series(f(x),x==p,o) + - gamma() -> Gamma() + - EulerGamma -> gamma + - beta() -> Beta() 0.5.4 (15 March 2000) * Some algorithms in class matrix (notably determinant) were replaced by