]> www.ginac.de Git - ginac.git/blobdiff - NEWS
- power::eval(): for the case (b_n/b_d)^(e_n/e_d) we now check separately
[ginac.git] / NEWS
diff --git a/NEWS b/NEWS
index 276e9ccbb6f0ca40431ad2d125ca9ce080a7dd67..2d61835837ade60ae89b047ae7726ec7f5727912 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,8 +1,15 @@
 This file records noteworthy changes.
 
-0.9.1 (<date>)
+0.9.2 (<insert date here>)
+* Epsilon tensor is more functional.
+
+0.9.1 (27 June 2001)
+* Ctors of class numeric are not explicit any more.  All built-in callers for
+  pseudofunctions are now templated and default to ex arguments which relaxes
+  the need for explicit ctors.
 * New functions/methods:
-   - remove_first() and remove_last() for lists
+   - find()
+   - remove_first(), remove_last(), sort() and unique() for lists
    - symmetrize_cyclic()
    - decomp_rational()
 * Instead of just totally symmetric or antisymmetric, complex symmetries
@@ -19,13 +26,17 @@ This file records noteworthy changes.
   take the trace on both sides, using diff() on a matrix differentiates every
   element etc.
 * diff() works properly with non-commutative products and indexed objects.
+* New option flag "expand_function_args" for expand().
 * Supplement some (now deprecated) macros by inlined template functions:
   - is_of_type(foo, type) -> is_a<type>(foo)
   - is_ex_of_type(foo, type) -> is_a<type>(foo)
   - is_exaclty_of_type(foo, type) -> is_exaclty_a<type>(foo)
   - is_ex_exaclty_of_type(foo, type) -> is_exaclty_a<type>(foo)
   - ex_to_foobar(baz)  ->  ex_to<foobar>(baz)
-* rem(c, p[x], x) erroneously returned p[x] instead of c.
+* rem(c, p[x], x) (c: numeric, p[x]: polynomial) erroneously returned p[x]
+  instead of c.
+* Small bugfixes in pattern matching.
+* Updated libtool to version 1.4.
 
 0.9.0 (7 June 2001)
 * In the output and in ginsh, lists are now delimited by { } braces, and