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