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