]> www.ginac.de Git - ginac.git/blobdiff - NEWS
- Derivatives are now assembled in a slightly different manner (i.e. they
[ginac.git] / NEWS
diff --git a/NEWS b/NEWS
index d40d12b856122889de5cb25fc5e7713357ccc40f..406a6e81b003c0b7e9c19c0f4a4ee0a514c637d7 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,15 @@
 This file records noteworthy changes.
 
+0.6.3 (xx July 2000)
+* Derivatives are now assembled in a slightly different manner (i.e. they 
+  'look' different on first sight).  Under certain circumstances this can 
+  result in a dramatic speedup because it gives hashing a better chance, 
+  especially when computing higher derivatives.
+* Many series expansions of built-in functions have been reengineered.
+* The Dilogarithm (Li2) now has floating point evaluation, derivative and a
+  proper series expansion.
+* Namespace 'std' cleanly disentangled, as demanded by ISO/EIC 14882-1998(E).
+
 0.6.2 (21 June 2000)
 * ginaccint.bin is now launched by a binary program instead of by a scripts.
   This allows us to write #!-scripts.  A small test suite for GiNaC-cint was