From: Paul Kienzle Date: Sat, 15 Oct 2011 00:59:55 +0000 (-0400) Subject: release notes X-Git-Tag: v0.2~24^2~2 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=34536f1dde6dde2f4245a787c4e8fe14b88b7b9e;p=igor.git release notes --- diff --git a/README.rst b/README.rst index 5753313..648ca64 100644 --- 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 -----------