]> www.ginac.de Git - ginac.git/blob - NEWS
53b0f927ee11b4a0870e63023a716c49a52780b7
[ginac.git] / NEWS
1 This file records noteworthy changes.
2
3 0.4.0 (26 November 1999)
4 * First public release.
5
6 0.4.1 (13 December 1999)
7 * Series Expansion of Gamma function and some other trigonometric
8   functions at their poles works now.
9 * Many more evaluations of special functions at points where
10   exact results exist.
11 * info_flags::rational doesn't return true for complex extensions
12   any more---use info_flags::crational for the old behaviour.
13   info_flags::integer and -::cinteger work similarly, the same
14   holds for types like info_flags::rational_polynomial.
15
16 0.5.0 (7 February 2000)
17 * Expressions can be written ("archived") to files and read therefrom.
18 * Addition of GiNaC-cint, which lets you write complete programs in
19   an interactive shell-like manner in your favoured programming
20   language (C++).