From: W. Trevor King Date: Sun, 18 Nov 2012 23:07:17 +0000 (-0500) Subject: Bump to version 0.4 X-Git-Tag: 0.4^0 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=0720a37d9b5dacd44d185f988aaf62200179eece;p=FFT-tools.git Bump to version 0.4 Major changes since v0.3: * Explicit floor division (PEP238) * Python 3 compatible string formatting * Cleaner module namespace * Better PEP8 compliance --- diff --git a/FFT_tools.py b/FFT_tools.py index 8c864c4..6205489 100644 --- 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