release notes
authorPaul Kienzle <pkienzle@nist.gov>
Sat, 15 Oct 2011 00:59:55 +0000 (20:59 -0400)
committerPaul Kienzle <pkienzle@nist.gov>
Sat, 15 Oct 2011 00:59:55 +0000 (20:59 -0400)
README.rst

index 575331330a217a6022b7d80b80c05918b9d402a5..648ca6499a8fb548438a3e287f2de2a15ffe7382 100644 (file)
@@ -18,6 +18,18 @@ directory and type::
 
     $ python setup.py install
 
+Change History
+--------------
+
+0.9  2011-10-14
+
+* access access to data object using f.name in addition to f['name'] and f[i]
+* allow a data object to be used directly as an array, e.g., numpy.sum(f.name)
+
+0.8  2011-04-27
+
+* initial release
+
 Maintenance
 -----------