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