projects
/
igor.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e20f531
)
release notes
author
Paul Kienzle
<pkienzle@nist.gov>
Sat, 15 Oct 2011 00:59:55 +0000
(20:59 -0400)
committer
Paul Kienzle
<pkienzle@nist.gov>
Sat, 15 Oct 2011 00:59:55 +0000
(20:59 -0400)
README.rst
patch
|
blob
|
history
diff --git
a/README.rst
b/README.rst
index 575331330a217a6022b7d80b80c05918b9d402a5..648ca6499a8fb548438a3e287f2de2a15ffe7382 100644
(file)
--- a/
README.rst
+++ b/
README.rst
@@
-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
-----------