]> www.ginac.de Git - ginac.git/blob - NEWS
- Patch for static libreadline w/ libncurses problem, submitted by B.Haible.
[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   allowing for remembering, too.
6 * Some Bugfixes.
7
8 0.5.2 (16 February 2000)
9 * Mainly fixes a bug in the packaging of release 0.5.1.
10
11 0.5.1 (14 February 2000)
12 * Fixes a small number of bugs.
13
14 0.5.0 (7 February 2000)
15 * Expressions can be written ("archived") to files and read therefrom.
16 * Addition of GiNaC-cint, which lets you write complete programs in
17   an interactive shell-like manner in your favoured programming
18   language (i.e. C++).
19
20 0.4.1 (13 December 1999)
21 * Series Expansion of Gamma function and some other trigonometric
22   functions at their poles works now.
23 * Many more evaluations of special functions at points where
24   exact results exist.
25 * info_flags::rational doesn't return true for complex extensions
26   any more---use info_flags::crational for the old behaviour.
27   info_flags::integer and -::cinteger work similarly, the same
28   holds for types like info_flags::rational_polynomial.
29
30 0.4.0 (26 November 1999)
31 * First public release.