]> www.ginac.de Git - ginac.git/blob - NEWS
Updated NEWS for 1.3.6 release.
[ginac.git] / NEWS
1 This file records noteworthy changes.
2
3 1.3.6 (12 December 2006)
4 * Better worst case behavior in heuristic gcd.
5 * Improved collecting for sparse multivariate polynomials.
6 * Improved collect_common_factors.
7 * Fixed bug in numerical evaluation of multiple polylogs.
8 * Fixed numerical integration of complex functions.
9 * Fixed bug in tensor::replace_contr_index().
10
11 1.3.5 (17 August 2006)
12 * Re-built bison related files that caused bugs with gcc 4.
13 * Fixed bugs in fderivative::match_same_type(), expairseq::match(),
14   expand_dummy_sum(), and expairseq::map().
15 * Fixed template specialization for class container to be gcc 4.2 compliant.
16 * Output in csrc mode is now -x instead of -1.0*x.
17 * Fixed tutorial and reference generation in html/pdf/ps format.
18 * Modified autotool configuration to allow for compilation on MinGW.
19 * Debian packaging files updated.
20
21 1.3.4 (12 April 2006)
22 * More general index dimensions are now possible.
23 * Improved algebraic substitutions.
24 * Fixed wrong matching in .has(). 
25 * Fixed bug in differentiation of a power.
26 * collect_common_factors also works with negative powers of common factors now.
27 * Code clean-up and preparations for upcoming cln 1.2.
28
29 1.3.3 (24 October 2005)
30 * Fixed bug occuring in algebraic substitutions with expressions involving
31   indices.
32 * Fixed bug that selected the wrong algorithm for determinants of purely
33   numeric matrices with at least one floating point element.
34 * Fixed bug in function H that caused an infinite recursion for arguments
35   around +-I.
36 * Fixed const-correctness in printing handler for GCC 4.0.2.
37 * Made lookup in adaptivesimpson precision-aware.
38 * Added series expansion for functions (classical) Li and S around x==0.
39 * Added fsolve() numerical univariate real-valued function solver.
40 * Added functions sub_matrix() and reduced_matrix().
41 * Small cleanups. Less warnings with latest GCC.
42
43 1.3.2 (10 July 2005)
44 * GCD avoids to produce expanded expressions.
45 * Fixed bug in expanding expressions containing dummy indices.
46 * Fixed static initialization order bug.
47 * collect_common_factors now works with powers.
48 * Modernized configuration scripts.
49
50 1.3.1 (04 May 2005)
51 * integral() and eval_integ() can be used from ginsh.
52 * Integrals can be series-expanded.
53 * Fixed a library initialization problem.
54 * GiNaC compiles from tarball even if lex/flex is missing.
55 * Fixed bugs in canonicalize_clifford(), clifford_prime() and clifford_to_lst().
56 * clifford_moebius_map(), remove_dirac_ONE() and LaTeX output of Clifford
57   objects now care about representation labels.
58 * Fixed bug in gcd.
59 * Better output for slashed expressions
60
61 1.3.0 (19 October 2004)
62 * The Clifford classes have been generalized to allow working with Clifford
63   algebras generated by arbitrary symmetric tensors or matrices. Also, a lot
64   of new functions for Clifford algebras have been added, including
65   automorphisms and Moebius transformations. [V. Kisil]
66 * Added some basic symbolic and numeric integration facilities. [C. Dams]
67 * The multiple polylogarithm Li() now evaluates numerically for arbitrary
68   arguments.
69 * New functions G(a,y) and G(a,s,y) added (another notation for multiple
70   polylogarithms).
71
72 1.2.4 (12 October 2004)
73 * Added ex::unitcontprim() to compute the unit, content, and primitive parts
74   of a polynomial in one go.
75 * binomial(n, k) evaluates for non-integer arguments n.
76 * Li(2,x) now evaluates for +-I.
77 * Optimized Li(2,x).
78 * Fixed bug in Li(n,x) (if Li(2,x) was calculated with high precision the
79   enlargement of the look-up table caused a segmentation fault).
80 * Fixed another bug in the series expansion of powers, and a bug in
81   power::info().
82
83 1.2.3 (13 August 2004)
84 * Added variants of dirac_trace() and color_trace() that take the trace over
85   more than one representation label by specifying a set or list of labels.
86 * diracgamma::contract_with() uses Chisholm identities in 4 dimensions to
87   produce more compact results.
88 * Fixed a bug in the series expansion of powers.
89 * The --enable-html-doc and --enable-ps-doc configure options are gone.
90   Documentation in HTML, DVI, PostScript, and PDF formats is now built with
91   "make html", "make dvi", "make ps", and "make pdf", respectively. The only
92   documentation that gets built by default are the tutorial in .info format
93   and the manpages.
94
95 1.2.2 (3 August 2004)
96 * Added const_preorder_iterator and const_postorder_iterator classes (and
97   associated methods ex::pre/postorder_begin/end()) providing tree traversal
98   with iterators.
99 * Fixed the LaTeX output of the varidx class.
100 * Fixed bugs in series expansion and complex conjugation.
101 * (p.i*p.i).get_free_indices() returns the correct result () instead of (.i).
102 * Symbolic functions without any eval(), evalf() etc. functions now work
103   properly.
104 * integer_content(), content(), and primpart() now also work for polynomials
105   with rational coefficients (calculating the LCM of coefficients'
106   denominators).
107 * Added method matrix::rank().
108 * Added function resultant().
109 * Added integer_content() function to ginsh.
110
111 1.2.1 (23 April 2004)
112 * Fixed infinite recursion in atan2_evalf() and improved atan2_eval().
113 * Added automatic evaluations for trigonometric functions with negative
114   arguments (e.g. sin(-2) -> -sin(2)).
115 * Fixed a static initialization order goof-up.
116 * Fixed various bugs in series expansion.
117
118 1.2.0 (19 March 2004)
119 * Added a structure<T> template class for the easy creation of user-defined
120   algebraic classes.
121 * Added support for (acyclic) visitors, to allow cleaner implementations of
122   algebraic algorithms.
123 * Added a const_iterator class that can be used instead of op()/nops().
124 * Completely revamped the implementation of expression output. It is now
125   possible to add new output formats, to change the behavior of predefined
126   formats at run-time, and to have different output styles for algebraic
127   functions.
128 * Symbols can be made non-commutative.
129 * Added a method ex::conjugate() and a function conjugate() for complex
130   conjugation. Symbols can be declared as real or complex-valued.
131 * Improved the speed of subs(), normal(), to_rational() and to_polynomial()
132   by the use of maps instead of lists. The old forms
133     subs(const lst & ls, const lst & lr, unsigned options)
134     to_rational/to_polynomial(lst & repl)
135   are still available for compatibility, but using the new forms
136     subs(const exmap & m, unsigned options)
137     to_rational/to_polynomial(exmap & repl)
138   is more efficient, especially when the number of replacements is large.
139 * quo(), rem(), prem(), sprem(), decomp_rational(), unit(), content(),
140   primpart() and matrix::charpoly() now take a "const ex &" instead of a
141   "const symbol &".
142 * Redundant expressions (two ex pointing to different objects are found to be
143   equal in compare()) are now actively deleted/fused to conserve memory and
144   speed up subsequent comparisons. This behavior can be suppressed on a
145   per-object level with status_flags::not_shareable. Lists and matrices are
146   not shareable by default.
147 * Lots of internal streamlining and optimizations.
148 * Caveats for class implementors:
149    - basic::copy() and basic::destroy() are gone; classes derived from
150      basic can use the defaults for the assignment operator and copy
151      constructor.
152    - basic::subs(), basic::normal(), basic::to_rational() and
153      basic::to_polynomial() take 'exmap' objects instead of lists.
154    - basic::subs() now descends into subexpressions (if accessible via
155      nops()/op()/let_op()). If you have a custom implementation of subs()
156      that calls basic::subs() after substituting subexpressions, this needs
157      to be changed to a call to subs_one_level().
158    - lst::thislst() and exprseq::thisexprseq() renamed to thiscontainer().
159    - thiscontainer() and associated constructors now take a std::auto_ptr.
160    - Overloading basic::print() is now deprecated. You should use
161      print_func<>() class options instead.
162
163 1.1.7 (11 March 2004)
164 * Fixed a bug in canonicalize_clifford().
165 * Series expansion now works predictably. All terms with the exponent of the
166   expansion variable smaller than the given order are calculated exactly. If
167   the series is not terminating, the Order function is (at least) of the given
168   order.
169
170 1.1.6 (22 January 2004)
171 * Added a function option "dummy()" which means "no options". This simplifies
172   the implementation of symbolic functions which are not to be further
173   evaluated.
174 * Removed a bug in the numerical evaluation of Li() that caused the system
175   to hang for certain parameter combinations.
176 * Fixed a bug in the calculation of hash values for indices that could lead
177   to wrong results or bogus error messages from simplify_indexed().
178 * Fixed a bug in the evaluation of harmonic polylogarithms for complex
179   arguments with positive imaginary part.
180
181 1.1.5 (5 November 2003)
182 * Harmonic polylogarithms now numerically evaluate for arbitrary arguments
183   (parameter must still be positive integers).
184 * The zeta function now can also be given a lst as a parameter in which case
185   it becomes a multiple zeta value. The use of mZeta is deprecated.
186 * The order of parameters for the multiple polylogarithm has been corrected.
187 * Documentation for the nested sums functions zeta, harmonic polylog, multiple
188   polylog, etc. has been added.
189
190 1.1.4 (17 October 2003)
191 * Lists and matrices can now be initialized from comma-separated lists of
192   expressions, like this:
193
194     lst l;
195     l = x, 2, y, x+y;
196
197     matrix M(3, 3);
198     M = x, y, 0,
199        -y, x, 0,
200         0, 0, 1;
201
202   This is both faster and produces much smaller code than the old constructors
203   lst(ex, ex, ...) and matrix(unsigned, unsigned, lst), especially in the case
204   of matrices, and is now the recommended way to create these objects.
205 * The function mZeta now evaluates much faster for arbitrary parameters. The
206   harmonic and multiple polylogarithms evaluate considerably faster and check
207   for convergence. The order of parameters for the harmonic polylogarithm
208   has been corrected.
209
210 1.1.3 (22 August 2003)
211 * Added new symbolic functions for better integration with nestedsums:
212   (multiple) polylogarithm Li(), Nielsen's generalized polylogarithm S(),
213   harmonic polylogarithm H(), and multiple zeta value mZeta().
214 * New exhashmap<T> template intended as a drop-in replacement for
215   std::map<ex, T, ex_is_less> using GiNaC's hashing algorithms.
216
217 1.1.2 (11 August 2003)
218 * Fixed a bug in the unarchiving of sums and products: terms were not
219   reordered in a canonical way.
220 * Fixed a bug in normal()/numer_denom(): denominator was not made unit
221   normal if it was a simple number.
222 * Improved the speed of subs() in some cases.
223
224 1.1.1 (18 June 2003)
225 * lst (and exprseq) provide iterators for read-only element access. For
226   sequential access this is one order faster than using op().
227 * Implemented relational::subs() (this was done in 1.0.9 but inadvertently
228   omitted from the 1.1 branch).
229 * pole_error and do_taylor are available to library users.
230 * Added on-line help and Tab-completion for print(), iprint(), print_latex()
231   and print_csrc() in ginsh.
232
233 1.1.0 (3 April 2003)
234 * Removed deprecated macros is_ex_a, is_ex_exactly_a and friends for good.
235 * The scalar_products mechanism allows the specification of an index dimension.
236 * Removed dirac_gamma6/7().
237 * Added ex::to_polynomial().
238 * subs() accepts an optional "options" argument. The option
239   subs_option::subs_algebraic enables "smart" substitutions in products and
240   powers.
241 * Added stream manipulators "dflt", "latex", "python", "python_repr", "tree",
242   "csrc", "csrc_float", "csrc_double", "csrc_cl_N", "index_dimensions" and
243   "no_index_dimensions" to control the output format. Calling basic::print()
244   directly is now deprecated.
245 * Made the hashing more simple and efficient.
246 * Caveats for class implementors:
247    - basic::subs(): third argument changed from "bool" to "unsigned"
248    - unarchiving constructor and basic::unarchive(): "const" removed from
249      second argument
250    - basic::let_op() should only be implemented if write access to
251      subexpressions is desired
252    - simplify_ncmul() renamed to eval_ncmul()
253    - simplified_ncmul() renamed to hold_ncmul()
254    - nonsimplified_ncmul() renamed to reeval_ncmul()
255
256 1.0.14 (1 March 2003)
257 * Improved the C-source output: complex numbers are printed correctly (using
258   the STL complex<> template or cln::complex()), rational numbers use cl_RA()
259   in the CLN output, and small integers are printed in a more compact format
260   (e.g. "2.0" instead of "2.0000000e+00").
261 * function_options::set_return_type() and function_options::do_not_evalf_params()
262   now actually work.
263
264 1.0.13 (27 January 2003)
265 * Contracting epsilon tensors with Euclidean indices now works.
266 * Improved dummy index symmetrization in sums.
267 * Added dirac_gammaL/R(), which can be used instead of dirac_gamma6/7()
268   but are single objects, to allow for a more compact notation of Dirac
269   strings.
270 * Powers with negative numeric exponents are printed as fractions in the
271   LaTeX output.
272 * Added symbolic_matrix() for the convenient creation of matrices filled
273   with symbols.
274 * Added collect_common_factors() which collects common factors from the
275   terms of sums.
276 * simplify_indexed() converts "gamma~mu*p.mu" to "p\".
277
278 1.0.12 (30 October 2002)
279 * Fixed a bug in power::expand() that could produce invalid expressions.
280 * The input parser no longer ignores extra data following accepted input.
281 * Improved the CLN C-source output (integers are printed as integers, and
282   floating point numbers include the precision).
283 * Fixed a problem in the LaTeX-output of negative fractions.
284 * Added print_latex() and print_csrc() to ginsh.
285 * The sprem() function is now public.
286
287 1.0.11 (18 September 2002)
288 * Fixed a possible memory corruption in contractions of indexed objects with
289   delta or metric tensors.
290 * Computing the derivative of a power series object with respect to a symbol
291   that is not the expansion variable now works correctly.
292 * Several bugfixes in code generation.
293
294 1.0.10 (24 July 2002)
295 * Powers of indexed objects are now parenthesized correctly in LaTeX output.
296 * Input parser handles indices (they have to be specified in the same list
297   as the symbols).
298 * Added some limited support for subspaces in the idx and tensor classes.
299 * Fixed a bug in canonicalize() (antisymmetric canonicalization of an already
300   sorted list containing two or more equal objects failed to return 0).
301
302 1.0.9 (11 June 2002)
303 * simplify_indexed() now raises/lowers dummy indices to canonicalize the index
304   variance. This allows some simplifications that weren't possible before,
305   like eps~a.b~c~d*X.a*X~b -> 0 and X.a~a-X~a.a -> 0.
306 * Implemented relational::subs().
307 * Fixed bug in simplify_ncmul() for clifford objects.
308
309 1.0.8 (31 March 2002)
310 * Improvements in memory usage of the expand() methods.
311
312 1.0.7 (18 March 2002)
313 * Fixed LaTeX output of indexed and matrix objects.
314 * Fixed matrix::pow(n) for n==0 and added helper functions to create unit
315   matrices "ex unit_matrix(unsigned, unsigned)".
316
317 1.0.6 (4 March 2002)
318 * "(x+1).subs(x==x-1)" now returns the correct result "x" instead of "x-1".
319
320 1.0.5 (27 January 2002)
321 * (l)degree(s), coeff(s, n) and collect(s) were extended to accept expressions
322   of any class (except add/mul/ncmul/numeric) for "s". They should even work
323   if "s" is a "power" object, as long as the exponent is non-integer, but with
324   some limitations. For example, you can "collect(a*2^x+b*2^x, 2^x)" to get
325   "(a+b)*2^x", but "degree(2^(3*x), 2^x)" yields 0 instead of 3).
326 * Fixed a small output bug.
327
328 1.0.4 (24 January 2002)
329 * Speedup in expand().
330 * Faster Bernoulli numbers (Markus Nullmeier).
331 * Some minor bugfixes and documentation updates.
332
333 1.0.3 (21 December 2001)
334 * Fixed a bug where quo() would call vector::reserve() with a negative
335   argument.
336 * Fix several bugs in code generation.
337
338 1.0.2 (19 December 2001)
339 * Input parser recognizes "sqrt()", which is also used in the output.
340 * divide(a,b,q) only modifies q if the division succeeds; also, divide(a,b,a)
341   works now.
342 * Fixed small bug in dummy index renaming which could cause it to not
343   recognize renamable indices in some cases.
344 * power::degree() and power::ldegree() throw an exception when encountering
345   a non-integer exponent.
346 * Add output-support for Python bindings.
347
348 1.0.1 (22 November 2001)
349 * Function sqrfree() handles a few more cases now.
350 * Class relational has real canonical ordering now.
351 * Handle obscene libreadline version numbers when building ginsh.
352
353 1.0.0 (6 November 2001)
354 * Some internal reorganization resulting in a general speed-up.
355 * The last 3 evaluated expressions in ginsh are now referred to with the
356   tokens '%', '%%' and '%%%'. The old '"', '""' and '"""' remain for
357   compatibility but may be removed in a future version of GiNaC.
358
359 0.9.4 (20 September 2001)
360 * Functions have better support for external scripting languages.
361 * Interface cleanups and bugfixes.
362 * Fix silly bug in evalf() that prevented things like 2^Pi being computed.
363
364 0.9.3 (16 August 2001)
365 * series expansion now much more consistent for small order expansion.
366 * lsolve() accepts algorithmic hint as parameter.
367
368 0.9.2 (31 July 2001)
369 * Epsilon tensor is more functional.
370 * simplify_indexed() is better at detecting expressions that vanish for
371   symmetry reasons.
372 * Several little bugfixes and consistency enhancements.
373
374 0.9.1 (27 June 2001)
375 * Ctors of class numeric are not explicit any more.  All built-in callers for
376   pseudofunctions are now templated and default to ex arguments which relaxes
377   the need for explicit ctors.
378 * New functions/methods:
379    - find()
380    - remove_first(), remove_last(), sort() and unique() for lists
381    - symmetrize_cyclic()
382    - decomp_rational()
383 * Instead of just totally symmetric or antisymmetric, complex symmetries
384   can now be defined for indexed objects. Symmetries are described by a
385   tree of "symmetry" objects that is constructed with the sy_none(),
386   sy_symm(), sy_anti() and sy_cycl() functions. The symmetry of a function
387   with respect to its arguments can also be defined (this is currently
388   only used for the Beta function).
389 * Generalized map() to take a function object instead of a function pointer.
390   This allows passing an arbitrary number of additional state to the
391   function being called.
392 * color_trace(), dirac_trace(), diff(), expand(), evalf() and normal() work
393   better with container classes, e.g. using color_trace() on a relation will
394   take the trace on both sides, using diff() on a matrix differentiates every
395   element etc.
396 * diff() works properly with non-commutative products and indexed objects.
397 * New option flag "expand_function_args" for expand().
398 * Supplement some (now deprecated) macros by inlined template functions:
399   - is_of_type(foo, type) -> is_a<type>(foo)
400   - is_ex_of_type(foo, type) -> is_a<type>(foo)
401   - is_exactly_of_type(foo, type) -> is_exactly_a<type>(foo)
402   - is_ex_exactly_of_type(foo, type) -> is_exactly_a<type>(foo)
403   - ex_to_foobar(baz)  ->  ex_to<foobar>(baz)
404 * rem(c, p[x], x) (c: numeric, p[x]: polynomial) erroneously returned p[x]
405   instead of c.
406 * Small bugfixes in pattern matching.
407 * Updated libtool to version 1.4.
408
409 0.9.0 (7 June 2001)
410 * In the output and in ginsh, lists are now delimited by { } braces, and
411   matrices are delimited by single [ ] brackets.
412 * simplify_indexed() renames dummy indices so, e.g., "a.i*a.i+a.j*a.j" gets
413   simplified to "2*a.i*a.i" (or "2*a.j*a.j").
414 * New functions/methods:
415    - canonicalize_clifford() (helpful when comparing expressions containing
416      Dirac matrices)
417    - symmetrize() and antisymmetrize()
418    - numer_denom() (return numerator and denominator in one call)
419    - map() (apply function to subexpressions)
420    - evalm() (evaluate sums, products and integer powers of matrices)
421 * Added a new function match() for performing pattern matching. subs() and
422   has() also accept patterns as arguments. A pattern can be any expression,
423   optionally containing wildcard objects. These are constructed with the
424   call "wild(<unsigned>)" and are denoted as "$0", "$1" etc. in the output
425   and in ginsh.
426 * Positive integer powers of non-commutative expressions (except matrices)
427   are automatically expanded.
428 * Removed cint subdirectory, ginaccint is a separate package now due to 
429   packaging considerations.
430 * Several little bugfixes.
431
432 0.8.3 (11 May 2001)
433 * color and clifford classes are functional and documented.
434 * New "spinidx" class for dotted/undotted indices.
435 * Predefined spinor metric tensor (created by spinor_metric()).
436 * Symbols can have a LaTeX name, e.g. symbol s("s", "\\sigma");
437 * LaTeX output of indexed objects is much nicer.
438 * Fixed some build problems (with recent libreadline).
439 * Semantics of arithmetic operators now follows the C++ rules more strictly.
440
441 0.8.2 (24 April 2001)
442 * degree(), ldegree(), coeff(), lcoeff(), tcoeff() and collect() work with
443   non-symbols as the second argument in ginsh.
444 * the argument to collect() can be a list of objects in which case the
445   result is either a recursively collected polynomial, or a polynomial in
446   a distributed form with terms like coeff*x1^e1*...*xn^en, as specified by
447   the second argument to collect().
448 * Several bugfixes (including a nasty memory leak in .normal()).
449 * class matrix: solve() doesn't call algorithms redundantly any more and
450   inverse() falls back to solve() which works in more general cases.
451
452 0.8.1 (16 April 2001)
453 * degree(), ldegree(), coeff(), lcoeff(), tcoeff() and collect() can now
454   be used with constants, functions and indexed expressions as well, so you
455   can use it to collect by powers of Pi or sin(x), or to find the coefficient
456   of gamma~0.
457   Limitations:
458    - it only works with symbols, constants, functions and indexed expressions,
459      trying to find the coefficient of, e.g., "x^2" or "x+y" won't work;
460    - it does not know about dummy index summations; the coefficient of
461      gamma~0 in p.mu*gamma~mu should be p.0 but is returned as 0;
462    - using coeff(), tcoeff(), lcoeff() or collect() on elements of
463      noncommutative products might return wrong or surprising results.
464 * subs() no longer only substitutes symbols and indices but performs a more
465   general "syntactic substitution", i.e. it substitutes whole objects in sub-
466   expressions. You can subs((a+b)^2,a+b==3) and get 9, but subs(a+b+c,a+b==3)
467   doesn't do anything.
468   Limitations:
469    - substituting numerics (subs(expr, 2==4)) will not replace then in all
470      occurences; in general, you shouldn't substitute numerics, though.
471 * Added preliminary (re)implementations of color and clifford classes.
472 * simplify_indexed(): contraction of symmetric and antisymmetric tensors
473   is zero.
474 * Replaced the various print*() member functions by a single print() that
475   takes a print_context object that determines the output formatting. This
476   should make it easier to add more output types, such as LaTeX output,
477   which is based on work by Stefan Weinzierl.
478 * Added functions to retrieve the properties stored in archive objects
479   outside of unarchive() (for printing or debugging purposes).
480 * Some bugfixes (indexed objects, archive writing).
481 * .collect() on non-polynomials is now algebraically correct.
482
483 0.8.0 (24 March 2001)
484 * Complete revamp of indexed objects. Instead of multiple classes for
485   indexed things and their indices there is now only one "indexed" class
486   and two types of indices: "idx" for simple indices and "varidx" for
487   indices with variance. There are predefined delta, epsilon and metric
488   tensors, and a function simplify_indexed() that performs canonicalization
489   and dummy index summations. Matrix objects can be indexed for doing simple
490   linear algebra.
491 * Added an option "expand_indexed" to expand() to perform expansion of
492   indexed objects like (a+b).i -> a.i + b.i
493 * Renamed get_indices() to get_free_indices(), which no longer returns
494   dummy indices and checks the consistency of indices in sums.
495 * sqrfree() factorization fixed and improved syntactically.
496 * subs() works on matrices.
497 * Matrices can be constructed from flat list of elements; diagonal matrices
498   can be constructed from list of diagonal elements with diag_matrix().
499 * Fixed memory leak in expand().
500 * Operator% for objects of class ncmul has gone.  Use operator* now for that
501   case too, which is much more natural.
502
503 0.7.3 (28 February 2001)
504 * Several bugfixes and minor performance tunings.
505 * Added a section to the tutorial about adding new algebraic classes to GiNaC.
506 * Closed many in-source documentation gaps.
507
508 0.7.2 (17 February 2001)
509 * Several bugfixes in power series expansion, one of them critical.
510
511 0.7.1 (7 February 2001)
512 * Fix problems with Cint that were caused by CLN's overloaded operator new.
513 * Fix compilation errors with GCC3.
514 * normal() handles large sums of fractions better and normalizes the exponent
515   of power expressions.
516 * expand() always expands the exponent and transforms x^(a+b) -> x^a*x^b.
517 * Some bugfixes of series expansion around branch cuts of special functions.
518
519 0.7.0 (15 December 2000)
520 * Requires CLN 1.1 now.  Class numeric doesn't use an indirect pointer to the
521   actual representation any more.  This is a speedup.
522 * mul::expand() was reengineered to not allocate excess temporary memory.
523 * Non-integer powers of a symbol are treated as constants by (l)degree() and
524   coeff().  Using these functions on an expression containing such powers used
525   to fail with an internal error message.  The side-effect is that collect()
526   can be used on expressions which are not polynomials.
527 * Added a man page for the ginac-config script.
528 * Ctor of numeric from char* honors Digits.
529
530 0.6.4 (10 August 2000)
531 * Complete revamp of methods in class matrix.  Some redundant (and poor)
532   implementations of elimination schemes were thrown out.  The code is now
533   highly orthogonal, more flexible and much more efficient.
534 * Some long standing and quite nasty bugs were discovered and fixed in the
535   following functions: add::normal(), heur_gcd(), sr_gcd() and Order_eval().
536
537 0.6.3 (25 July 2000)
538 * Derivatives are now assembled in a slightly different manner (i.e. they
539   might 'look' different on first sight).  Under certain circumstances this
540   can result in a dramatic speedup because it gives hashing a better chance,
541   especially when computing higher derivatives.
542 * Some series expansions of built-in functions have been reengineered.
543 * The algorithm for computing determinants can be chosen by the user.  See
544   ginac/flags.h and ginac/matrix.h.
545 * The Dilogarithm (Li2) now has floating point evaluation, derivative and a
546   proper series expansion.
547 * Namespace 'std' cleanly disentangled, as demanded by ISO/EIC 14882-1998(E).
548 * Some minor bugfixes, one major lsolve()-bugfix and documentation updates.
549
550 0.6.2 (21 June 2000)
551 * ginaccint.bin is now launched by a binary program instead of by a scripts.
552   This allows us to write #!-scripts.  A small test suite for GiNaC-cint was
553   added.
554 * Several minor bugfixes.
555
556 0.6.1 (18 May 2000)
557 * Cleanup in the interface to Cint.  The required version is now Cint 5.14.38.
558 * Several bugfixes in target install.
559
560 0.6.0 (11 May 2000)
561 * IMPORTANT: Several interface changes make programs written with GiNaC 
562   much clearer but break compatibility with older versions:
563   - f(x).series(x,p[,o]) -> f(x).series(x==p,o)
564   - series(f(x),x,p[,o]) -> series(f(x),x==p,o)
565   - gamma() -> tgamma()  (The true Gamma function, there is now also
566     log(tgamma()), called lgamma(), in accord with ISO/IEC 9899:1999.)
567   - EulerGamma -> Euler
568 * #include'ing ginac.h defines the preprocessor symbols GINACLIB_MAJOR_VERSION,
569   GINACLIB_MINOR_VERSION, and GINACLIB_MICRO_VERSION with the respective GiNaC
570   library version numbers.
571 * Expressions can be constructed from strings like this:
572     ex e("2*x+y", lst(x, y));
573 * ex::to_rational() provides a way to extend the domain of functions like
574   gcd() and divide() that only work on polynomials or rational functions (the
575   good old ex::subs() method reverses this process)
576 * Calling diff() on a function that has no derivative defined returns the
577   inert derivative function "Derivative".
578 * Several new timings in the check target.  Some of them may be rather rude 
579   at your machine, feel free to interrupt them.
580
581 0.5.4 (15 March 2000)
582 * Some algorithms in class matrix (notably determinant) were replaced by
583   less brain-dead ones and should now have much better performance.
584 * Checks were completely reorganized and split up into three parts:
585   a) exams (small regression tests with predefined input)
586   b) checks (lenghty coherence checks with random input)
587   c) timings (for coherence and crude benchmarking)
588 * Behaviour of .evalf() was changed: it doesn't .evalf() any exponents.
589 * Expanded expressions now remember they are expanded to prevent
590   superfluous expansions.
591 * Small bugfixes and improvements in the series expansion.
592
593 0.5.3 (23 February 2000)
594 * A more flexible scheme for registering functions was implemented,
595   allowing for remembering, too.
596 * Some Bugfixes.
597
598 0.5.2 (16 February 2000)
599 * Mainly fixes a bug in the packaging of release 0.5.1.
600
601 0.5.1 (14 February 2000)
602 * Fixes a small number of bugs.
603
604 0.5.0 (7 February 2000)
605 * Expressions can be written ("archived") to files and read therefrom.
606 * Addition of GiNaC-cint, which lets you write complete programs in
607   an interactive shell-like manner in your favoured programming
608   language (i.e. C++).
609
610 0.4.1 (13 December 1999)
611 * Series Expansion of Gamma function and some other trigonometric
612   functions at their poles works now.
613 * Many more evaluations of special functions at points where
614   exact results exist.
615 * info_flags::rational doesn't return true for complex extensions
616   any more---use info_flags::crational for the old behaviour.
617   info_flags::integer and -::cinteger work similarly, the same
618   holds for types like info_flags::rational_polynomial.
619
620 0.4.0 (26 November 1999)
621 * First public release.