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