projects
/
FFT-tools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
01068bb
)
Bump to version 0.3.
0.3
author
W. Trevor King
<wking@tremily.us>
Sun, 22 Jul 2012 16:02:03 +0000
(12:02 -0400)
committer
W. Trevor King
<wking@tremily.us>
Sun, 22 Jul 2012 16:02:03 +0000
(12:02 -0400)
FFT_tools.py
patch
|
blob
|
history
diff --git
a/FFT_tools.py
b/FFT_tools.py
index 12580c288bc930c2d241d8a3c6309fa553dafc7f..4cb0432de73972fc48777c5468b8910c0d1d6c2d 100644
(file)
--- a/
FFT_tools.py
+++ b/
FFT_tools.py
@@
-31,7
+31,7
@@
from numpy import log2, floor, round, ceil, abs, pi, exp, cos, sin, sqrt, \
from numpy.fft import rfft
-__version__ = '0.
2
'
+__version__ = '0.
3
'
# Display time- and freq-space plots of the test transforms if True
TEST_PLOTS = False