]> www.ginac.de Git - ginac.git/blobdiff - NEWS
* Finilize version 1.0.4 (version numbers, copyrights and such rubbish).
[ginac.git] / NEWS
diff --git a/NEWS b/NEWS
index b2ad1a42448794c5a3d80eceaaaecb0b5b38467d..b5a706a9ae46c44fc0b09f82e7293cb24ee829f8 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,25 @@
 This file records noteworthy changes.
 
+1.0.4 (24 January 2001)
+* Speedup in expand().
+* Faster Bernoulli numbers (Markus Nullmeier).
+* Some minor bugfixes and documentation updates.
+
+1.0.3 (21 December 2001)
+* Fixed a bug where quo() would call vector::reserve() with a negative
+  argument.
+* Fix several bugs in code generation.
+
+1.0.2 (19 December 2001)
+* Input parser recognizes "sqrt()", which is also used in the output.
+* divide(a,b,q) only modifies q if the division succeeds; also, divide(a,b,a)
+  works now.
+* Fixed small bug in dummy index renaming which could cause it to not
+  recognize renamable indices in some cases.
+* power::degree() and power::ldegree() throw an exception when encountering
+  a non-integer exponent.
+* Add output-support for Python bindings.
+
 1.0.1 (22 November 2001)
 * Function sqrfree() handles a few more cases now.
 * Class relational has real canonical ordering now.