projects
/
igor.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
0a43edc
)
igor: Bump to 0.3
master
v0.3
author
W. Trevor King
<wking@tremily.us>
Tue, 2 Aug 2016 03:54:46 +0000
(20:54 -0700)
committer
W. Trevor King
<wking@tremily.us>
Tue, 2 Aug 2016 04:28:21 +0000
(21:28 -0700)
Changes since 0.2:
* Add igor.packed.walk for traversing a packed experiment filesystem.
* Add igorpackedexperiment.py to setup.py script list.
* Add -p/--plot option so scripts will plot waves.
* Adjust copyright to LGPLv3+
* Assorted bugfixes
igor/__init__.py
patch
|
blob
|
history
diff --git
a/igor/__init__.py
b/igor/__init__.py
index 22c358f98c0366f07f7bb687d17cc0c2a337ca86..213e9ab4bd44ba595fa39f6e6c24edbe2809838a 100644
(file)
--- a/
igor/__init__.py
+++ b/
igor/__init__.py
@@
-17,7
+17,7
@@
"Interface for reading binary IGOR files."
"Interface for reading binary IGOR files."
-__version__ = '0.
2
'
+__version__ = '0.
3
'
import logging as _logging
import logging as _logging