Bump to version 0.4 0.4
authorW. Trevor King <wking@tremily.us>
Sun, 18 Nov 2012 23:07:17 +0000 (18:07 -0500)
committerW. 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

index 8c864c4891ec587f78bfb88ef842f1fda53057e9..6205489fe5d986062a4316c77f19580c5f456495 100644 (file)
@@ -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