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:
2c2f96b
)
Bump to version 0.4
0.4
author
W. Trevor King
<wking@tremily.us>
Sun, 18 Nov 2012 23:07:17 +0000
(18:07 -0500)
committer
W. Trevor King
<wking@tremily.us>
Sun, 18 Nov 2012 23:07:23 +0000
(18:07 -0500)
Major changes since v0.3:
* Explicit floor division (PEP238)
* Python 3 compatible string formatting
* Cleaner module namespace
* Better PEP8 compliance
FFT_tools.py
patch
|
blob
|
history
diff --git
a/FFT_tools.py
b/FFT_tools.py
index 8c864c4891ec587f78bfb88ef842f1fda53057e9..6205489fe5d986062a4316c77f19580c5f456495 100644
(file)
--- a/
FFT_tools.py
+++ b/
FFT_tools.py
@@
-37,7
+37,7
@@
Main entry functions:
import numpy as _numpy
-__version__ = '0.
3
'
+__version__ = '0.
4
'
# Display time- and freq-space plots of the test transforms if True
TEST_PLOTS = False