FFT-tools.git
2012-11-19 W. Trevor KingBump to version 0.5. 0.5
2012-11-19 W. Trevor KingREADME: document nosetests invocation
2012-11-19 W. Trevor KingREADME: document Sphinx build invocation
2012-11-19 W. Trevor Kingdoc: add Sphinx framework for building docs
2012-11-19 W. Trevor KingFFT_tools: update docstrings for Sphinx 1.3
2012-11-19 W. Trevor King.gitignore: add setup.py build products MANIFEST and...
2012-11-19 W. Trevor KingFFT_tools: try to import pyplot up front
2012-11-19 W. Trevor KingFFT_tools: add docstring to TestRFFT.test_rfft
2012-11-19 W. Trevor KingFFT_tools: add LOG and rework tests to use self.assert...
2012-11-19 W. Trevor KingFFT_tools: remove redundant class names from TestCase...
2012-11-19 W. Trevor KingMerge changes from hooke.util.fft
2012-11-18 W. Trevor KingCreate extra block holding PowerSpectrumCommand output...
2012-11-18 W. Trevor KingAdd Numpy crossreferences to hooke.util.fft
2012-11-18 W. Trevor KingConverted hooke.util.fft to Hooke coding style.
2012-11-18 W. Trevor KingREADME: use double backticks for filename markup (ReST)
2012-11-18 W. Trevor KingBump to version 0.4 0.4
2012-11-18 W. Trevor KingFFT_tools: add docstrings to separate function args...
2012-11-18 W. Trevor KingFFT_tools: add spaces after commas (PEP8) except tuple...
2012-11-18 W. Trevor KingFFT_tools: add spaces around operators (PEP8) except **
2012-11-18 W. Trevor KingFFT_tools: use // for explicit integer (floor) division...
2012-11-18 W. Trevor KingFFT_tools: two spaces before inline comments (PEP8)
2012-11-18 W. Trevor KingFFT_tools: separate function defs with 2 blank lines...
2012-11-18 W. Trevor KingFFT_tools: wrap long function calls for PEP8 compliance
2012-11-18 W. Trevor KingFFT_tools: wrap long comments for PEP8 compliance
2012-11-18 W. Trevor KingFFT_tools: wrap long function definition lines for...
2012-11-18 W. Trevor Kingsetup.py: update classifiers (Python and GPL versions...
2012-11-18 W. Trevor KingREADME: remove author info (it's in setup.py)
2012-11-18 W. Trevor Kingsetup.py: replace " = " with "=" for PEP 8 compliance
2012-11-18 W. Trevor KingFFT_tools: replace " :" with ":" for PEP 8 compliance
2012-11-18 W. Trevor KingFFT_tools: cleanup namespace by using _pyplot
2012-11-18 W. Trevor KingFFT_tools: clean up namespace by using _numpy
2012-11-18 W. Trevor KingFFT_tools: modernize module docstring
2012-11-18 W. Trevor KingFFT_tools: bump copyright year
2012-11-18 W. Trevor KingFFT-tools: modernize string formatting and exception...
2012-07-22 W. Trevor KingBump to version 0.3. 0.3
2012-07-22 W. Trevor KingChange email address to tremily and cleanup setup.py...
2012-02-22 W. Trevor KingUpdate URLs from einstein to tremily.
2011-10-04 W. Trevor KingExplicitly convert powers to reals (they should have...
2011-04-19 W. Trevor KingAdd .gitigore ignoring *.pyc files.
2011-02-08 W. Trevor KingFix doclines -> __doc__ in setup.py description.
2011-02-08 W. Trevor KingConvert setup.py to plain distutils and general cleanups. 0.2
2008-11-11 W. Trevor KingMoved from Python Software Foundation License to BSD...
2008-10-04 W. Trevor KingAdded `dist' target to Makefile
2008-10-04 W. Trevor KingSetup package for setuptools distribution.
2008-10-04 W. Trevor KingAdded some more Parseval's checks, but they failed.
2008-10-04 W. Trevor KingGot Parseval's checks working.
2008-10-04 W. Trevor KingBegan versioning