X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=NEWS;h=6dba3541eb5edbd093f5db5e495b50ecde980287;hp=e69de29bb2d1d6434b8b29ae775ad8c2e48c5391;hb=97af29c12bb3074cfb4e674d71000f0712c51ba2;hpb=6b3768e8c544739ae53321539cb4d1e3112ded1b;ds=sidebyside diff --git a/NEWS b/NEWS index e69de29b..6dba3541 100644 --- a/NEWS +++ b/NEWS @@ -0,0 +1,20 @@ +This file records noteworthy changes. + +0.4.0 (26 November 1999) +* First public release. + +0.4.1 (13 December 1999) +* Series Expansion of Gamma function and some other trigonometric + functions at their poles works now. +* Many more evaluations of special functions at points where + exact results exist. +* info_flags::rational doesn't return true for complex extensions + any more---use info_flags::crational for the old behaviour. + info_flags::integer and -::cinteger work similarly, the same + holds for types like info_flags::rational_polynomial. + +0.5.0 (?? February 2000) +* Expressions can be written ("archived") to files and read therefrom. +* Addition of GiNaC-cint, which lets you write complete programs in + an interactive shell-like manner in your favoured programming + language (C++).