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