diff NEWS @ 101:0c19ed1ce349

Remove Numeric array support. Use numpy exclusively.
author David Grundberg <individ@acc.umu.se>
date Mon, 09 Apr 2012 21:22:32 +0200
parents f237eb38e9c3
children
line wrap: on
line diff
--- a/NEWS	Mon Apr 09 20:05:48 2012 +0200
+++ b/NEWS	Mon Apr 09 21:22:32 2012 +0200
@@ -1,5 +1,12 @@
 Version 0.1.1-bzr 
 
+2012-04-09
+
+* Removed Numeric array support.  The Numeric array Python library is
+  deprecated.  Pytave has used numpy and its extensions since several
+  years ago and it was time to reduce the effort to support both
+  libraries.
+
 2009-05-25
 
 * Added functionality for explicit manipulation of variables.